Home
last modified time | relevance | path

Searched refs:EncoderType (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/
Dvideo_encoder.h40 enum EncoderType { enum
47 static VideoEncoder* Create(EncoderType codec_type);
177 const EncoderType encoder_type_;
/external/webrtc/webrtc/video/
Dvideo_encoder.cc20 VideoEncoder* VideoEncoder::Create(VideoEncoder::EncoderType codec_type) { in Create()
37 VideoEncoder::EncoderType CodecToEncoderType(VideoCodecType codec_type) { in CodecToEncoderType()