PlatformVideoDecoder 17 content/renderer/media/pepper_platform_video_decoder.cc PlatformVideoDecoder::PlatformVideoDecoder(int32 command_buffer_route_id) PlatformVideoDecoder 20 content/renderer/media/pepper_platform_video_decoder.cc PlatformVideoDecoder::~PlatformVideoDecoder() {} PlatformVideoDecoder 22 content/renderer/media/pepper_platform_video_decoder.cc bool PlatformVideoDecoder::Initialize( PlatformVideoDecoder 47 content/renderer/media/pepper_platform_video_decoder.cc void PlatformVideoDecoder::Decode(const BitstreamBuffer& bitstream_buffer) { PlatformVideoDecoder 52 content/renderer/media/pepper_platform_video_decoder.cc void PlatformVideoDecoder::AssignPictureBuffers( PlatformVideoDecoder 58 content/renderer/media/pepper_platform_video_decoder.cc void PlatformVideoDecoder::ReusePictureBuffer(int32 picture_buffer_id) { PlatformVideoDecoder 63 content/renderer/media/pepper_platform_video_decoder.cc void PlatformVideoDecoder::Flush() { PlatformVideoDecoder 68 content/renderer/media/pepper_platform_video_decoder.cc void PlatformVideoDecoder::Reset() { PlatformVideoDecoder 73 content/renderer/media/pepper_platform_video_decoder.cc void PlatformVideoDecoder::Destroy() { PlatformVideoDecoder 80 content/renderer/media/pepper_platform_video_decoder.cc void PlatformVideoDecoder::NotifyError( PlatformVideoDecoder 86 content/renderer/media/pepper_platform_video_decoder.cc void PlatformVideoDecoder::ProvidePictureBuffers( PlatformVideoDecoder 95 content/renderer/media/pepper_platform_video_decoder.cc void PlatformVideoDecoder::DismissPictureBuffer(int32 picture_buffer_id) { PlatformVideoDecoder 100 content/renderer/media/pepper_platform_video_decoder.cc void PlatformVideoDecoder::PictureReady(const media::Picture& picture) { PlatformVideoDecoder 105 content/renderer/media/pepper_platform_video_decoder.cc void PlatformVideoDecoder::NotifyEndOfBitstreamBuffer( PlatformVideoDecoder 111 content/renderer/media/pepper_platform_video_decoder.cc void PlatformVideoDecoder::NotifyFlushDone() { PlatformVideoDecoder 116 content/renderer/media/pepper_platform_video_decoder.cc void PlatformVideoDecoder::NotifyResetDone() { PlatformVideoDecoder 17 content/renderer/media/pepper_platform_video_decoder.h class PlatformVideoDecoder : public media::VideoDecodeAccelerator, PlatformVideoDecoder 20 content/renderer/media/pepper_platform_video_decoder.h explicit PlatformVideoDecoder(int32 command_buffer_route_id); PlatformVideoDecoder 21 content/renderer/media/pepper_platform_video_decoder.h virtual ~PlatformVideoDecoder(); PlatformVideoDecoder 61 content/renderer/media/pepper_platform_video_decoder.h DISALLOW_COPY_AND_ASSIGN(PlatformVideoDecoder); PlatformVideoDecoder 144 content/renderer/pepper/ppb_video_decoder_impl.cc new PlatformVideoDecoder(command_buffer_route_id)); PlatformVideoDecoder 30 content/renderer/pepper/ppb_video_decoder_impl.h class PlatformVideoDecoder; PlatformVideoDecoder 77 content/renderer/pepper/ppb_video_decoder_impl.h scoped_ptr<PlatformVideoDecoder> platform_video_decoder_;