HomeSort by relevance Sort by last modified time
    Searched defs:RTCVideoDecoderFactory (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/media/
rtc_video_decoder_factory.cc 14 RTCVideoDecoderFactory::RTCVideoDecoderFactory(
17 DVLOG(2) << "RTCVideoDecoderFactory";
20 RTCVideoDecoderFactory::~RTCVideoDecoderFactory() {
21 DVLOG(2) << "~RTCVideoDecoderFactory";
24 webrtc::VideoDecoder* RTCVideoDecoderFactory::CreateVideoDecoder(
32 void RTCVideoDecoderFactory::DestroyVideoDecoder(
rtc_video_decoder_factory.h 25 class CONTENT_EXPORT RTCVideoDecoderFactory
28 explicit RTCVideoDecoderFactory(
30 virtual ~RTCVideoDecoderFactory();
44 DISALLOW_COPY_AND_ASSIGN(RTCVideoDecoderFactory);

Completed in 298 milliseconds