Home
last modified time | relevance | path

Searched refs:aspectRatioIdc (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_vui.h87 u32 aspectRatioIdc; member
Dh264bsd_vui.c106 pVuiParameters->aspectRatioIdc = tmp; in h264bsdDecodeVuiParameters()
108 if (pVuiParameters->aspectRatioIdc == ASPECT_RATIO_EXTENDED_SAR) in h264bsdDecodeVuiParameters()
Dh264bsd_decoder.c905 switch (pStorage->activeSps->vuiParameters->aspectRatioIdc) in h264bsdSampleAspectRatio()