Home
last modified time | relevance | path

Searched refs:supportedFormats (Results 1 – 2 of 2) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DCameraParametersTest.java84 List<Integer> supportedFormats = parameters.getSupportedPreviewFormats(); in testGetSupportedPreviewFormats() local
85 assertThat(supportedFormats, notNullValue()); in testGetSupportedPreviewFormats()
86 assertThat(supportedFormats.size(), not(equalTo(0))); in testGetSupportedPreviewFormats()
87 assertThat(supportedFormats, hasItem(ImageFormat.NV21)); in testGetSupportedPreviewFormats()
92 List<Integer> supportedFormats = parameters.getSupportedPictureFormats(); in testGetSupportedPictureFormats() local
93 assertThat(supportedFormats, notNullValue()); in testGetSupportedPictureFormats()
94 assertThat(supportedFormats.size(), equalTo(2)); in testGetSupportedPictureFormats()
95 assertThat(supportedFormats, hasItem(new Integer(ImageFormat.NV21))); in testGetSupportedPictureFormats()
/external/webrtc/talk/app/webrtc/objc/
Davfoundationvideocapturer.mm301 std::vector<cricket::VideoFormat> supportedFormats;
302 supportedFormats.push_back(cricket::VideoFormat(kDefaultFormat));
303 SetSupportedFormats(supportedFormats);