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

/external/chromium_org/content/renderer/media/
H A Drtc_video_decoder_factory_tv.h30 class CONTENT_EXPORT RTCVideoDecoderFactoryTv class in namespace:content
34 RTCVideoDecoderFactoryTv();
35 virtual ~RTCVideoDecoderFactoryTv();
75 DISALLOW_COPY_AND_ASSIGN(RTCVideoDecoderFactoryTv);
H A Drtc_video_decoder_factory_tv.cc150 // RTCVideoDecoderFactoryTv ----------------------------------------------------
152 RTCVideoDecoderFactoryTv::RTCVideoDecoderFactoryTv() : is_acquired_(false) {} function in class:content::RTCVideoDecoderFactoryTv
153 RTCVideoDecoderFactoryTv::~RTCVideoDecoderFactoryTv() {}
155 webrtc::VideoDecoder* RTCVideoDecoderFactoryTv::CreateVideoDecoder(
169 void RTCVideoDecoderFactoryTv::DestroyVideoDecoder(
176 bool RTCVideoDecoderFactoryTv::AcquireDemuxer() {
184 void RTCVideoDecoderFactoryTv::ReleaseDemuxer() {
196 void RTCVideoDecoderFactoryTv
[all...]

Completed in 136 milliseconds