OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_VideoDecoder_Impl
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/renderer/pepper/
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
...]
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
);
resource_creation_impl.cc
280
return
PPB_VideoDecoder_Impl
::Create(instance, graphics3d_id, profile);
Completed in 103 milliseconds