Home
last modified time | relevance | path

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

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