audioCodecType     79 libcore/swf/StreamSoundBlockTag.cpp     media::audioCodecType format = sinfo->getFormat();
audioCodecType    161 libcore/swf/tag_loaders.cpp     media::audioCodecType format = static_cast<media::audioCodecType>(
audioCodecType    281 libcore/swf/tag_loaders.cpp     media::audioCodecType format =
audioCodecType    282 libcore/swf/tag_loaders.cpp         static_cast<media::audioCodecType>(in.read_uint(4)); // TODO: check input !
audioCodecType    345 libmedia/AudioDecoderSimple.cpp     _codec = static_cast<audioCodecType>(info.codec);
audioCodecType     74 libmedia/AudioDecoderSimple.h 	audioCodecType _codec;
audioCodecType     85 libmedia/MediaHandler.cpp     audioCodecType codec = static_cast<audioCodecType>(info.codec);
audioCodecType    186 libmedia/MediaParser.h DSOEXPORT std::ostream& operator<< (std::ostream& os, const audioCodecType& t);
audioCodecType     71 libmedia/SoundInfo.h 	SoundInfo(audioCodecType format, bool stereo, boost::uint32_t sampleRate,
audioCodecType     87 libmedia/SoundInfo.h 	audioCodecType getFormat() const { return _format; }
audioCodecType    121 libmedia/SoundInfo.h 	audioCodecType _format;
audioCodecType     54 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp             info.codec, (audioCodecType)info.codec);
audioCodecType    112 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp         audioCodecType codec = info.getFormat();
audioCodecType    223 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp                         info.codec % (audioCodecType)info.codec;
audioCodecType    242 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp                     info.codec % static_cast<audioCodecType>(info.codec);
audioCodecType    265 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp                         info.codec % (audioCodecType)info.codec;
audioCodecType    112 libmedia/gst/AudioDecoderGst.cpp                 (audioCodecType)info.codec;