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

/frameworks/av/media/libstagefright/
H A DACodec.cpp931 int32_t isADTS, aacProfile; local
935 if (!msg->findInt32("aac-profile", &aacProfile)) {
936 aacProfile = OMX_AUDIO_AACObjectNull;
940 encoder, numChannels, sampleRate, bitRate, aacProfile,
1083 int32_t bitRate, int32_t aacProfile, bool isADTS) {
1148 profile.eAACProfile = (OMX_AUDIO_AACPROFILETYPE) aacProfile;
1081 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);
3388 int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS) {
3446 profile.eAACProfile = (OMX_AUDIO_AACPROFILETYPE) aacProfile;
3387 setAACFormat( int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS) argument

Completed in 93 milliseconds