Home
last modified time | relevance | path

Searched refs:video_format (Results 1 – 22 of 22) sorted by relevance

/external/webrtc/talk/media/base/
Dcapturemanager.cc69 VideoFormat video_format; member
104 if (desired_format == iter->video_format) { in AddCaptureResolution()
117 if (format == iter->video_format) { in RemoveCaptureResolution()
138 if (iter->video_format.width > highest_format.width) { in GetHighestFormat()
139 highest_format.width = iter->video_format.width; in GetHighestFormat()
141 if (iter->video_format.height > highest_format.height) { in GetHighestFormat()
142 highest_format.height = iter->video_format.height; in GetHighestFormat()
144 if (iter->video_format.interval < highest_format.interval) { in GetHighestFormat()
145 highest_format.interval = iter->video_format.interval; in GetHighestFormat()
/external/webrtc/talk/media/devices/
Ddevicemanager.cc207 VideoFormat video_format; in CreateVideoCapturer() local
208 bool has_max = GetMaxFormat(device, &video_format); in CreateVideoCapturer()
211 capturer->ConstrainSupportedFormats(video_format); in CreateVideoCapturer()
315 VideoFormat* video_format) const { in IsInWhitelist()
322 *video_format = found->second; in IsInWhitelist()
327 VideoFormat* video_format) const { in GetMaxFormat()
330 if (GetUsbId(device, &usb_id) && IsInWhitelist(usb_id, video_format)) { in GetMaxFormat()
333 return IsInWhitelist(device.name, video_format); in GetMaxFormat()
Ddevicemanager.h183 bool IsInWhitelist(const std::string& key, VideoFormat* video_format) const;
185 VideoFormat* video_format) const;
/external/autotest/server/site_tests/video_VDAStress/
Doutput_test_video_params.py89 video_format = results[0].lower()
90 if (video_format == 'h264'):
93 elif (video_format == 'ivf'):
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
DVUIParameters.java43 public int video_format; field in VUIParameters
73 ", video_format=" + video_format + "\n" + in toString()
DSeqParameterSet.java214 vuip.video_format = (int) reader.readNBit(3, "VUI: video_format"); in ReadVUIParameters()
422 writer.writeNBit(vuip.video_format, 3, "VUI: video_format"); in writeVUIParameters()
/external/autotest/client/site_tests/video_YouTubeMseEme/files/
Dvideo_YouTubeMseEme.js13 var video_format = 'video/mp4; codecs="avc1.640028"';
52 format: video_format,
157 vm.ms.addSourceBuffer(video_format);
171 video_format,
370 var sbVideo = vm.ms.addSourceBuffer(video_format);
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264_video_toolbox_decoder.cc251 CMVideoFormatDescriptionRef video_format) { in SetVideoFormat() argument
252 if (video_format_ == video_format) { in SetVideoFormat()
258 video_format_ = video_format; in SetVideoFormat()
Dh264_video_toolbox_nalu.cc159 CMVideoFormatDescriptionRef video_format, in H264AnnexBBufferToCMSampleBuffer() argument
195 RTC_DCHECK(video_format); in H264AnnexBBufferToCMSampleBuffer()
196 description = video_format; in H264AnnexBBufferToCMSampleBuffer()
Dh264_video_toolbox_decoder.h54 void SetVideoFormat(CMVideoFormatDescriptionRef video_format);
Dh264_video_toolbox_nalu.h44 CMVideoFormatDescriptionRef video_format,
/external/webrtc/talk/session/media/
Dchannelmanager.h148 const VideoFormat& video_format);
153 const VideoFormat& video_format);
Dchannelmanager.cc470 VideoCapturer* capturer, const VideoFormat& video_format) { in StartVideoCapture() argument
473 capture_manager_.get(), capturer, video_format)); in StartVideoCapture()
487 VideoCapturer* capturer, const VideoFormat& video_format) { in StopVideoCapture() argument
490 capture_manager_.get(), capturer, video_format)); in StopVideoCapture()
/external/kernel-headers/original/uapi/linux/dvb/
Dvideo.h140 video_format_t video_format; /* current aspect ratio of stream*/ member
/external/autotest/client/site_tests/video_GlitchDetection/
Dcontrol.mp4.720p_1080p34 video_format='mp4',
Dcontrol.collect_images_chameleon28 --args CHAMELEON_HOST=<chameleons_ip>,video_format=mp4,video_def=480p
/external/v4l2_codec2/vda/
Dh264_parser.h158 int video_format; member
Dh264_parser.cc824 READ_BITS_OR_RETURN(3, &sps->video_format); in ParseVUIParameters()
/external/libhevc/test/encoder/
Dvid_enc_cfg.txt129 --video_format 5 /* Video Format {5}[0:5] */
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vce.h191 uint32_t video_format; member
Dradeon_vce_52.c118 enc->enc_pic.vui.video_format = 0x00000005; in get_vui_param()
612 RVCE_CS(enc->enc_pic.vui.video_format); in vui()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_vce.h197 uint32_t video_format; member