OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FrameWriterInterface
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/renderer/media/webrtc/
video_destination_handler.h
25
class CONTENT_EXPORT
FrameWriterInterface
{
31
virtual ~
FrameWriterInterface
() {}
36
//
FrameWriterInterface
, which will be used by the effects pepper plugin to
40
public
FrameWriterInterface
,
46
//
FrameWriterInterface
implementation.
84
FrameWriterInterface
** frame_writer);
video_destination_handler_unittest.cc
60
FrameWriterInterface
* frame_writer = NULL;
71
FrameWriterInterface
* frame_writer = NULL;
video_destination_handler.cc
168
class PpFrameWriterProxy : public
FrameWriterInterface
{
191
FrameWriterInterface
** frame_writer) {
/external/chromium_org/content/renderer/pepper/
pepper_video_destination_host.h
43
scoped_ptr<
FrameWriterInterface
> frame_writer_;
pepper_video_destination_host.cc
53
FrameWriterInterface
* frame_writer = NULL;
Completed in 83 milliseconds