OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecoderType
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/
video_decoder.h
52
enum
DecoderType
{
59
static VideoDecoder* Create(
DecoderType
codec_type);
115
const
DecoderType
decoder_type_;
/external/webrtc/webrtc/video/
video_decoder.cc
20
VideoDecoder* VideoDecoder::Create(VideoDecoder::
DecoderType
codec_type) {
37
VideoDecoder::
DecoderType
CodecTypeToDecoderType(VideoCodecType codec_type) {
Completed in 2905 milliseconds