/external/webrtc/talk/media/base/ |
D | capturemanager.cc | 69 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/ |
D | devicemanager.cc | 207 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()
|
D | devicemanager.h | 183 bool IsInWhitelist(const std::string& key, VideoFormat* video_format) const; 185 VideoFormat* video_format) const;
|
/external/autotest/server/site_tests/video_VDAStress/ |
D | output_test_video_params.py | 89 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/ |
D | VUIParameters.java | 43 public int video_format; field in VUIParameters 73 ", video_format=" + video_format + "\n" + in toString()
|
D | SeqParameterSet.java | 214 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/ |
D | video_YouTubeMseEme.js | 13 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/ |
D | h264_video_toolbox_decoder.cc | 251 CMVideoFormatDescriptionRef video_format) { in SetVideoFormat() argument 252 if (video_format_ == video_format) { in SetVideoFormat() 258 video_format_ = video_format; in SetVideoFormat()
|
D | h264_video_toolbox_nalu.cc | 159 CMVideoFormatDescriptionRef video_format, in H264AnnexBBufferToCMSampleBuffer() argument 195 RTC_DCHECK(video_format); in H264AnnexBBufferToCMSampleBuffer() 196 description = video_format; in H264AnnexBBufferToCMSampleBuffer()
|
D | h264_video_toolbox_decoder.h | 54 void SetVideoFormat(CMVideoFormatDescriptionRef video_format);
|
D | h264_video_toolbox_nalu.h | 44 CMVideoFormatDescriptionRef video_format,
|
/external/webrtc/talk/session/media/ |
D | channelmanager.h | 148 const VideoFormat& video_format); 153 const VideoFormat& video_format);
|
D | channelmanager.cc | 470 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/ |
D | video.h | 140 video_format_t video_format; /* current aspect ratio of stream*/ member
|
/external/autotest/client/site_tests/video_GlitchDetection/ |
D | control.mp4.720p_1080p | 34 video_format='mp4',
|
D | control.collect_images_chameleon | 28 --args CHAMELEON_HOST=<chameleons_ip>,video_format=mp4,video_def=480p
|
/external/v4l2_codec2/vda/ |
D | h264_parser.h | 158 int video_format; member
|
D | h264_parser.cc | 824 READ_BITS_OR_RETURN(3, &sps->video_format); in ParseVUIParameters()
|
/external/libhevc/test/encoder/ |
D | vid_enc_cfg.txt | 129 --video_format 5 /* Video Format {5}[0:5] */
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vce.h | 191 uint32_t video_format; member
|
D | radeon_vce_52.c | 118 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/ |
D | radeon_vce.h | 197 uint32_t video_format; member
|