Searched refs:PPP_VideoDecoder_Dev (Results 1 – 10 of 10) sorted by relevance
7 * This file defines the <code>PPP_VideoDecoder_Dev</code> interface.14 * PPP_VideoDecoder_Dev structure contains the function pointers that the20 interface PPP_VideoDecoder_Dev {
29 * See PPP_VideoDecoder_Dev for the notifications the decoder may send the
20 PP_COMPILE_ASSERT_SIZE_IN_BYTES(PPP_VideoDecoder_Dev, 16);
23 PP_COMPILE_ASSERT_SIZE_IN_BYTES(PPP_VideoDecoder_Dev, 32);
73 static const PPP_VideoDecoder_Dev video_decoder_interface = {90 ppp_video_decoder_impl_ = static_cast<const PPP_VideoDecoder_Dev*>( in PPP_VideoDecoder_Proxy()
45 const PPP_VideoDecoder_Dev* ppp_video_decoder_impl_;
99 typedef struct PPP_VideoDecoder_Dev_0_11 PPP_VideoDecoder_Dev; typedef
65 static PPP_VideoDecoder_Dev videodecoder_interface = {
81 const PPP_VideoDecoder_Dev* ppp_videodecoder_;
104 ppp_videodecoder_ = static_cast<const PPP_VideoDecoder_Dev*>( in PPB_VideoDecoder_Impl()