HomeSort by relevance Sort by last modified time
    Searched refs:FrameForDecoding (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
receiver.h 48 VCMEncodedFrame* FrameForDecoding(uint16_t max_wait_time_ms,
receiver_unittest.cc 80 receiver_.FrameForDecoding(0, &render_time_ms, false);
144 receiver_.FrameForDecoding(10, &next_render_time_ms, false);
464 // Test whether VCMReceiver::FrameForDecoding handles parameter
469 TEST_F(VCMReceiverTimingTest, FrameForDecoding) {
496 // In the case that FrameForDecoding kills frames by error, we rely on the
501 receiver_.FrameForDecoding(kMaxWaitTime, &next_render_time, false);
504 // In any case the FrameForDecoding should not wait longer than
520 // Test whether VCMReceiver::FrameForDecoding handles parameter
561 VCMEncodedFrame* frame = receiver_.FrameForDecoding(
receiver.cc 99 VCMEncodedFrame* VCMReceiver::FrameForDecoding(uint16_t max_wait_time_ms,
video_receiver.cc 279 VCMEncodedFrame* frame = _receiver.FrameForDecoding(

Completed in 242 milliseconds