Home | History | Annotate | Download | only in src

Lines Matching full:display_width

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)
397 *display_width = (int32)codeword;
408 *width = (*display_width + 15) & -16;
417 iDecodeShortHeader(psBits, width, height, display_width, display_height);
446 int32 *display_width,
517 *display_width = *width;
563 *display_width = *width;
609 *display_width = (codeword + 1) << 2;
610 *width = (*display_width + 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)
1051 *display_width = *width = (temp + 1) << 4;
1074 *display_width = *width - 2 * (right_offset + left_offset);