PPB_VideoFrame_0_1  133 ppapi/c/ppb_video_frame.h typedef struct PPB_VideoFrame_0_1 PPB_VideoFrame;
PPB_VideoFrame_0_1   14 ppapi/cpp/video_frame.cc template <> const char* interface_name<PPB_VideoFrame_0_1>() {
PPB_VideoFrame_0_1   37 ppapi/cpp/video_frame.cc   if (has_interface<PPB_VideoFrame_0_1>())
PPB_VideoFrame_0_1   38 ppapi/cpp/video_frame.cc     return get_interface<PPB_VideoFrame_0_1>()->GetTimestamp(pp_resource());
PPB_VideoFrame_0_1   43 ppapi/cpp/video_frame.cc   if (has_interface<PPB_VideoFrame_0_1>())
PPB_VideoFrame_0_1   44 ppapi/cpp/video_frame.cc     get_interface<PPB_VideoFrame_0_1>()->SetTimestamp(pp_resource(), timestamp);
PPB_VideoFrame_0_1   48 ppapi/cpp/video_frame.cc   if (has_interface<PPB_VideoFrame_0_1>())
PPB_VideoFrame_0_1   49 ppapi/cpp/video_frame.cc     return get_interface<PPB_VideoFrame_0_1>()->GetFormat(pp_resource());
PPB_VideoFrame_0_1   54 ppapi/cpp/video_frame.cc   if (has_interface<PPB_VideoFrame_0_1>())
PPB_VideoFrame_0_1   55 ppapi/cpp/video_frame.cc     return PP_ToBool(get_interface<PPB_VideoFrame_0_1>()->GetSize(
PPB_VideoFrame_0_1   61 ppapi/cpp/video_frame.cc   if (has_interface<PPB_VideoFrame_0_1>())
PPB_VideoFrame_0_1   62 ppapi/cpp/video_frame.cc     return get_interface<PPB_VideoFrame_0_1>()->GetDataBuffer(pp_resource());
PPB_VideoFrame_0_1   67 ppapi/cpp/video_frame.cc   if (has_interface<PPB_VideoFrame_0_1>()) {
PPB_VideoFrame_0_1   68 ppapi/cpp/video_frame.cc     return get_interface<PPB_VideoFrame_0_1>()->GetDataBufferSize(
PPB_VideoFrame_0_1   96 ppapi/thunk/interfaces_ppb_public_stable.h PROXIED_IFACE(PPB_VIDEOFRAME_INTERFACE_0_1, PPB_VideoFrame_0_1)
PPB_VideoFrame_0_1   73 ppapi/thunk/ppb_video_frame_thunk.cc const PPB_VideoFrame_0_1 g_ppb_videoframe_thunk_0_1 = {
PPB_VideoFrame_0_1   85 ppapi/thunk/ppb_video_frame_thunk.cc PPAPI_THUNK_EXPORT const PPB_VideoFrame_0_1* GetPPB_VideoFrame_0_1_Thunk() {