Searched defs:numChannels (Results 26 - 32 of 32) sorted by relevance

12

/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp1542 int32_t numChannels = 0; local
1553 numChannels = (csd[4] >> 3) & 15;
1565 numChannels = (csd[1] >> 3) & 15;
1568 if (numChannels == 0) {
1573 sampleDesc->mFormat->setInt32("channel-count", numChannels);
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h1565 int32_t numChannels; local
1567 formatDesc.c_str(), &timescale, &numChannels);
/frameworks/av/media/libstagefright/
H A DACodec.cpp962 int32_t numChannels, sampleRate; local
963 if (!msg->findInt32("channel-count", &numChannels)
972 numChannels);
975 int32_t numChannels, sampleRate; local
976 if (!msg->findInt32("channel-count", &numChannels)
989 encoder, numChannels, sampleRate, bitRate, aacProfile,
1001 int32_t numChannels; local
1002 if (!msg->findInt32("channel-count", &numChannels)) {
1005 err = setupG711Codec(encoder, numChannels);
1008 int32_t numChannels, sampleRat local
1035 int32_t numChannels, sampleRate; local
1136 setupAACCodec( bool encoder, int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS) argument
1312 setupG711Codec(bool encoder, int32_t numChannels) argument
1319 setupFlacCodec( bool encoder, int32_t numChannels, int32_t sampleRate, int32_t compressionLevel) argument
1347 setupRawAudioFormat( OMX_U32 portIndex, int32_t sampleRate, int32_t numChannels) argument
[all...]
H A DMPEG4Extractor.cpp2218 int32_t numChannels = 0; local
2224 numChannels = br.getBits(4);
2226 numChannels = br.getBits(4);
2252 if (numChannels == 0) {
2269 if (prevChannelCount != numChannels) {
2271 "was: %d, now: %d", prevChannelCount, numChannels);
2274 mLastTrack->meta->setInt32(kKeyChannelCount, numChannels);
H A DOMXCodec.cpp507 int32_t numChannels, sampleRate, aacProfile; local
508 CHECK(meta->findInt32(kKeyChannelCount, &numChannels));
520 status_t err = setAACFormat(numChannels, sampleRate, bitRate, aacProfile, isADTS);
526 int32_t numChannels, sampleRate; local
527 if (meta->findInt32(kKeyChannelCount, &numChannels)
534 numChannels);
541 int32_t numChannels; local
542 CHECK(meta->findInt32(kKeyChannelCount, &numChannels));
544 setG711Format(numChannels);
548 int32_t numChannels, sampleRat local
3278 setRawAudioFormat( OMX_U32 portIndex, int32_t sampleRate, int32_t numChannels) argument
3385 int32_t numChannels; local
3393 setAACFormat( int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS) argument
3494 setG711Format(int32_t numChannels) argument
4361 int32_t numChannels, sampleRate; local
4420 int32_t numChannels, sampleRate, bitRate; local
4632 getOMXChannelMapping(size_t numChannels, OMX_AUDIO_CHANNELTYPE map[]) argument
[all...]
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h358 SLuint32 numChannels; member in struct:SLDataFormat_PCM_
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h383 XAuint32 numChannels; member in struct:XADataFormat_PCM_

Completed in 936 milliseconds

12