Searched refs:aspectRatioAndReserved (Results 1 – 2 of 2) sorted by relevance
246 XMP_Uns8 aspectRatioAndReserved = 0; in ReadAVCHDProgramInfo() local247 LFA_Read ( idxFile.fileRef, &aspectRatioAndReserved, 1 ); in ReadAVCHDProgramInfo()248 avchdProgramInfo.mVideoStream.mAspectRatio = aspectRatioAndReserved >> 4; // hi 4 bits in ReadAVCHDProgramInfo()
584 XMP_Uns8 aspectRatioAndReserved = 0; in ReadAVCHDProgramInfo() local585 cpiFile.ReadAll ( &aspectRatioAndReserved, 1 ); in ReadAVCHDProgramInfo()586 avchdProgramInfo.mVideoStream.mAspectRatio = aspectRatioAndReserved >> 4; // hi 4 bits in ReadAVCHDProgramInfo()