Home
last modified time | relevance | path

Searched refs:supported_formats_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/renderer/media/
Dmock_media_stream_video_source.cc20 supported_formats_.push_back( in MockMediaStreamVideoSource()
44 base::ResetAndReturn(&formats_callback_).Run(supported_formats_); in CompleteGetSupportedFormats()
61 callback.Run(supported_formats_); in GetCurrentSupportedFormats()
Dmock_media_stream_video_source.h32 supported_formats_ = formats; in SetSupportedFormats()
71 media::VideoCaptureFormats supported_formats_; variable
Dmedia_stream_video_source.h167 media::VideoCaptureFormats supported_formats_; variable
Dmedia_stream_video_source.cc472 supported_formats_ = formats; in OnSupportedFormats()
473 if (!FindBestFormatWithConstraints(supported_formats_, in OnSupportedFormats()
/external/harfbuzz_ng/util/
Doptions.hh351 const char **supported_formats_ = NULL) { in output_options_t()
354 supported_formats = supported_formats_; in output_options_t()
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideocapturer.cc252 supported_formats_ = formats; in SetSupportedFormats()
694 filtered_supported_formats_ = supported_formats_; in UpdateFilteredSupportedFormats()
710 filtered_supported_formats_ = supported_formats_; in UpdateFilteredSupportedFormats()
Dvideocapturer.h373 std::vector<VideoFormat> supported_formats_; variable