Searched refs:aacProfile (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DACodec.h236 int32_t aacProfile, bool isADTS);
H A DOMXCodec.h249 int32_t aacProfile, bool isADTS);
/frameworks/av/media/libstagefright/
H A DACodec.cpp980 int32_t isADTS, aacProfile; local
984 if (!msg->findInt32("aac-profile", &aacProfile)) {
985 aacProfile = OMX_AUDIO_AACObjectNull;
989 encoder, numChannels, sampleRate, bitRate, aacProfile,
1138 int32_t bitRate, int32_t aacProfile, bool isADTS) {
1203 profile.eAACProfile = (OMX_AUDIO_AACPROFILETYPE) aacProfile;
1136 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);
3394 int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS) {
3452 profile.eAACProfile = (OMX_AUDIO_AACPROFILETYPE) aacProfile;
3393 setAACFormat( int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS) argument

Completed in 154 milliseconds