OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsVideoFrame
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ppapi/c/
ppb_video_frame.h
70
PP_Bool (*
IsVideoFrame
)(PP_Resource resource);
/external/chromium_org/ppapi/api/
ppb_video_frame.idl
54
PP_Bool
IsVideoFrame
([in] PP_Resource resource);
/external/chromium_org/ppapi/thunk/
ppb_video_frame_thunk.cc
19
PP_Bool
IsVideoFrame
(PP_Resource resource) {
20
VLOG(4) << "PPB_VideoFrame::
IsVideoFrame
()";
74
&
IsVideoFrame
,
Completed in 83 milliseconds