Searched defs:num_channels (Results 1 - 10 of 10) 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:__anon700
/frameworks/av/media/libstagefright/
H A DXINGSeeker.cpp95 int num_channels; local
97 if (!GetMPEGAudioFrameSize(header, &xingframesize, &sampling_rate, &num_channels,
107 if (num_channels != 1) offset += 32;
110 if (num_channels != 1) offset += 17;
H A DMP3Extractor.cpp148 int sample_rate, num_channels, bitrate; local
151 &sample_rate, &num_channels, &bitrate)) {
288 int num_channels; local
291 header, &frame_size, &sample_rate, &num_channels, &bitrate);
313 mMeta->setInt32(kKeyChannelCount, num_channels);
H A DMPEG4Extractor.cpp980 uint32_t num_channels = 0; local
982 if (AdjustChannelsAndRate(original_fourcc, &num_channels, &sample_rate)) {
983 mLastTrack->meta->setInt32(kKeyChannelCount, num_channels);
1238 uint32_t num_channels = U16_AT(&buffer[16]); local
1246 AdjustChannelsAndRate(chunk_type, &num_channels, &sample_rate);
1249 chunk, num_channels, sample_size, sample_rate);
1250 mLastTrack->meta->setInt32(kKeyChannelCount, num_channels);
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
H A Dpvmp3decoder_api.h183 int16 num_channels; member in struct:tPVMP3DecoderExternal
/frameworks/ex/variablespeed/jni/
H A Dring_buffer.cc23 void RingBuffer::Init(int size, int num_channels, int num_readers) { argument
25 num_channels_ = num_channels;
H A Dsola_time_scaler.h45 // @param num_channels number of interleaved channels in the signal.
46 void Init(int sample_rate, int num_channels) { argument
48 num_channels_ = num_channels;
85 // @param num_channels number of channels of the signal to process
89 void Init(double sample_rate, int num_channels, double initial_speed,
107 // @param num_frames number of frames (num_samples / num_channels)
125 int num_channels() const { return num_channels_; } function in class:video_editing::SolaTimeScaler
H A Dsola_time_scaler.cc81 int num_channels,
88 num_channels_ = num_channels;
80 Init(double sample_rate, int num_channels, double initial_speed, double window_duration, double overlap_duration) argument
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp354 unsigned num_channels = bits.getBits(3); local
357 CHECK_EQ(num_channels, 1u); // stereo!

Completed in 304 milliseconds