Searched defs:video_format (Results 1 - 8 of 8) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DVUIParameters.java43 public int video_format; field in class:VUIParameters
73 ", video_format=" + video_format + "\n" +
/external/webrtc/talk/media/base/
H A Dcapturemanager.cc69 VideoFormat video_format; member in struct:cricket::VideoCapturerState::CaptureResolutionInfo
104 if (desired_format == iter->video_format) {
117 if (format == iter->video_format) {
138 if (iter->video_format.width > highest_format.width) {
139 highest_format.width = iter->video_format.width;
141 if (iter->video_format.height > highest_format.height) {
142 highest_format.height = iter->video_format.height;
144 if (iter->video_format.interval < highest_format.interval) {
145 highest_format.interval = iter->video_format.interval;
/external/webrtc/talk/media/devices/
H A Ddevicemanager.cc207 VideoFormat video_format; local
208 bool has_max = GetMaxFormat(device, &video_format);
211 capturer->ConstrainSupportedFormats(video_format);
315 VideoFormat* video_format) const {
322 *video_format = found->second;
327 VideoFormat* video_format) const {
330 if (GetUsbId(device, &usb_id) && IsInWhitelist(usb_id, video_format)) {
333 return IsInWhitelist(device.name, video_format);
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
H A Dh264_video_toolbox_decoder.cc251 CMVideoFormatDescriptionRef video_format) {
252 if (video_format_ == video_format) {
258 video_format_ = video_format;
250 SetVideoFormat( CMVideoFormatDescriptionRef video_format) argument
H A Dh264_video_toolbox_nalu.cc159 CMVideoFormatDescriptionRef video_format,
195 RTC_DCHECK(video_format);
196 description = video_format;
157 H264AnnexBBufferToCMSampleBuffer(const uint8_t* annexb_buffer, size_t annexb_buffer_size, CMVideoFormatDescriptionRef video_format, CMSampleBufferRef* out_sample_buffer) argument
/external/autotest/client/site_tests/video_YouTubeMseEme/files/
H A Dvideo_YouTubeMseEme.js13 var video_format = 'video/mp4; codecs="avc1.640028"'; variable
52 format: video_format,
158 vm.ms.addSourceBuffer(video_format);
172 video_format,
371 var sbVideo = vm.ms.addSourceBuffer(video_format);
/external/webrtc/talk/session/media/
H A Dchannelmanager.cc470 VideoCapturer* capturer, const VideoFormat& video_format) {
473 capture_manager_.get(), capturer, video_format));
487 VideoCapturer* capturer, const VideoFormat& video_format) {
490 capture_manager_.get(), capturer, video_format));
469 StartVideoCapture( VideoCapturer* capturer, const VideoFormat& video_format) argument
486 StopVideoCapture( VideoCapturer* capturer, const VideoFormat& video_format) argument
/external/kernel-headers/original/uapi/linux/dvb/
H A Dvideo.h150 video_format_t video_format; /* current aspect ratio of stream*/ member in struct:video_status

Completed in 234 milliseconds