Searched refs:WaitForEncodedFrame (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/video/ |
D | video_stream_encoder_unittest.cc | 797 WaitForEncodedFrame(1); in VerifyAllocatedBitrate() 800 void WaitForEncodedFrame(int64_t expected_ntp_time) { in WaitForEncodedFrame() function in webrtc::VideoStreamEncoderTest 801 sink_.WaitForEncodedFrame(expected_ntp_time); in WaitForEncodedFrame() 811 void WaitForEncodedFrame(uint32_t expected_width, uint32_t expected_height) { in WaitForEncodedFrame() function in webrtc::VideoStreamEncoderTest 812 sink_.WaitForEncodedFrame(expected_width, expected_height); in WaitForEncodedFrame() 1126 void WaitForEncodedFrame(int64_t expected_ntp_time) { in WaitForEncodedFrame() function in webrtc::VideoStreamEncoderTest::TestSink 1144 void WaitForEncodedFrame(uint32_t expected_width, in WaitForEncodedFrame() function in webrtc::VideoStreamEncoderTest::TestSink 1330 WaitForEncodedFrame(1); in TEST_F() 1351 WaitForEncodedFrame(2); in TEST_F() 1354 WaitForEncodedFrame(3); in TEST_F() [all …]
|
/external/webrtc/modules/video_coding/codecs/multiplex/test/ |
D | multiplex_adapter_unittest.cc | 219 ASSERT_TRUE(WaitForEncodedFrame(&encoded_frame, &codec_specific_info)); in TEST_P() 236 ASSERT_TRUE(WaitForEncodedFrame(&encoded_frame, &codec_specific_info)); in TEST_P() 260 ASSERT_TRUE(WaitForEncodedFrame(&encoded_frame, &codec_specific_info)); in TEST_P() 279 ASSERT_TRUE(WaitForEncodedFrame(&encoded_frame, &codec_specific_info)); in TEST_P() 306 ASSERT_TRUE(WaitForEncodedFrame(&encoded_frame, &codec_specific_info)); in TEST_P()
|
/external/webrtc/modules/video_coding/codecs/h264/test/ |
D | h264_impl_unittest.cc | 62 ASSERT_TRUE(WaitForEncodedFrame(&encoded_frame, &codec_specific_info)); in TEST_F() 87 ASSERT_TRUE(WaitForEncodedFrame(&encoded_frame, &codec_specific_info)); in TEST_F()
|
/external/webrtc/modules/video_coding/codecs/test/ |
D | video_codec_unittest.h | 83 bool WaitForEncodedFrame(EncodedImage* frame,
|
D | video_codec_unittest.cc | 114 bool VideoCodecUnitTest::WaitForEncodedFrame( in WaitForEncodedFrame() function in webrtc::VideoCodecUnitTest
|
/external/webrtc/modules/video_coding/codecs/vp9/test/ |
D | vp9_impl_unittest.cc | 102 ASSERT_TRUE(WaitForEncodedFrame(&encoded_frame, &codec_specific_info)); in TEST_F() 127 ASSERT_TRUE(WaitForEncodedFrame(&encoded_frame, &codec_specific_info)); in TEST_F() 145 ASSERT_TRUE(WaitForEncodedFrame(&encoded_frame, &codec_specific_info)); in TEST_F() 1290 ASSERT_TRUE(WaitForEncodedFrame(&encoded_frame, &codec_info)); in TEST_F() 1303 ASSERT_TRUE(WaitForEncodedFrame(&encoded_frame, &codec_specific_info)); in TEST_F() 1623 ASSERT_TRUE(WaitForEncodedFrame(&encoded_frame, &codec_specific_info)); in TEST_F() 1654 ASSERT_TRUE(WaitForEncodedFrame(&encoded_frame, &codec_specific_info)); in TEST_F() 1660 ASSERT_TRUE(WaitForEncodedFrame(&encoded_frame, &codec_specific_info)); in TEST_F()
|
/external/webrtc/modules/video_coding/codecs/vp8/test/ |
D | vp8_impl_unittest.cc | 95 ASSERT_TRUE(WaitForEncodedFrame(encoded_frame, codec_specific_info)); in EncodeAndWaitForFrame()
|