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

  /external/chromium_org/content/browser/media/capture/
content_video_capture_device_core.cc 54 video_frame_format_ = media::VideoFrame::I420;
57 video_frame_format_ = media::VideoFrame::NATIVE_TEXTURE;
85 client_->ReserveOutputBuffer(video_frame_format_, coded_size);
128 if (video_frame_format_ != media::VideoFrame::NATIVE_TEXTURE) {
130 video_frame_format_,
content_video_capture_device_core.h 115 media::VideoFrame::Format video_frame_format_; member in class:content::ThreadSafeCaptureOracle

Completed in 385 milliseconds