Searched refs:PPB_VideoDecoder_0_2 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Dvideo_decoder.cc24 const char* interface_name<PPB_VideoDecoder_0_2>() {
47 if (has_interface<PPB_VideoDecoder_0_2>()) {
48 return get_interface<PPB_VideoDecoder_0_2>()->Initialize(
74 if (has_interface<PPB_VideoDecoder_0_2>()) {
75 return get_interface<PPB_VideoDecoder_0_2>()->Decode(
87 if (has_interface<PPB_VideoDecoder_0_2>()) {
88 return get_interface<PPB_VideoDecoder_0_2>()->GetPicture(
99 if (has_interface<PPB_VideoDecoder_0_2>()) {
100 get_interface<PPB_VideoDecoder_0_2>()->RecyclePicture(pp_resource(),
109 if (has_interface<PPB_VideoDecoder_0_2>()) {
[all...]
/external/chromium_org/ppapi/c/
H A Dppb_video_decoder.h57 struct PPB_VideoDecoder_0_2 { struct
220 typedef struct PPB_VideoDecoder_0_2 PPB_VideoDecoder;
/external/chromium_org/ppapi/thunk/
H A Dppb_video_decoder_thunk.cc127 const PPB_VideoDecoder_0_2 g_ppb_videodecoder_thunk_0_2 = {
145 PPAPI_THUNK_EXPORT const PPB_VideoDecoder_0_2*
H A Dinterfaces_ppb_public_stable.h97 PROXIED_IFACE(PPB_VIDEODECODER_INTERFACE_0_2, PPB_VideoDecoder_0_2)
/external/chromium_org/ppapi/proxy/
H A Dvideo_decoder_resource_unittest.cc63 const PPB_VideoDecoder_0_2* decoder_iface() const { return decoder_iface_; }
301 const PPB_VideoDecoder_0_2* decoder_iface_;
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c1990 /* Begin wrapper methods for PPB_VideoDecoder_0_2 */
1993 const struct PPB_VideoDecoder_0_2 *iface = Pnacl_WrapperInfo_PPB_VideoDecoder_0_2.real_iface;
1998 const struct PPB_VideoDecoder_0_2 *iface = Pnacl_WrapperInfo_PPB_VideoDecoder_0_2.real_iface;
2003 const struct PPB_VideoDecoder_0_2 *iface = Pnacl_WrapperInfo_PPB_VideoDecoder_0_2.real_iface;
2008 const struct PPB_VideoDecoder_0_2 *iface = Pnacl_WrapperInfo_PPB_VideoDecoder_0_2.real_iface;
2013 const struct PPB_VideoDecoder_0_2 *iface = Pnacl_WrapperInfo_PPB_VideoDecoder_0_2.real_iface;
2018 const struct PPB_VideoDecoder_0_2 *iface = Pnacl_WrapperInfo_PPB_VideoDecoder_0_2.real_iface;
2023 const struct PPB_VideoDecoder_0_2 *iface = Pnacl_WrapperInfo_PPB_VideoDecoder_0_2.real_iface;
2028 const struct PPB_VideoDecoder_0_2 *iface = Pnacl_WrapperInfo_PPB_VideoDecoder_0_2.real_iface;
2032 /* End wrapper methods for PPB_VideoDecoder_0_2 */
[all...]

Completed in 774 milliseconds