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

  /external/opencore/pvmi/pvmf/include/
pvmf_video.h 48 video_format = PVMF_MIME_FORMAT_UNKNOWN;
60 PVMFFormatType video_format; member in class:PVMFYuvFormatSpecificInfo0
  /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();
  /external/opencore/codecs_v2/video/avc_h264/common/include/
avcint_common.h 262 uint video_format; /* u(3), Table E-2, default 5, unspecified */ member in struct:tagVUIParam
    [all...]
  /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...]
  /external/opencore/nodes/pvomxvideodecnode/src/
pvmf_omx_videodec_node.cpp 279 fsiInfo->video_format = iYUVFormat;
315 fsiInfo->video_format.~PVMFFormatType();
    [all...]
  /external/opencore/codecs_v2/utilities/m4v_config_parser/src/
m4v_config_parser.cpp 198 /* video_format */
990 uint aspect_ratio_idc, overscan_appopriate_flag, video_format, video_full_range_flag; local
1011 ReadBits(psBits, 3, &video_format);
  /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/opencore/codecs_v2/video/avc_h264/dec/src/
header.cpp 179 uint aspect_ratio_idc, overscan_appopriate_flag, video_format, video_full_range_flag; local
203 BitstreamReadBits(stream, 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...]
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
header.cpp 138 BitstreamWriteBits(stream, 3, vui->video_format);
    [all...]
  /external/opencore/nodes/pvmediaoutputnode/src/
pv_media_output_node_inport.cpp     [all...]

Completed in 2964 milliseconds