HomeSort by relevance Sort by last modified time
    Searched defs:video_format (Results 1 - 25 of 28) 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" +
  /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/third_party/libjingle/source/talk/media/devices/
devicemanager.cc 225 VideoFormat video_format; local
226 bool has_max = GetMaxFormat(device, &video_format);
229 capturer->ConstrainSupportedFormats(video_format);
351 VideoFormat* video_format) const {
358 *video_format = found->second;
363 VideoFormat* video_format) const {
366 if (GetUsbId(device, &usb_id) && IsInWhitelist(usb_id, video_format)) {
369 return IsInWhitelist(device.name, video_format);
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 181 /* video_format */
1090 uint aspect_ratio_idc, overscan_appopriate_flag, video_format, video_full_range_flag; local
1111 ReadBits(psBits, 3, &video_format);
    [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...]
  /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/msm8x74/kernel-headers/media/
msm_vidc.h 61 unsigned int video_format; member in struct:msm_vidc_mpeg2_seqdisp_payload
  /bionic/libc/kernel/uapi/linux/dvb/
video.h 125 video_format_t video_format; member in struct:video_status
  /development/ndk/platforms/android-L/include/linux/dvb/
video.h 125 video_format_t video_format; member in struct:video_status
  /external/kernel-headers/original/uapi/linux/dvb/
video.h 151 video_format_t video_format; /* current aspect ratio of stream*/ member in struct:video_status
  /hardware/qcom/msm8x26/kernel-headers/video/
msm_hdmi_modes.h 24 uint32_t video_format; member in struct:msm_hdmi_mode_timing_info
  /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/media/
msm_vidc.h 84 unsigned int video_format; member in struct:msm_vidc_mpeg2_seqdisp_payload
  /hardware/qcom/msm8x74/original-kernel-headers/video/
msm_hdmi_modes.h 6 uint32_t video_format; member in struct:msm_hdmi_mode_timing_info
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_vidc.h 62 unsigned int video_format; member in struct:msm_vidc_mpeg2_seqdisp_payload
  /hardware/qcom/msm8x84/kernel-headers/video/
msm_hdmi_modes.h 24 uint32_t video_format; member in struct:msm_hdmi_mode_timing_info
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_vidc.h 38 unsigned int video_format; member in struct:msm_vidc_mpeg2_seqdisp_payload
  /hardware/qcom/msm8x84/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/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/dvb/
video.h 149 video_format_t video_format; /* current aspect ratio of stream*/ member in struct:video_status
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/
video.h 149 video_format_t video_format; /* current aspect ratio of stream*/ member in struct:video_status
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/dvb/
video.h 125 video_format_t video_format; member in struct:video_status
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/dvb/
video.h 125 video_format_t video_format; member in struct:video_status
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/dvb/
video.h 125 video_format_t video_format; member in struct:video_status
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc 1980 const VideoFormat* video_format = capturer->GetCaptureFormat(); local
    [all...]
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 61 uint8 video_format; member in struct:_vbp_codec_data_mp42
157 uint8 video_format; member in struct:_vbp_codec_data_h264

Completed in 774 milliseconds

1 2