HomeSort by relevance Sort by last modified time
    Searched full:frame_format (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/media/video/capture/mac/
video_capture_device_mac.mm 237 const VideoCaptureFormat& frame_format,
250 if (frame_format.frame_size.width() <
252 frame_format.frame_size.height() <
256 DCHECK(frame_format.frame_rate == 0);
258 frame_format.frame_size.ToString();
262 if (capture_format_.frame_size == frame_format.frame_size &&
274 if (capture_format_.frame_size == frame_format.frame_size &&
292 if (capture_format_.frame_size == frame_format.frame_size) {
303 frame_format.frame_size.width());
305 frame_format.frame_size.height())
    [all...]
video_capture_device_mac.h 43 const VideoCaptureFormat& frame_format,
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller.cc 117 const VideoCaptureFormat& frame_format)
272 const VideoCaptureFormat& frame_format) {
275 if (!frame_format.IsValid())
284 int new_unrotated_width = frame_format.frame_size.width();
285 int new_unrotated_height = frame_format.frame_size.height();
336 switch (frame_format.pixel_format) {
376 if (frame_format.pixel_format == media::PIXEL_FORMAT_RGB24) {
428 frame_format.frame_rate,
506 VideoCaptureFormat frame_format(
528 client->controller_id, buffer->id(), timestamp, frame_format);
    [all...]
video_capture_host_unittest.cc 207 const media::VideoCaptureFormat& frame_format) {
212 dumper_.StartDump(frame_format.frame_size.width(),
213 frame_format.frame_size.height());
214 format_ = frame_format;
216 ASSERT_EQ(format_.frame_size.width(), frame_format.frame_size.width())
218 ASSERT_EQ(format_.frame_size.height(), frame_format.frame_size.height())
223 OnBufferFilled(device_id, buffer_id, timestamp, frame_format);
desktop_capture_device_aura_unittest.cc 41 const media::VideoCaptureFormat& frame_format));
video_capture_host.cc 73 const media::VideoCaptureFormat& frame_format) {
78 frame_format));
desktop_capture_device_unittest.cc 52 const media::VideoCaptureFormat& frame_format));
web_contents_video_capture_device_unittest.cc 343 const media::VideoCaptureFormat& frame_format) OVERRIDE {
  /external/chromium_org/cc/resources/
video_resource_updater.cc 333 media::VideoFrame::Format frame_format = video_frame->format(); local
335 DCHECK_EQ(frame_format, media::VideoFrame::NATIVE_TEXTURE);
336 if (frame_format != media::VideoFrame::NATIVE_TEXTURE)
  /external/chromium_org/media/video/capture/
video_capture_device.h 167 const VideoCaptureFormat& frame_format) = 0;

Completed in 716 milliseconds