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

1 2

  /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");
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
devicemanager.cc 225 VideoFormat video_format;
226 bool has_max = GetMaxFormat(device, &video_format);
229 capturer->ConstrainSupportedFormats(video_format);
333 VideoFormat* video_format) const {
340 *video_format = found->second;
345 VideoFormat* video_format) const {
348 if (GetUsbId(device, &usb_id) && IsInWhitelist(usb_id, video_format)) {
351 return IsInWhitelist(device.name, video_format);
devicemanager.h 191 bool IsInWhitelist(const std::string& key, VideoFormat* video_format) const;
193 VideoFormat* video_format) const;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
capturemanager.cc 60 VideoFormat video_format; member in struct:cricket::VideoCapturerState::CaptureResolutionInfo
92 if (desired_format == iter->video_format) {
104 if (format == iter->video_format) {
124 if (iter->video_format.width > highest_format.width) {
125 highest_format.width = iter->video_format.width;
127 if (iter->video_format.height > highest_format.height) {
128 highest_format.height = iter->video_format.height;
130 if (iter->video_format.interval < highest_format.interval) {
131 highest_format.interval = iter->video_format.interval;
  /external/chromium_org/media/ffmpeg/
ffmpeg_common.h 104 PixelFormat VideoFormatToPixelFormat(VideoFrame::Format video_format);
ffmpeg_common.cc 504 PixelFormat VideoFormatToPixelFormat(VideoFrame::Format video_format) {
505 switch (video_format) {
513 DVLOG(1) << "Unsupported VideoFrame::Format: " << video_format;
  /hardware/qcom/msm8x74/kernel-headers/media/
msm_vidc.h 51 unsigned int video_format; member in struct:msm_vidc_mpeg2_seqdisp_payload
  /external/chromium_org/media/cdm/ppapi/
ffmpeg_cdm_video_decoder.cc 34 static PixelFormat CdmVideoFormatToPixelFormat(cdm::VideoFormat video_format) {
35 switch (video_format) {
41 DVLOG(1) << "Unsupported cdm::VideoFormat: " << video_format;
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_vidc.h 77 unsigned int video_format; member in struct:msm_vidc_mpeg2_seqdisp_payload
  /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
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager.h 195 const VideoFormat& video_format);
200 const VideoFormat& video_format);
channelmanager.cc 795 VideoCapturer* capturer, const VideoFormat& video_format) {
798 capture_manager_.get(), capturer, video_format));
812 VideoCapturer* capturer, const VideoFormat& video_format) {
815 capture_manager_.get(), capturer, video_format));
  /hardware/qcom/display/msm8960/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;
  /hardware/qcom/display/msm8x26/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;
  /hardware/qcom/display/msm8974/libexternal/
external.cpp 362 (mode->video_format << 16);
621 if (cur->video_format == (uint32_t)ID) {
629 mode->video_format, mVInfo.xres, mVInfo.yres,
637 metadata.data.video_info_code = mode->video_format;
  /hardware/qcom/msm8x74/kernel-headers/video/
msm_hdmi_modes.h 24 uint32_t video_format; member in struct:msm_hdmi_mode_timing_info
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc 504 const VideoFormat& video_format() const { function in class:cricket::WebRtcVideoChannelSendInfo
507 void set_video_format(const VideoFormat& video_format) {
508 video_format_ = video_format;
515 if (video_format() == cricket::VideoFormat()) {
681 static void UpdateVideoCodec(const cricket::VideoFormat& video_format,
683 if ((target_codec == NULL) || (video_format == cricket::VideoFormat())) {
686 target_codec->width = video_format.width;
687 target_codec->height = video_format.height;
689 video_format.interval);
2670 const VideoFormat& video_format = send_channel->video_format(); local
3132 const VideoFormat& video_format = send_channel->video_format(); local
3290 const VideoFormat& video_format = send_channel->video_format(); local
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/video/
msm_hdmi_modes.h 6 uint32_t video_format; member in struct:msm_hdmi_mode_timing_info
  /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 2044 milliseconds

1 2