Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc797 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/
Dmultiplex_adapter_unittest.cc219 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/
Dh264_impl_unittest.cc62 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/
Dvideo_codec_unittest.h83 bool WaitForEncodedFrame(EncodedImage* frame,
Dvideo_codec_unittest.cc114 bool VideoCodecUnitTest::WaitForEncodedFrame( in WaitForEncodedFrame() function in webrtc::VideoCodecUnitTest
/external/webrtc/modules/video_coding/codecs/vp9/test/
Dvp9_impl_unittest.cc102 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/
Dvp8_impl_unittest.cc95 ASSERT_TRUE(WaitForEncodedFrame(encoded_frame, codec_specific_info)); in EncodeAndWaitForFrame()