Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dvideo_send_stream_tests.cc1371 class VideoCodecConfigObserver : public test::SendTest, in TEST_F() class
1374 VideoCodecConfigObserver() in TEST_F() function in webrtc::TEST_F::VideoCodecConfigObserver
1428 class VideoCodecConfigObserver : public test::SendTest, class
1431 VideoCodecConfigObserver(VideoCodecType video_codec_type, in VideoCodecConfigObserver() function in webrtc::VideoCodecConfigObserver
1501 void VideoCodecConfigObserver<VideoCodecH264>::VerifyCodecSpecifics( in VerifyCodecSpecifics()
1507 void VideoCodecConfigObserver<VideoCodecVP8>::VerifyCodecSpecifics( in VerifyCodecSpecifics()
1528 void VideoCodecConfigObserver<VideoCodecVP9>::VerifyCodecSpecifics( in VerifyCodecSpecifics()
1550 VideoCodecConfigObserver<VideoCodecVP8> test(kVideoCodecVP8, "VP8"); in TEST_F()
1555 VideoCodecConfigObserver<VideoCodecVP9> test(kVideoCodecVP9, "VP9"); in TEST_F()
1560 VideoCodecConfigObserver<VideoCodecH264> test(kVideoCodecH264, "H264"); in TEST_F()