HomeSort by relevance Sort by last modified time
    Searched refs:mAACProfile (Results 1 - 4 of 4) sorted by null

  /frameworks/av/include/media/stagefright/
AACWriter.h 62 int32_t mAACProfile;
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder2.h 56 OMX_U32 mAACProfile;
SoftAACEncoder2.cpp 47 mAACProfile(OMX_AUDIO_AACObjectLC),
151 aacParams->eAACProfile = (OMX_AUDIO_AACPROFILETYPE) mAACProfile;
243 mAACProfile = aacParams->eAACProfile;
315 getAOTFromProfile(mAACProfile))) {
397 if (mAACProfile == OMX_AUDIO_AACObjectELD && numBytesPerInputFrame > 512) {
  /frameworks/av/media/libstagefright/
AACWriter.cpp 45 mAACProfile(OMX_AUDIO_AACObjectLC) {
106 if (meta->findInt32(kKeyAACProfile, &mAACProfile)) {
107 ALOGI("AAC profile is changed to %d", mAACProfile);
266 const uint8_t kProfileCode = mAACProfile - 1;

Completed in 93 milliseconds