Searched refs:mAACProfile (Results 1 – 4 of 4) sorted by relevance
50 mAACProfile(OMX_AUDIO_AACObjectLC), in AACWriter()91 if (meta->findInt32(kKeyAACProfile, &mAACProfile)) { in addSource()92 ALOGI("AAC profile is changed to %d", mAACProfile); in addSource()251 const uint8_t kProfileCode = mAACProfile - 1; in writeAdtsHeader()
61 mAACProfile(OMX_AUDIO_AACObjectLC), in SoftAACEncoder2()173 aacParams->eAACProfile = (OMX_AUDIO_AACPROFILETYPE) mAACProfile; in internalGetParameter()335 mAACProfile = aacParams->eAACProfile; in internalSetParameter()428 getAOTFromProfile(mAACProfile))) { in setAudioParams()451 if (mSBRMode != -1 && mAACProfile == OMX_AUDIO_AACObjectELD) { in setAudioParams()537 if (mAACProfile == OMX_AUDIO_AACObjectELD && numBytesPerInputFrame > 512) { in onQueueFilled()
60 OMX_U32 mAACProfile; member
61 int32_t mAACProfile; member