Searched defs:num_channels (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/cmds/stagefright/
H A DWaveWriter.h26 uint16_t num_channels, uint32_t sampling_rate)
30 write_u16(num_channels);
32 write_u32(sampling_rate * num_channels * 2);
33 write_u16(num_channels * 2);
25 WaveWriter(const char *filename, uint16_t num_channels, uint32_t sampling_rate) argument
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Ds_tmp3dec_file.h87 int32 num_channels; member in struct:__anon595
/frameworks/av/media/extractors/mp3/
H A DXINGSeeker.cpp92 int num_channels; local
94 if (!GetMPEGAudioFrameSize(header, &xingframesize, &sampling_rate, &num_channels,
102 if (num_channels != 1) offset += 32;
105 if (num_channels != 1) offset += 17;
H A DMP3Extractor.cpp148 int sample_rate, num_channels, bitrate; local
151 &sample_rate, &num_channels, &bitrate)) {
308 int num_channels; local
311 header, &frame_size, &sample_rate, &num_channels, &bitrate);
323 int num_channels; local
326 header, &frame_size, &sample_rate, &num_channels, &bitrate);
346 mMeta.setInt32(kKeyChannelCount, num_channels);
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
H A Dpvmp3decoder_api.h183 int16 num_channels; member in struct:tPVMP3DecoderExternal
/frameworks/av/media/libstagefright/codecs/mp3dec/test/
H A Dmp3reader.cpp294 uint32_t sample_rate, num_channels, bitrate; local
297 &sample_rate, &num_channels, &bitrate)) {
/frameworks/base/cmds/bootanimation/
H A Daudioplay.cpp72 uint16_t num_channels; member in struct:audioplay::__anon773::ChunkFormat
144 // Determine channelMask from num_channels
146 switch (chunkFormat->num_channels) {
154 // Default of 0 will derive mask from num_channels and log a warning.
160 chunkFormat->num_channels,
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp747 unsigned num_channels = bits.getBits(3); local
753 if (num_channels != 1u) {
/frameworks/opt/net/wifi/libwifi_hal/
H A Dhal_tool.cpp157 int* num_channels) {
154 wifi_get_valid_channels_stub(wifi_interface_handle handle, int band, int max_channels, wifi_channel* channels, int* num_channels) argument
/frameworks/av/media/extractors/mp4/
H A DMPEG4Extractor.cpp1104 uint32_t num_channels = 0; local
1106 if (AdjustChannelsAndRate(original_fourcc, &num_channels, &sample_rate)) {
1107 mLastTrack->meta.setInt32(kKeyChannelCount, num_channels);
1497 uint32_t num_channels = U16_AT(&buffer[16]); local
1530 num_channels = U32_AT(&v2buffer[12]); // num audio channels
1544 AdjustChannelsAndRate(chunk_type, &num_channels, &sample_rate);
1547 chunk, num_channels, sample_size, sample_rate);
1548 mLastTrack->meta.setInt32(kKeyChannelCount, num_channels);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java2000 public int num_channels; field in class:WifiNative.BucketSettings

Completed in 360 milliseconds