HomeSort by relevance Sort by last modified time
    Searched refs:FrameReaderInterface (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/renderer/media/
video_source_handler.h 28 class CONTENT_EXPORT FrameReaderInterface {
34 virtual ~FrameReaderInterface() {}
48 bool Open(const std::string& url, FrameReaderInterface* reader);
52 bool Close(FrameReaderInterface* reader);
59 FrameReaderInterface* reader);
65 typedef std::map<FrameReaderInterface*, SourceInfo*> SourceInfoMap;
69 void DeliverFrameForTesting(FrameReaderInterface* reader,
video_source_handler.cc 26 // It can be attached to a FrameReaderInterface to output the received frame.
37 void SetReader(FrameReaderInterface* reader) {
66 FrameReaderInterface* reader_;
86 FrameReaderInterface* reader) {
96 bool VideoSourceHandler::Close(FrameReaderInterface* reader) {
135 FrameReaderInterface* reader,
148 FrameReaderInterface* reader)
video_source_handler_unittest.cc 28 class FakeFrameReader : public FrameReaderInterface {
  /external/chromium_org/content/renderer/pepper/
pepper_video_source_host.h 41 class FrameReceiver : public FrameReaderInterface,
46 // FrameReaderInterface implementation.

Completed in 233 milliseconds