Home
last modified time | relevance | path

Searched refs:aspectRatioAndReserved (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/FileHandlers/
H A DAVCHD_Handler.cpp246 XMP_Uns8 aspectRatioAndReserved = 0; in ReadAVCHDProgramInfo() local
247 LFA_Read ( idxFile.fileRef, &aspectRatioAndReserved, 1 ); in ReadAVCHDProgramInfo()
248 avchdProgramInfo.mVideoStream.mAspectRatio = aspectRatioAndReserved >> 4; // hi 4 bits in ReadAVCHDProgramInfo()
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FileHandlers/
H A DAVCHD_Handler.cpp584 XMP_Uns8 aspectRatioAndReserved = 0; in ReadAVCHDProgramInfo() local
585 cpiFile.ReadAll ( &aspectRatioAndReserved, 1 ); in ReadAVCHDProgramInfo()
586 avchdProgramInfo.mVideoStream.mAspectRatio = aspectRatioAndReserved >> 4; // hi 4 bits in ReadAVCHDProgramInfo()