Searched refs:ReceivedDecodedReferenceFrame (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/
H A Dvideo_codec_interface.h78 virtual int32_t ReceivedDecodedReferenceFrame(const uint64_t pictureId) {return -1;} function in class:webrtc::DecodedImageCallback
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dgeneric_decoder.h43 virtual int32_t ReceivedDecodedReferenceFrame(const uint64_t pictureId);
H A Dgeneric_decoder.cc82 VCMDecodedFrameCallback::ReceivedDecodedReferenceFrame( function in class:webrtc::VCMDecodedFrameCallback
88 return _receiveCallback->ReceivedDecodedReferenceFrame(pictureId);
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dnormal_async_test.h94 virtual int32_t ReceivedDecodedReferenceFrame(
176 ReceivedDecodedReferenceFrame(const uint64_t pictureId);
H A Dnormal_async_test.cc272 VideoDecodeCompleteCallback::ReceivedDecodedReferenceFrame( function in class:VideoDecodeCompleteCallback
275 return _test.ReceivedDecodedReferenceFrame(pictureId);
577 int32_t NormalAsyncTest::ReceivedDecodedReferenceFrame( function in class:NormalAsyncTest
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/mock/
H A Dmock_video_codec_interface.h53 MOCK_METHOD1(ReceivedDecodedReferenceFrame,
/external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
H A Dvideo_coding_defines.h87 virtual int32_t ReceivedDecodedReferenceFrame( function in class:webrtc::VCMReceiveCallback
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_channel.h313 virtual int32_t ReceivedDecodedReferenceFrame(
H A Dvie_channel.cc1481 int32_t ViEChannel::ReceivedDecodedReferenceFrame( function in class:webrtc::ViEChannel
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc770 decode_complete_callback_->ReceivedDecodedReferenceFrame(picture_id);

Completed in 219 milliseconds