Searched refs:ReturnFrame (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.h152 int ReturnFrame(const vpx_image_t* img,
H A Dvp8_impl.cc1251 ret = ReturnFrame(img, input_image._timeStamp, input_image.ntp_time_ms_);
1328 int VP8DecoderImpl::ReturnFrame(const vpx_image_t* img, function in class:webrtc::__anon21136::VP8DecoderImpl
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_impl.h157 int ReturnFrame(const vpx_image_t* img, uint32_t timeStamp);
H A Dvp9_impl.cc923 int ret = ReturnFrame(img, input_image._timeStamp);
930 int VP9DecoderImpl::ReturnFrame(const vpx_image_t* img, uint32_t timestamp) { function in class:webrtc::VP9DecoderImpl

Completed in 84 milliseconds