HomeSort by relevance Sort by last modified time
    Searched defs:DecoderInfo (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/
decoder_database.h 39 struct DecoderInfo {
40 DecoderInfo() = default;
41 DecoderInfo(NetEqDecoder ct, int fs, AudioDecoder* dec, bool ext)
42 : DecoderInfo(ct, "", fs, dec, ext) {}
43 DecoderInfo(NetEqDecoder ct,
54 ~DecoderInfo();
84 // is only used to populate the name field in the DecoderInfo struct in the
103 // Returns a pointer to the DecoderInfo struct for |rtp_payload_type|. If
105 virtual const DecoderInfo* GetDecoderInfo(uint8_t rtp_payload_type) const;
153 typedef std::map<uint8_t, DecoderInfo> DecoderMap
    [all...]
decoder_database.cc 27 DecoderDatabase::DecoderInfo::~DecoderInfo() {
51 DecoderInfo info(codec_type, name, fs_hz, NULL, false);
78 DecoderInfo info(codec_type, codec_name, fs_hz, decoder, true);
101 const DecoderDatabase::DecoderInfo* DecoderDatabase::GetDecoderInfo(
134 DecoderInfo* info = &(*it).second;
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 

Completed in 3048 milliseconds