Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dreceiver_unittest.cc80 receiver_.FrameForDecoding(0, &render_time_ms, false); in DecodeNextFrame()
144 receiver_.FrameForDecoding(10, &next_render_time_ms, false); in TEST_F()
469 TEST_F(VCMReceiverTimingTest, FrameForDecoding) { in TEST_F() argument
501 receiver_.FrameForDecoding(kMaxWaitTime, &next_render_time, false); in TEST_F()
561 VCMEncodedFrame* frame = receiver_.FrameForDecoding( in TEST_F()
Dreceiver.h48 VCMEncodedFrame* FrameForDecoding(uint16_t max_wait_time_ms,
Dreceiver.cc99 VCMEncodedFrame* VCMReceiver::FrameForDecoding(uint16_t max_wait_time_ms, in FrameForDecoding() function in webrtc::VCMReceiver
Dvideo_receiver.cc279 VCMEncodedFrame* frame = _receiver.FrameForDecoding( in Decode()