Searched refs:out_channels (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/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/libstagefright/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/libstagefright/foundation/ |
D | avc_utils.cpp | 620 int *out_sampling_rate, int *out_channels, in GetMPEGAudioFrameSize() argument 628 if (out_channels) { in GetMPEGAudioFrameSize() 629 *out_channels = 0; in GetMPEGAudioFrameSize() 761 if (out_channels) { in GetMPEGAudioFrameSize() 764 *out_channels = (channel_mode == 3) ? 1 : 2; in GetMPEGAudioFrameSize()
|
/frameworks/av/media/codec2/components/mp3/ |
D | C2SoftMp3Dec.cpp | 168 uint32_t *out_channels = nullptr, in parseMp3Header() argument 173 if (out_channels) *out_channels = 0; in parseMp3Header() 268 if (out_channels) { in parseMp3Header() 271 *out_channels = (channel_mode == 3) ? 1 : 2; in parseMp3Header()
|
D | C2SoftMp3Dec.h | 27 uint32_t *out_channels = nullptr,
|
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
D | avc_utils.h | 100 int *out_sampling_rate = NULL, int *out_channels = NULL,
|
/frameworks/av/media/extractors/mkv/ |
D | MatroskaExtractor.cpp | 954 int out_channels; in mp3FrameRead() local 957 &out_sampling_rate, &out_channels, &out_bitrate)) { in mp3FrameRead()
|