OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPP_VideoDecoder_Dev
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/ppapi/tests/
arch_dependent_sizes_32.h
20
PP_COMPILE_ASSERT_SIZE_IN_BYTES(
PPP_VideoDecoder_Dev
, 16);
arch_dependent_sizes_64.h
23
PP_COMPILE_ASSERT_SIZE_IN_BYTES(
PPP_VideoDecoder_Dev
, 32);
/external/chromium_org/ppapi/c/dev/
ppp_video_decoder_dev.h
23
* This file defines the <code>
PPP_VideoDecoder_Dev
</code> interface.
32
*
PPP_VideoDecoder_Dev
structure contains the function pointers that the
99
typedef struct PPP_VideoDecoder_Dev_0_11
PPP_VideoDecoder_Dev
;
/external/chromium_org/ppapi/proxy/
ppp_video_decoder_proxy.h
45
const
PPP_VideoDecoder_Dev
* ppp_video_decoder_impl_;
ppp_video_decoder_proxy.cc
73
static const
PPP_VideoDecoder_Dev
video_decoder_interface = {
90
ppp_video_decoder_impl_ = static_cast<const
PPP_VideoDecoder_Dev
*>(
/external/chromium_org/ppapi/api/dev/
ppp_video_decoder_dev.idl
7
* This file defines the <code>
PPP_VideoDecoder_Dev
</code> interface.
14
*
PPP_VideoDecoder_Dev
structure contains the function pointers that the
20
interface
PPP_VideoDecoder_Dev
{
/external/chromium_org/content/renderer/pepper/
ppb_video_decoder_impl.h
81
const
PPP_VideoDecoder_Dev
* ppp_videodecoder_;
ppb_video_decoder_impl.cc
104
ppp_videodecoder_ = static_cast<const
PPP_VideoDecoder_Dev
*>(
/external/chromium_org/ppapi/cpp/dev/
video_decoder_client_dev.cc
65
static
PPP_VideoDecoder_Dev
videodecoder_interface = {
Completed in 273 milliseconds