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.h1573 int32_t numChannels; local
1575 formatDesc.c_str(), &timescale, &numChannels);
/frameworks/av/media/libstagefright/
H A DACodec.cpp1190 int32_t numChannels, sampleRate; local
1191 if (!msg->findInt32("channel-count", &numChannels)
1200 numChannels);
1203 int32_t numChannels, sampleRate; local
1204 if (!msg->findInt32("channel-count", &numChannels)
1217 encoder, numChannels, sampleRate, bitRate, aacProfile,
1229 int32_t numChannels; local
1230 if (!msg->findInt32("channel-count", &numChannels)) {
1233 err = setupG711Codec(encoder, numChannels);
1236 int32_t numChannels, sampleRat local
1263 int32_t numChannels, sampleRate; local
1364 setupAACCodec( bool encoder, int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS) argument
1540 setupG711Codec(bool encoder, int32_t numChannels) argument
1547 setupFlacCodec( bool encoder, int32_t numChannels, int32_t sampleRate, int32_t compressionLevel) argument
1575 setupRawAudioFormat( OMX_U32 portIndex, int32_t sampleRate, int32_t numChannels) argument
[all...]
H A DMPEG4Extractor.cpp2298 int32_t numChannels = 0; local
2304 numChannels = br.getBits(4);
2306 numChannels = br.getBits(4);
2332 if (numChannels == 0) {
2349 if (prevChannelCount != numChannels) {
2351 "was: %d, now: %d", prevChannelCount, numChannels);
2354 mLastTrack->meta->setInt32(kKeyChannelCount, numChannels);
H A DOMXCodec.cpp502 int32_t numChannels, sampleRate, aacProfile; local
503 CHECK(meta->findInt32(kKeyChannelCount, &numChannels));
515 status_t err = setAACFormat(numChannels, sampleRate, bitRate, aacProfile, isADTS);
521 int32_t numChannels, sampleRate; local
522 if (meta->findInt32(kKeyChannelCount, &numChannels)
529 numChannels);
536 int32_t numChannels; local
537 CHECK(meta->findInt32(kKeyChannelCount, &numChannels));
539 setG711Format(numChannels);
543 int32_t numChannels, sampleRat local
3276 setRawAudioFormat( OMX_U32 portIndex, int32_t sampleRate, int32_t numChannels) argument
3383 int32_t numChannels; local
3391 setAACFormat( int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS) argument
3492 setG711Format(int32_t numChannels) argument
4359 int32_t numChannels, sampleRate; local
4418 int32_t numChannels, sampleRate, bitRate; local
4641 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 196 milliseconds

12