Searched refs:PepperVideoDecoderHost (Results 1 – 5 of 5) sorted by relevance
68 PepperVideoDecoderHost::PendingDecode::PendingDecode( in PendingDecode()74 PepperVideoDecoderHost::PendingDecode::~PendingDecode() { in ~PendingDecode()77 PepperVideoDecoderHost::PepperVideoDecoderHost(RendererPpapiHost* host, in PepperVideoDecoderHost() function in content::PepperVideoDecoderHost85 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 …]
33 class CONTENT_EXPORT PepperVideoDecoderHost37 PepperVideoDecoderHost(RendererPpapiHost* host,40 virtual ~PepperVideoDecoderHost();123 DISALLOW_COPY_AND_ASSIGN(PepperVideoDecoderHost);
44 class PepperVideoDecoderHost; variable52 explicit VideoDecoderShim(PepperVideoDecoderHost* host);94 PepperVideoDecoderHost* host_;
162 new PepperVideoDecoderHost(host_, instance, params.pp_resource())); in CreateResourceHost()
295 VideoDecoderShim::VideoDecoderShim(PepperVideoDecoderHost* host) in VideoDecoderShim()