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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
VUIParameters.java 43 public int video_format; field in class:VUIParameters
73 ", video_format=" + video_format + "\n" +
SeqParameterSet.java 214 vuip.video_format = (int) reader.readNBit(3, "VUI: video_format");
422 writer.writeNBit(vuip.video_format, 3, "VUI: video_format");
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
video.h 151 video_format_t video_format; /* current aspect ratio of stream*/ member in struct:video_status
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
video.h 151 video_format_t video_format; /* current aspect ratio of stream*/ member in struct:video_status
  /hardware/qcom/display/libexternal/
external.cpp 300 int video_format; member in struct:qhwc::disp_mode_timing_type
325 info.reserved[3] = (info.reserved[3] & 0xFFFF) | (video_format << 16);
610 if (cur->video_format == ID)
616 mode->video_format, mVInfo.xres, mVInfo.yres,
624 metadata.data.video_info_code = mode->video_format;
  /frameworks/av/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...]
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m 100 static int QZ_VideoInit (_THIS, SDL_PixelFormat *video_format);
303 static int QZ_VideoInit (_THIS, SDL_PixelFormat *video_format)
382 video_format->BitsPerPixel = device_bpp;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp 138 BitstreamWriteBits(stream, 3, vui->video_format);
    [all...]

Completed in 392 milliseconds