HomeSort by relevance Sort by last modified time
    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 20 PP_COMPILE_ASSERT_SIZE_IN_BYTES(PPP_VideoDecoder_Dev, 32);
  /external/chromium_org/ppapi/proxy/
ppp_video_decoder_proxy.h 24 static const PPP_VideoDecoder_Dev* GetProxyInterface();
45 const PPP_VideoDecoder_Dev* ppp_video_decoder_impl_;
ppp_video_decoder_proxy.cc 71 static const PPP_VideoDecoder_Dev video_decoder_interface = {
84 ppp_video_decoder_impl_ = static_cast<const PPP_VideoDecoder_Dev*>(
93 const PPP_VideoDecoder_Dev* PPP_VideoDecoder_Proxy::GetProxyInterface() {
  /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/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 71 const PPP_VideoDecoder_Dev* ppp_videodecoder_;
ppb_video_decoder_impl.cc 102 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 290 milliseconds