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

  /external/chromium_org/media/video/capture/
video_capture_types.cc 13 VideoCaptureFormat::VideoCaptureFormat()
16 VideoCaptureFormat::VideoCaptureFormat(const gfx::Size& frame_size,
23 bool VideoCaptureFormat::IsValid() const {
34 std::string VideoCaptureFormat::ToString() const {
41 std::string VideoCaptureFormat::PixelFormatToString(VideoPixelFormat format) {
video_capture_types.h 59 class MEDIA_EXPORT VideoCaptureFormat {
61 VideoCaptureFormat();
62 VideoCaptureFormat(const gfx::Size& frame_size,
78 typedef std::vector<VideoCaptureFormat> VideoCaptureFormats;
89 VideoCaptureFormat requested_format;

Completed in 3595 milliseconds