Home | History | Annotate | Download | only in src

Lines Matching refs:display_height

102 OSCL_EXPORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height)
112 *width = *height = *display_height = *display_width = 0;
119 status = iDecodeVOLHeader(&psBits, width, height, display_width, display_height, &profilelevel);
126 OSCL_EXPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profilelevel)
406 *display_height = (int32)codeword;
409 *height = (*display_height + 15) & -16;
417 iDecodeShortHeader(psBits, width, height, display_width, display_height);
447 int32 *display_height)
518 *display_height = *height;
564 *display_height = *height;
615 *display_height = codeword << 2;
616 *height = (*display_height + 15) & -16;
797 OSCL_EXPORT_REF int16 iGetAVCConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc, uint32 *entropy_coding_mode_flag)
827 *width = *height = *display_height = *display_width = 0;
889 if (DecodeSPS(&psBits, width, height, display_width, display_height, profile_idc, level_idc))
930 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc)
1053 *display_height = *height = (temp + 1) << 4;
1075 *display_height = *height - 2 * (top_offset + bottom_offset);