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

  /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/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

Completed in 102 milliseconds