OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PutFrame
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ppapi/cpp/private/
video_destination_private.cc
60
int32_t VideoDestination_Private::
PutFrame
(
63
return get_interface<PPB_VideoDestination_Private_0_1>()->
PutFrame
(
/external/chromium_org/ppapi/c/private/
ppb_video_destination_private.h
105
int32_t (*
PutFrame
)(PP_Resource destination,
/external/chromium_org/ppapi/thunk/
ppb_video_destination_private_thunk.cc
43
int32_t
PutFrame
(PP_Resource destination,
48
return enter.object()->
PutFrame
(*frame);
62
&
PutFrame
,
/external/chromium_org/ppapi/proxy/
video_destination_resource.cc
59
int32_t VideoDestinationResource::
PutFrame
(
74
"VideoDestinationPrivateResource.
PutFrame
: Bad image resource.");
/external/chromium_org/content/renderer/media/
video_destination_handler.cc
85
void PpFrameWriter::
PutFrame
(PPB_ImageData_Impl* image_data,
94
LOG(ERROR) << "PpFrameWriter::
PutFrame
- "
99
LOG(ERROR) << "PpFrameWriter::
PutFrame
- Called with NULL image_data.";
104
LOG(ERROR) << "PpFrameWriter::
PutFrame
- "
110
LOG(ERROR) << "PpFrameWriter::
PutFrame
- "
125
LOG(ERROR) << "PpFrameWriter::
PutFrame
- Got RGBA which is not supported.";
150
virtual void
PutFrame
(PPB_ImageData_Impl* image_data,
152
writer_->
PutFrame
(image_data, time_stamp_ns);
Completed in 145 milliseconds