Searched defs:aacProfile (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DACodec.cpp1196 int32_t isADTS, aacProfile; local
1200 if (!msg->findInt32("aac-profile", &aacProfile)) {
1201 aacProfile = OMX_AUDIO_AACObjectNull;
1205 encoder, numChannels, sampleRate, bitRate, aacProfile,
1354 int32_t bitRate, int32_t aacProfile, bool isADTS) {
1419 profile.eAACProfile = (OMX_AUDIO_AACPROFILETYPE) aacProfile;
1352 setupAACCodec( bool encoder, int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS) argument
H A DOMXCodec.cpp507 int32_t numChannels, sampleRate, aacProfile; local
511 if (!meta->findInt32(kKeyAACProfile, &aacProfile)) {
512 aacProfile = OMX_AUDIO_AACObjectNull;
520 status_t err = setAACFormat(numChannels, sampleRate, bitRate, aacProfile, isADTS);
3398 int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS) {
3456 profile.eAACProfile = (OMX_AUDIO_AACPROFILETYPE) aacProfile;
3397 setAACFormat( int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS) argument

Completed in 911 milliseconds