HomeSort by relevance Sort by last modified time
    Searched refs:display_width (Results 1 - 7 of 7) sorted by null

  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_video_config_parser.cpp 82 int32 width, height, display_width, display_height = 0; local
85 retval = iDecodeVOLHeader(&psBits, &width, &height, &display_width, &display_height, &profile_level);
90 aOutputs->width = (uint32)display_width;
108 int32 width, height, display_width, display_height = 0; local
144 (int*) & display_width,
153 aOutputs->width = (uint32)display_width;
ti_m4v_config_parser.cpp 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
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 128 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc);
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 161 OSCL_IMPORT_REF void PVGetVideoDimensions(VideoDecControls *decCtrl, int32 *display_width, int32 *display_height);
  /hardware/ti/omap3/libopencorehw/
android_surface_output_omap34xx.cpp 300 iVideoDisplayWidth = (int32)yuvInfo->display_width;
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp 712 /* Return : the display_width and display_height of */
718 OSCL_EXPORT_REF void PVGetVideoDimensions(VideoDecControls *decCtrl, int32 *display_width, int32 *display_height)
721 *display_width = video->displayWidth;
    [all...]
  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp 196 uint16_t display_width,
234 int display_width
    [all...]

Completed in 172 milliseconds