OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecoderMap
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
decoder_database.cc
77
std::pair<
DecoderMap
::iterator, bool> ret;
103
DecoderMap
::const_iterator it = decoders_.find(rtp_payload_type);
113
DecoderMap
::const_iterator it;
129
DecoderMap
::iterator it = decoders_.find(rtp_payload_type);
146
DecoderMap
::const_iterator it = decoders_.find(rtp_payload_type);
176
DecoderMap
::const_iterator it = decoders_.find(rtp_payload_type);
188
DecoderMap
::iterator it = decoders_.find(active_decoder_);
216
DecoderMap
::const_iterator it = decoders_.find(rtp_payload_type);
223
DecoderMap
::iterator it = decoders_.find(active_cng_decoder_);
decoder_database.h
153
typedef std::map<uint8_t, DecoderInfo>
DecoderMap
;
155
DecoderMap
decoders_;
/external/webrtc/webrtc/modules/video_coding/
codec_database.h
128
typedef std::map<uint8_t, VCMDecoderMapItem*>
DecoderMap
;
161
DecoderMap
dec_map_;
codec_database.cc
449
DecoderMap
::iterator it = dec_map_.find(payload_type);
601
DecoderMap
::const_iterator it = dec_map_.find(payload_type);
Completed in 363 milliseconds