HomeSort by relevance Sort by last modified time
    Searched defs:video_format (Results 1 - 15 of 15) 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" +
  /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;
  /hardware/qcom/msm8x74/kernel-headers/media/
msm_vidc.h 51 unsigned int video_format; member in struct:msm_vidc_mpeg2_seqdisp_payload
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_vidc.h 77 unsigned int video_format; member in struct:msm_vidc_mpeg2_seqdisp_payload
  /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...]
  /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/msm8x74/kernel-headers/video/
msm_hdmi_modes.h 24 uint32_t video_format; member in struct:msm_hdmi_mode_timing_info
  /hardware/qcom/msm8x74/original-kernel-headers/video/
msm_hdmi_modes.h 6 uint32_t video_format; member in struct:msm_hdmi_mode_timing_info
  /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/
channel.cc 2188 const VideoFormat* video_format = capturer->GetCaptureFormat(); local
    [all...]
  /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...]
  /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...]

Completed in 1195 milliseconds