Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dreceiver_unittest.cc75 VCMEncodedFrame* frame = receiver_.FrameForDecoding(0, false); in DecodeNextFrame()
392 TEST_F(VCMReceiverTimingTest, FrameForDecoding) { in TEST_F() argument
422 VCMEncodedFrame* frame = receiver_.FrameForDecoding(kMaxWaitTime, false); in TEST_F()
480 receiver_.FrameForDecoding(kMaxWaitTime, prefer_late_decoding); in TEST_F()
H A Dreceiver.h49 VCMEncodedFrame* FrameForDecoding(uint16_t max_wait_time_ms,
H A Dreceiver.cc81 VCMEncodedFrame* VCMReceiver::FrameForDecoding(uint16_t max_wait_time_ms, in FrameForDecoding() function in webrtc::VCMReceiver
H A Dvideo_receiver.cc153 VCMEncodedFrame* frame = _receiver.FrameForDecoding(maxWaitTimeMs, true); in Decode()