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

  /external/chromium_org/content/renderer/pepper/
ppb_video_decoder_impl.h 32 class PPB_VideoDecoder_Impl : public ppapi::PPB_VideoDecoder_Shared,
68 virtual ~PPB_VideoDecoder_Impl();
70 explicit PPB_VideoDecoder_Impl(PP_Instance instance);
76 // This is NULL before initialization, and if this PPB_VideoDecoder_Impl is
83 DISALLOW_COPY_AND_ASSIGN(PPB_VideoDecoder_Impl);
ppb_video_decoder_impl.cc 98 PPB_VideoDecoder_Impl::PPB_VideoDecoder_Impl(PP_Instance instance)
109 PPB_VideoDecoder_Impl::~PPB_VideoDecoder_Impl() {
114 PP_Resource PPB_VideoDecoder_Impl::Create(
124 scoped_refptr<PPB_VideoDecoder_Impl> decoder(
125 new PPB_VideoDecoder_Impl(instance));
132 bool PPB_VideoDecoder_Impl::Init(
152 int32_t PPB_VideoDecoder_Impl::Decode(
176 void PPB_VideoDecoder_Impl::AssignPictureBuffers
    [all...]

Completed in 1595 milliseconds