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

  /frameworks/av/include/media/stagefright/
ACodec.h 236 int32_t aacProfile, bool isADTS);
OMXCodec.h 249 int32_t aacProfile, bool isADTS);
  /external/aac/libAACenc/src/
metadata_main.cpp 240 static DRC_PROFILE convertProfile(AACENC_METADATA_DRC_PROFILE aacProfile)
244 switch(aacProfile) {
  /frameworks/av/media/libstagefright/
ACodec.cpp 980 int32_t isADTS, aacProfile;
984 if (!msg->findInt32("aac-profile", &aacProfile)) {
985 aacProfile = OMX_AUDIO_AACObjectNull;
989 encoder, numChannels, sampleRate, bitRate, aacProfile,
    [all...]
OMXCodec.cpp 507 int32_t numChannels, sampleRate, aacProfile;
511 if (!meta->findInt32(kKeyAACProfile, &aacProfile)) {
512 aacProfile = OMX_AUDIO_AACObjectNull;
520 status_t err = setAACFormat(numChannels, sampleRate, bitRate, aacProfile, isADTS);
    [all...]

Completed in 100 milliseconds