HomeSort by relevance Sort by last modified time
    Searched defs:ReceivedDecodedFrame (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
generic_decoder.cc 94 VCMDecodedFrameCallback::ReceivedDecodedFrame(const uint64_t pictureId)
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/
video_codec_interface.h 80 virtual int32_t ReceivedDecodedFrame(const uint64_t pictureId) {return -1;}
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
normal_async_test.cc 279 VideoDecodeCompleteCallback::ReceivedDecodedFrame(
282 return _test.ReceivedDecodedFrame(pictureId);
583 int32_t NormalAsyncTest::ReceivedDecodedFrame(

Completed in 265 milliseconds