Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
Dnormal_async_test.cc279 VideoDecodeCompleteCallback::ReceivedDecodedFrame( in ReceivedDecodedFrame() function in VideoDecodeCompleteCallback
583 int32_t NormalAsyncTest::ReceivedDecodedFrame( in ReceivedDecodedFrame() function in NormalAsyncTest
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dgeneric_decoder.cc94 VCMDecodedFrameCallback::ReceivedDecodedFrame(const uint64_t pictureId) in ReceivedDecodedFrame() function in webrtc::VCMDecodedFrameCallback
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/
Dvideo_codec_interface.h80 virtual int32_t ReceivedDecodedFrame(const uint64_t pictureId) {return -1;} in ReceivedDecodedFrame() function