Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:aacProfile

980             int32_t isADTS, aacProfile;
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;