Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_decoder.h51 int ReturnFrame(const vpx_image_t* img,
Dlibvpx_vp8_decoder.cc296 ret = ReturnFrame(img, input_image.Timestamp(), qp, input_image.ColorSpace()); in Decode()
312 int LibvpxVp8Decoder::ReturnFrame( in ReturnFrame() function in webrtc::LibvpxVp8Decoder
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.h211 int ReturnFrame(const vpx_image_t* img,
Dvp9_impl.cc1835 ReturnFrame(img, input_image.Timestamp(), qp, input_image.ColorSpace()); in Decode()
1842 int VP9DecoderImpl::ReturnFrame( in ReturnFrame() function in webrtc::VP9DecoderImpl