Searched refs:out_channels (Results 1 – 6 of 6) sorted by relevance
/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 | 635 int *out_sampling_rate, int *out_channels, in GetMPEGAudioFrameSize() argument 643 if (out_channels) { in GetMPEGAudioFrameSize() 644 *out_channels = 0; in GetMPEGAudioFrameSize() 776 if (out_channels) { in GetMPEGAudioFrameSize() 779 *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 | 961 int out_channels; in mp3FrameRead() local 964 &out_sampling_rate, &out_channels, &out_bitrate)) { in mp3FrameRead()
|