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

  /external/webrtc/talk/app/webrtc/java/jni/
androidvideocapturer_jni.cc 135 std::string AndroidVideoCapturerJni::GetSupportedFormats() {
  /external/webrtc/talk/session/media/
channelmanager.cc 448 std::vector<cricket::VideoFormat> ChannelManager::GetSupportedFormats(
460 const std::vector<VideoFormat>* formats = capturer->GetSupportedFormats();
  /hardware/libhardware/modules/camera/3_4/
v4l2_wrapper.cpp 95 supported_formats_ = GetSupportedFormats();
314 const SupportedFormats V4L2Wrapper::GetSupportedFormats() {
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_test.cc 91 bool GetSupportedFormats(
281 if (!GetSupportedFormats(device.get(), &supported_formats)) {
409 if (!GetSupportedFormats(device.get(), &supported_formats)) {
478 if (!GetSupportedFormats(device.get(), &supported_formats)) {
  /external/webrtc/talk/media/base/
videocapturer.cc 139 const std::vector<VideoFormat>* VideoCapturer::GetSupportedFormats() const {
266 const std::vector<VideoFormat>* supported_formats = GetSupportedFormats();

Completed in 524 milliseconds