Searched defs:PpFrameWriterProxy (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Dvideo_destination_handler.cc136 // PpFrameWriterProxy is a helper class to make sure the user won't use
139 class PpFrameWriterProxy : public FrameWriterInterface { class in namespace:content
141 PpFrameWriterProxy(VideoTrackInterface* track, function in class:content::PpFrameWriterProxy
148 virtual ~PpFrameWriterProxy() {}
159 DISALLOW_COPY_AND_ASSIGN(PpFrameWriterProxy);
205 *frame_writer = new PpFrameWriterProxy(video_tracks[0].get(), writer);

Completed in 123 milliseconds