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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
video.h 151 video_format_t video_format; /* current aspect ratio of stream*/ member in struct:video_status
  /hardware/ti/omap3/libopencorehw/
android_surface_output_omap34xx.cpp 310 LOGV("Ln %d video_format %s", __LINE__, yuvInfo->video_format.getMIMEStrPtr() );
311 iVideoSubFormat = yuvInfo->video_format.getMIMEStrPtr();
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 259 uint video_format; /* u(3), Table E-2, default 5, unspecified */ member in struct:tagVUIParam
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 176 /* video_format */
1098 uint aspect_ratio_idc, overscan_appopriate_flag, video_format, video_full_range_flag; local
1119 ReadBits(psBits, 3, &video_format);
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
header.cpp 178 uint aspect_ratio_idc, overscan_appopriate_flag, video_format, video_full_range_flag; local
202 BitstreamReadBits(stream, 3, &video_format);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 53 static int QZ_VideoInit (_THIS, SDL_PixelFormat *video_format);
176 static int QZ_VideoInit (_THIS, SDL_PixelFormat *video_format) {
205 video_format->BitsPerPixel = device_bpp;
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
header.cpp 138 BitstreamWriteBits(stream, 3, vui->video_format);
    [all...]

Completed in 112 milliseconds