Searched refs:DecoderType (Results 1 – 2 of 2) sorted by relevance
52 enum DecoderType { enum59 static VideoDecoder* Create(DecoderType codec_type);115 const DecoderType decoder_type_;
20 VideoDecoder* VideoDecoder::Create(VideoDecoder::DecoderType codec_type) { in Create()37 VideoDecoder::DecoderType CodecTypeToDecoderType(VideoCodecType codec_type) { in CodecTypeToDecoderType()