Searched defs:ReceivedDecodedFrame (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/
H A Dvideo_codec_interface.h80 virtual int32_t ReceivedDecodedFrame(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.cc94 VCMDecodedFrameCallback::ReceivedDecodedFrame(const uint64_t pictureId) function in class:webrtc::VCMDecodedFrameCallback
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dnormal_async_test.cc279 VideoDecodeCompleteCallback::ReceivedDecodedFrame( function in class:VideoDecodeCompleteCallback
282 return _test.ReceivedDecodedFrame(pictureId);
583 int32_t NormalAsyncTest::ReceivedDecodedFrame( function in class:NormalAsyncTest

Completed in 84 milliseconds