Home
last modified time | relevance | path

Searched refs:PutFrame (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/ppapi/thunk/
Dppb_video_destination_private_thunk.cc43 int32_t PutFrame(PP_Resource destination, in PutFrame() function
48 return enter.object()->PutFrame(*frame); in PutFrame()
62 &PutFrame,
Dppb_media_stream_video_track_thunk.cc114 int32_t PutFrame(PP_Resource video_track, PP_Resource frame) { in PutFrame() function
119 return enter.object()->PutFrame(frame); in PutFrame()
144 &PutFrame
Dppb_video_destination_private_api.h25 virtual int32_t PutFrame(const PP_VideoFrame_Private& frame) = 0;
Dppb_media_stream_video_track_api.h29 virtual int32_t PutFrame(PP_Resource frame) = 0;
/external/chromium_org/ppapi/cpp/private/
Dvideo_destination_private.cc60 int32_t VideoDestination_Private::PutFrame( in PutFrame() function in pp::VideoDestination_Private
63 return get_interface<PPB_VideoDestination_Private_0_1>()->PutFrame( in PutFrame()
Dvideo_destination_private.h79 int32_t PutFrame(const VideoFrame_Private& frame);
/external/chromium_org/content/renderer/media/webrtc/
Dvideo_destination_handler.h29 virtual void PutFrame(PPB_ImageData_Impl* image_data,
48 virtual void PutFrame(PPB_ImageData_Impl* image_data, in NON_EXPORTED_BASE()
Dvideo_destination_handler_unittest.cc68 TEST_F(VideoDestinationHandlerTest, PutFrame) { in TEST_F() argument
97 frame_writer->PutFrame(image, 10); in TEST_F()
Dvideo_destination_handler.cc109 void PpFrameWriter::PutFrame(PPB_ImageData_Impl* image_data, in PutFrame() function in content::PpFrameWriter
176 virtual void PutFrame(PPB_ImageData_Impl* image_data, in PutFrame() function in content::PpFrameWriterProxy
178 writer_->PutFrame(image_data, time_stamp_ns); in PutFrame()
/external/chromium_org/ppapi/tests/
Dtest_video_destination.cc62 RUN_TEST(PutFrame, filter); in RunTests()
121 ASSERT_EQ(PP_OK, video_destination.PutFrame(video_frame)); in TestPutFrame()
/external/chromium_org/ppapi/cpp/
Dmedia_stream_video_track.cc148 int32_t MediaStreamVideoTrack::PutFrame(const VideoFrame& frame) { in PutFrame() function in pp::MediaStreamVideoTrack
150 return get_interface<PPB_MediaStreamVideoTrack_1_0>()->PutFrame( in PutFrame()
Dmedia_stream_video_track.h150 int32_t PutFrame(const VideoFrame& frame);
/external/chromium_org/ppapi/c/private/
Dppb_video_destination_private.h105 int32_t (*PutFrame)(PP_Resource destination, member
/external/chromium_org/ppapi/proxy/
Dvideo_destination_resource.h40 virtual int32_t PutFrame(const PP_VideoFrame_Private& frame) OVERRIDE;
Dmedia_stream_video_track_resource.h50 virtual int32_t PutFrame(PP_Resource frame) OVERRIDE;
Dvideo_destination_resource.cc59 int32_t VideoDestinationResource::PutFrame( in PutFrame() function in ppapi::proxy::VideoDestinationResource
Dmedia_stream_video_track_resource.cc166 int32_t MediaStreamVideoTrackResource::PutFrame(PP_Resource frame) { in PutFrame() function in ppapi::proxy::MediaStreamVideoTrackResource
/external/chromium_org/content/renderer/media/
Dmedia_stream_video_track.h71 FRIEND_TEST_ALL_PREFIXES(VideoDestinationHandlerTest, PutFrame);
/external/chromium_org/ppapi/c/
Dppb_media_stream_video_track.h249 int32_t (*PutFrame)(PP_Resource video_track, PP_Resource frame); member
/external/chromium_org/content/renderer/pepper/
Dpepper_video_destination_host.cc90 frame_writer_->PutFrame(image_data_impl, timestamp_ns); in OnHostMsgPutFrame()
/external/chromium_org/ppapi/examples/video_effects/
Dvideo_effects.cc155 video_destination_.PutFrame(video_frame); in GetFrameDone()
/external/chromium_org/ppapi/api/private/
Dppb_video_destination_private.idl84 int32_t PutFrame([in] PP_Resource destination,
/external/chromium_org/ppapi/api/
Dppb_media_stream_video_track.idl232 * then use |PutFrame()| to send the frame back.
245 int32_t PutFrame([in] PP_Resource video_track, [in] PP_Resource frame);
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c1221 return iface->PutFrame(video_track, frame); in Pnacl_M36_PPB_MediaStreamVideoTrack_PutFrame()
4171 return iface->PutFrame(destination, frame); in Pnacl_M28_PPB_VideoDestination_Private_PutFrame()
4608 ….PutFrame = (int32_t (*)(PP_Resource video_track, PP_Resource frame))&Pnacl_M36_PPB_MediaStreamVid…
5443 ….PutFrame = (int32_t (*)(PP_Resource destination, const struct PP_VideoFrame_Private* frame))&Pnac…