/external/chromium_org/media/video/capture/ |
D | file_video_capture_device.cc | 56 media::VideoCaptureFormat* video_format) { in ParseY4MTags() argument 57 video_format->pixel_format = media::PIXEL_FORMAT_I420; in ParseY4MTags() 58 video_format->frame_size.set_width(0); in ParseY4MTags() 59 video_format->frame_size.set_height(0); in ParseY4MTags() 72 video_format->frame_size.set_width(ParseY4MInt(token)); in ParseY4MTags() 75 video_format->frame_size.set_height(ParseY4MInt(token)); in ParseY4MTags() 83 video_format->frame_rate = fps_numerator / fps_denominator; in ParseY4MTags() 105 CHECK(video_format->IsValid()); in ParseY4MTags() 114 media::VideoCaptureFormat* video_format) { in ParseFileAndExtractVideoFormat() argument 121 ParseY4MTags(header, video_format); in ParseFileAndExtractVideoFormat()
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | capturemanager.cc | 60 VideoFormat video_format; member 92 if (desired_format == iter->video_format) { in AddCaptureResolution() 104 if (format == iter->video_format) { in RemoveCaptureResolution() 124 if (iter->video_format.width > highest_format.width) { in GetHighestFormat() 125 highest_format.width = iter->video_format.width; in GetHighestFormat() 127 if (iter->video_format.height > highest_format.height) { in GetHighestFormat() 128 highest_format.height = iter->video_format.height; in GetHighestFormat() 130 if (iter->video_format.interval < highest_format.interval) { in GetHighestFormat() 131 highest_format.interval = iter->video_format.interval; in GetHighestFormat()
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
D | devicemanager.cc | 225 VideoFormat video_format; in CreateVideoCapturer() 226 bool has_max = GetMaxFormat(device, &video_format); in CreateVideoCapturer() 229 capturer->ConstrainSupportedFormats(video_format); in CreateVideoCapturer() 329 VideoFormat* video_format) const { in IsInWhitelist() 336 *video_format = found->second; in IsInWhitelist() 341 VideoFormat* video_format) const { in GetMaxFormat() 344 if (GetUsbId(device, &usb_id) && IsInWhitelist(usb_id, video_format)) { in GetMaxFormat() 347 return IsInWhitelist(device.name, video_format); in GetMaxFormat()
|
D | devicemanager.h | 191 bool IsInWhitelist(const std::string& key, VideoFormat* video_format) const; 193 VideoFormat* video_format) const;
|
/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/chromium_org/media/cdm/ppapi/ |
D | ffmpeg_cdm_video_decoder.cc | 35 static PixelFormat CdmVideoFormatToPixelFormat(cdm::VideoFormat video_format) { in CdmVideoFormatToPixelFormat() argument 36 switch (video_format) { in CdmVideoFormatToPixelFormat() 42 DVLOG(1) << "Unsupported cdm::VideoFormat: " << video_format; in CdmVideoFormatToPixelFormat()
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoengine.cc | 609 const VideoFormat& video_format() const { in video_format() function in cricket::WebRtcVideoChannelSendInfo 612 void set_video_format(const VideoFormat& video_format) { in set_video_format() argument 613 video_format_ = video_format; in set_video_format() 620 if (video_format() == cricket::VideoFormat()) { in set_interval() 809 static void UpdateVideoCodec(const cricket::VideoFormat& video_format, in UpdateVideoCodec() argument 811 if ((target_codec == NULL) || (video_format == cricket::VideoFormat())) { in UpdateVideoCodec() 814 target_codec->width = video_format.width; in UpdateVideoCodec() 815 target_codec->height = video_format.height; in UpdateVideoCodec() 817 video_format.interval); in UpdateVideoCodec() 2900 const VideoFormat& video_format = send_channel->video_format(); in SendFrame() local [all …]
|
/external/chromium_org/media/ffmpeg/ |
D | ffmpeg_common.cc | 529 PixelFormat VideoFormatToPixelFormat(VideoFrame::Format video_format) { in VideoFormatToPixelFormat() argument 530 switch (video_format) { in VideoFormatToPixelFormat() 540 DVLOG(1) << "Unsupported VideoFrame::Format: " << video_format; in VideoFormatToPixelFormat()
|
D | ffmpeg_common.h | 127 PixelFormat VideoFormatToPixelFormat(VideoFrame::Format video_format);
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | channelmanager.h | 194 const VideoFormat& video_format); 199 const VideoFormat& video_format);
|
D | channelmanager.cc | 809 VideoCapturer* capturer, const VideoFormat& video_format) { in StartVideoCapture() argument 812 capture_manager_.get(), capturer, video_format)); in StartVideoCapture() 826 VideoCapturer* capturer, const VideoFormat& video_format) { in StopVideoCapture() argument 829 capture_manager_.get(), capturer, video_format)); in StopVideoCapture()
|
D | channel.cc | 2268 const VideoFormat* video_format = capturer->GetCaptureFormat(); in ScreencastDetails_w() local 2269 data->fps = VideoFormat::IntervalToFps(video_format->interval); in ScreencastDetails_w()
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
D | SDL_QuartzVideo.m | 100 static int QZ_VideoInit (_THIS, SDL_PixelFormat *video_format); 303 static int QZ_VideoInit (_THIS, SDL_PixelFormat *video_format) 382 video_format->BitsPerPixel = device_bpp;
|