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

  /external/chromium_org/media/video/capture/win/
sink_input_pin_win.cc 39 if (requested_format_.frame_rate > 0) {
41 kSecondsToReferenceTime / requested_format_.frame_rate;
52 pvi->bmiHeader.biWidth = requested_format_.frame_size.width();
53 pvi->bmiHeader.biHeight = requested_format_.frame_size.height();
55 requested_format_.frame_size.GetArea() * 3 / 2;
62 pvi->bmiHeader.biWidth = requested_format_.frame_size.width();
63 pvi->bmiHeader.biHeight = requested_format_.frame_size.height();
64 pvi->bmiHeader.biSizeImage = requested_format_.frame_size.GetArea() * 2;
71 pvi->bmiHeader.biWidth = requested_format_.frame_size.width();
72 pvi->bmiHeader.biHeight = requested_format_.frame_size.height()
    [all...]
sink_input_pin_win.h 39 VideoCaptureFormat requested_format_; member in class:media::SinkInputPin

Completed in 42 milliseconds