Searched refs:aspectRatioIdc (Results 1 – 4 of 4) sorted by relevance
87 u32 aspectRatioIdc; member
106 pVuiParameters->aspectRatioIdc = tmp; in h264bsdDecodeVuiParameters()108 if (pVuiParameters->aspectRatioIdc == ASPECT_RATIO_EXTENDED_SAR) in h264bsdDecodeVuiParameters()
905 switch (pStorage->activeSps->vuiParameters->aspectRatioIdc) in h264bsdSampleAspectRatio()
311 uint32_t aspectRatioIdc = reader.getBitsWithFallback(8, 0); in parseSps() local312 if (aspectRatioIdc == 0xFF /* EXTENDED_SAR */) { in parseSps()