Home
last modified time | relevance | path

Searched refs:ValidateContent (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/video_coding/utility/
Divf_file_reader_unittest.cc104 void ValidateContent(VideoCodecType codec_type, in ValidateContent() function in webrtc::IvfFileReaderTest
130 ValidateContent(kVideoCodecVP8, false, 1); in TEST_F()
135 ValidateContent(kVideoCodecVP8, true, 1); in TEST_F()
140 ValidateContent(kVideoCodecVP9, false, 1); in TEST_F()
145 ValidateContent(kVideoCodecVP9, true, 1); in TEST_F()
150 ValidateContent(kVideoCodecH264, false, 1); in TEST_F()
155 ValidateContent(kVideoCodecH264, true, 1); in TEST_F()
160 ValidateContent(kVideoCodecVP8, false, 3); in TEST_F()
165 ValidateContent(kVideoCodecVP9, false, 3); in TEST_F()
170 ValidateContent(kVideoCodecH264, false, 3); in TEST_F()
/external/angle/third_party/vulkan_memory_allocator/src/
DSparseBindingTest.cpp76 void ValidateContent(RandomNumberGenerator& rand);
115 ValidateContent(rand); in TestContent()
245 void BaseImage::ValidateContent(RandomNumberGenerator& rand) in ValidateContent() function in BaseImage
/external/webrtc/pc/
Djsep_transport_controller.h235 RTCError ValidateContent(const cricket::ContentInfo& content_info);
Djsep_transport_controller.cc616 error = ValidateContent(content_info); in ApplyDescription_n()
756 RTCError JsepTransportController::ValidateContent( in ValidateContent() function in webrtc::JsepTransportController