Searched refs:FrameForDecoding (Results 1 – 4 of 4) sorted by relevance
75 VCMEncodedFrame* frame = receiver_.FrameForDecoding(0, false); in DecodeNextFrame()392 TEST_F(VCMReceiverTimingTest, FrameForDecoding) { in TEST_F() argument422 VCMEncodedFrame* frame = receiver_.FrameForDecoding(kMaxWaitTime, false); in TEST_F()480 receiver_.FrameForDecoding(kMaxWaitTime, prefer_late_decoding); in TEST_F()
49 VCMEncodedFrame* FrameForDecoding(uint16_t max_wait_time_ms,
81 VCMEncodedFrame* VCMReceiver::FrameForDecoding(uint16_t max_wait_time_ms, in FrameForDecoding() function in webrtc::VCMReceiver
153 VCMEncodedFrame* frame = _receiver.FrameForDecoding(maxWaitTimeMs, true); in Decode()