/external/chromium_org/media/video/ |
D | video_decode_accelerator.h | 66 virtual void NotifyFlushDone() = 0;
|
/external/chromium_org/content/common/gpu/media/ |
D | android_video_decode_accelerator.cc | 296 base::Bind(&AndroidVideoDecodeAccelerator::NotifyFlushDone, in DequeueOutput() 549 void AndroidVideoDecodeAccelerator::NotifyFlushDone() { in NotifyFlushDone() function in content::AndroidVideoDecodeAccelerator 550 client_->NotifyFlushDone(); in NotifyFlushDone()
|
D | android_video_decode_accelerator_unittest.cc | 47 virtual void NotifyFlushDone() OVERRIDE {}; in NotifyFlushDone() function in content::MockVideoDecodeAcceleratorClient
|
D | android_video_decode_accelerator.h | 91 void NotifyFlushDone();
|
D | gpu_video_decode_accelerator.h | 53 virtual void NotifyFlushDone() OVERRIDE;
|
D | dxva_video_decode_accelerator.h | 123 void NotifyFlushDone();
|
D | dxva_video_decode_accelerator.cc | 1024 void DXVAVideoDecodeAccelerator::NotifyFlushDone() { in NotifyFlushDone() function in content::DXVAVideoDecodeAccelerator 1026 client_->NotifyFlushDone(); in NotifyFlushDone() 1095 base::Bind(&DXVAVideoDecodeAccelerator::NotifyFlushDone, in FlushInternal()
|
D | vt_video_decode_accelerator.cc | 376 client_->NotifyFlushDone(); in CompleteAction()
|
D | gpu_video_decode_accelerator.cc | 454 void GpuVideoDecodeAccelerator::NotifyFlushDone() { in NotifyFlushDone() function in content::GpuVideoDecodeAccelerator
|
D | video_decode_accelerator_unittest.cc | 243 virtual void NotifyFlushDone() OVERRIDE; 550 void GLRenderingVDAClient::NotifyFlushDone() { in NotifyFlushDone() function in content::__anon47f62f5f0111::GLRenderingVDAClient
|
D | v4l2_video_decode_accelerator.cc | 1248 FROM_HERE, base::Bind(&Client::NotifyFlushDone, client_)); in FlushTask() 1306 FROM_HERE, base::Bind(&Client::NotifyFlushDone, client_)); in NotifyFlushDoneIfNeeded()
|
D | vaapi_video_decode_accelerator.cc | 796 &Client::NotifyFlushDone, client_)); in FinishFlush()
|
/external/chromium_org/content/renderer/pepper/ |
D | ppb_video_decoder_impl.h | 55 virtual void NotifyFlushDone() OVERRIDE;
|
D | pepper_video_decoder_host.h | 66 virtual void NotifyFlushDone() OVERRIDE;
|
D | ppb_video_decoder_impl.cc | 293 void PPB_VideoDecoder_Impl::NotifyFlushDone() { in NotifyFlushDone() function in content::PPB_VideoDecoder_Impl
|
D | pepper_video_decoder_host.cc | 346 void PepperVideoDecoderHost::NotifyFlushDone() { in NotifyFlushDone() function in content::PepperVideoDecoderHost
|
D | video_decoder_shim.cc | 551 host_->NotifyFlushDone(); in SendPictures()
|
/external/chromium_org/media/filters/ |
D | gpu_video_decoder.h | 63 virtual void NotifyFlushDone() OVERRIDE;
|
D | gpu_video_decoder.cc | 588 void GpuVideoDecoder::NotifyFlushDone() { in NotifyFlushDone() function in media::GpuVideoDecoder
|
/external/chromium_org/content/renderer/media/ |
D | rtc_video_decoder.h | 84 virtual void NotifyFlushDone() OVERRIDE; in NON_EXPORTED_BASE()
|
D | rtc_video_decoder.cc | 480 void RTCVideoDecoder::NotifyFlushDone() { in NotifyFlushDone() function in content::RTCVideoDecoder
|
/external/chromium_org/content/common/gpu/client/ |
D | gpu_video_decode_accelerator_host.cc | 247 client_->NotifyFlushDone(); in OnFlushDone()
|
/external/chromium_org/ppapi/api/dev/ |
D | ppb_video_decoder_dev.idl | 23 * - To signal EOS to the decoder: call Flush() and wait for NotifyFlushDone
|