Home
last modified time | relevance | path

Searched refs:PepperVideoDecoderHost (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/renderer/pepper/
Dpepper_video_decoder_host.cc68 PepperVideoDecoderHost::PendingDecode::PendingDecode( in PendingDecode()
74 PepperVideoDecoderHost::PendingDecode::~PendingDecode() { in ~PendingDecode()
77 PepperVideoDecoderHost::PepperVideoDecoderHost(RendererPpapiHost* host, in PepperVideoDecoderHost() function in content::PepperVideoDecoderHost
85 PepperVideoDecoderHost::~PepperVideoDecoderHost() { in ~PepperVideoDecoderHost()
88 int32_t PepperVideoDecoderHost::OnResourceMessageReceived( in OnResourceMessageReceived()
91 PPAPI_BEGIN_MESSAGE_MAP(PepperVideoDecoderHost, msg) in OnResourceMessageReceived()
110 int32_t PepperVideoDecoderHost::OnHostMsgInitialize( in OnHostMsgInitialize()
157 int32_t PepperVideoDecoderHost::OnHostMsgGetShm( in OnHostMsgGetShm()
216 int32_t PepperVideoDecoderHost::OnHostMsgDecode( in OnHostMsgDecode()
247 int32_t PepperVideoDecoderHost::OnHostMsgAssignTextures( in OnHostMsgAssignTextures()
[all …]
Dpepper_video_decoder_host.h33 class CONTENT_EXPORT PepperVideoDecoderHost
37 PepperVideoDecoderHost(RendererPpapiHost* host,
40 virtual ~PepperVideoDecoderHost();
123 DISALLOW_COPY_AND_ASSIGN(PepperVideoDecoderHost);
Dvideo_decoder_shim.h44 class PepperVideoDecoderHost; variable
52 explicit VideoDecoderShim(PepperVideoDecoderHost* host);
94 PepperVideoDecoderHost* host_;
Dcontent_renderer_pepper_host_factory.cc162 new PepperVideoDecoderHost(host_, instance, params.pp_resource())); in CreateResourceHost()
Dvideo_decoder_shim.cc295 VideoDecoderShim::VideoDecoderShim(PepperVideoDecoderHost* host) in VideoDecoderShim()