HomeSort by relevance Sort by last modified time
    Searched refs:frame_size_type (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/media/video/capture/
video_capture_types.h 29 frame_size_type(ConstantResolutionVideoCaptureDevice) {};
34 VideoCaptureResolutionType frame_size_type; member in struct:media::VideoCaptureParams
59 frame_size_type(ConstantResolutionVideoCaptureDevice),
67 VideoCaptureResolutionType frame_size_type)
74 frame_size_type(frame_size_type),
83 VideoCaptureResolutionType frame_size_type; member in struct:media::VideoCaptureCapability
fake_video_capture_device.cc 72 capture_format_.frame_size_type = capture_format.frame_size_type;
73 if (capture_format.frame_size_type == VariableResolutionVideoCaptureDevice)
211 (capture_format_.frame_size_type ==
video_capture_device_unittest.cc 421 capture_format.frame_size_type = media::VariableResolutionVideoCaptureDevice;
  /external/chromium_org/content/common/media/
media_param_traits.cc 63 m->WriteInt(static_cast<int>(p.frame_size_type));
69 int session_id, frame_size_type; local
74 !m->ReadInt(iter, &frame_size_type))
78 r->frame_size_type =
80 frame_size_type);
88 r->frame_size_type < 0 ||
89 r->frame_size_type >= media::MaxVideoCaptureResolutionType) {
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_host.cc 174 params.frame_size_type = format.frame_size_type;
220 << ((params.frame_size_type ==
video_capture_manager.cc 276 if (capture_params.frame_size_type !=
294 params_as_capability_copy.frame_size_type = capture_params.frame_size_type;
  /external/chromium_org/content/renderer/media/
video_capture_impl.cc 443 capability_as_params_copy.frame_size_type = capture_format_.frame_size_type;

Completed in 2683 milliseconds