Searched defs:ReceivedDecodedReferenceFrame (Results 1 - 5 of 5) 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.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.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/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.cc1481 int32_t ViEChannel::ReceivedDecodedReferenceFrame( function in class:webrtc::ViEChannel

Completed in 439 milliseconds