Searched refs:DecoderType (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/
H A Dvideo_decoder.h52 enum DecoderType { enum in class:webrtc::VideoDecoder
59 static VideoDecoder* Create(DecoderType codec_type);
115 const DecoderType decoder_type_;
/external/webrtc/webrtc/video/
H A Dvideo_decoder.cc20 VideoDecoder* VideoDecoder::Create(VideoDecoder::DecoderType codec_type) {
37 VideoDecoder::DecoderType CodecTypeToDecoderType(VideoCodecType codec_type) {

Completed in 679 milliseconds