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

  /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 153 milliseconds