HomeSort by relevance Sort by last modified time
    Searched refs:PPB_VideoFrame_0_1 (Results 1 - 4 of 4) sorted by null

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

Completed in 80 milliseconds