Searched refs:out_channels (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/module/codecs/mp3dec/fuzzer/ |
D | mp3_dec_fuzzer.cpp | 32 uint32_t *out_sampling_rate = nullptr, uint32_t *out_channels = nullptr, in parseMp3Header() argument 36 if (out_channels) *out_channels = 0; in parseMp3Header() 122 if (out_channels) { in parseMp3Header() 124 *out_channels = (channel_mode == 3) ? 1 : 2; in parseMp3Header()
|
/frameworks/av/media/module/codecs/mp3dec/test/ |
D | mp3reader.cpp | 42 uint32_t *out_sampling_rate = NULL, uint32_t *out_channels = NULL , in parseHeader() argument 50 if (out_channels) { in parseHeader() 51 *out_channels = 0; in parseHeader() 181 if (out_channels) { in parseHeader() 184 *out_channels = (channel_mode == 3) ? 1 : 2; in parseHeader()
|
/frameworks/av/media/module/foundation/ |
D | avc_utils.cpp | 633 int *out_sampling_rate, int *out_channels, in GetMPEGAudioFrameSize() argument 641 if (out_channels) { in GetMPEGAudioFrameSize() 642 *out_channels = 0; in GetMPEGAudioFrameSize() 774 if (out_channels) { in GetMPEGAudioFrameSize() 777 *out_channels = (channel_mode == 3) ? 1 : 2; in GetMPEGAudioFrameSize()
|
/frameworks/av/media/codec2/components/mp3/ |
D | C2SoftMp3Dec.cpp | 169 uint32_t *out_channels = nullptr, in parseMp3Header() argument 174 if (out_channels) *out_channels = 0; in parseMp3Header() 269 if (out_channels) { in parseMp3Header() 272 *out_channels = (channel_mode == 3) ? 1 : 2; in parseMp3Header()
|
D | C2SoftMp3Dec.h | 27 uint32_t *out_channels = nullptr,
|
/frameworks/av/media/module/codecs/mp3dec/src/ |
D | pvmp3_framedecoder.cpp | 160 uint32_t *out_sampling_rate = NULL, uint32_t *out_channels = NULL , in parseHeader() argument 168 if (out_channels) { in parseHeader() 169 *out_channels = 0; in parseHeader() 299 if (out_channels) { in parseHeader() 302 *out_channels = (channel_mode == 3) ? 1 : 2; in parseHeader()
|
/frameworks/av/media/module/foundation/include/media/stagefright/foundation/ |
D | avc_utils.h | 100 int *out_sampling_rate = NULL, int *out_channels = NULL,
|
/frameworks/av/media/module/extractors/mkv/ |
D | MatroskaExtractor.cpp | 967 int out_channels; in mp3FrameRead() local 970 &out_sampling_rate, &out_channels, &out_bitrate)) { in mp3FrameRead()
|