Searched refs:supportedFormats (Results 1 – 3 of 3) sorted by relevance
78 List<Integer> supportedFormats = parameters.getSupportedPreviewFormats(); in testGetSupportedPreviewFormats() local79 assertThat(supportedFormats).isNotNull(); in testGetSupportedPreviewFormats()80 assertThat(supportedFormats.size()).isNotEqualTo((0)); in testGetSupportedPreviewFormats()81 assertThat(supportedFormats).contains(ImageFormat.NV21); in testGetSupportedPreviewFormats()86 List<Integer> supportedFormats = parameters.getSupportedPictureFormats(); in testGetSupportedPictureFormats() local87 assertThat(supportedFormats).isNotNull(); in testGetSupportedPictureFormats()88 assertThat(supportedFormats.size()).isEqualTo(2); in testGetSupportedPictureFormats()89 assertThat(supportedFormats).contains(ImageFormat.NV21); in testGetSupportedPictureFormats()
301 std::vector<cricket::VideoFormat> supportedFormats;302 supportedFormats.push_back(cricket::VideoFormat(kDefaultFormat));303 SetSupportedFormats(supportedFormats);
1625 std::set<int> supportedFormats; in iterate() local1626 getSupportedCompressedFormats(supportedFormats); in iterate()1628 if (supportedFormats.empty()) in iterate()1634 GLenum supportedCompressedFormat = static_cast<GLenum>(*(supportedFormats.begin())); in iterate()1756 std::set<int> supportedFormats; in iterate() local1757 getSupportedCompressedFormats(supportedFormats); in iterate()1759 if (supportedFormats.empty()) in iterate()1765 GLenum supportedCompressedFormat = static_cast<GLenum>(*(supportedFormats.begin())); in iterate()