Searched refs:ValidateContent (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/modules/video_coding/utility/ |
D | ivf_file_reader_unittest.cc | 104 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/ |
D | SparseBindingTest.cpp | 76 void ValidateContent(RandomNumberGenerator& rand); 115 ValidateContent(rand); in TestContent() 245 void BaseImage::ValidateContent(RandomNumberGenerator& rand) in ValidateContent() function in BaseImage
|
/external/webrtc/pc/ |
D | jsep_transport_controller.h | 235 RTCError ValidateContent(const cricket::ContentInfo& content_info);
|
D | jsep_transport_controller.cc | 616 error = ValidateContent(content_info); in ApplyDescription_n() 756 RTCError JsepTransportController::ValidateContent( in ValidateContent() function in webrtc::JsepTransportController
|