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 210 int32_t aacProfile, bool isADTS);
OMXCodec.h 246 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 881 int32_t isADTS, aacProfile;
885 if (!msg->findInt32("aac-profile", &aacProfile)) {
886 aacProfile = OMX_AUDIO_AACObjectNull;
890 encoder, numChannels, sampleRate, bitRate, aacProfile, isADTS != 0);
1028 int32_t bitRate, int32_t aacProfile, bool isADTS) {
    [all...]
OMXCodec.cpp 508 int32_t numChannels, sampleRate, aacProfile;
512 if (!meta->findInt32(kKeyAACProfile, &aacProfile)) {
513 aacProfile = OMX_AUDIO_AACObjectNull;
521 status_t err = setAACFormat(numChannels, sampleRate, bitRate, aacProfile, isADTS);
    [all...]

Completed in 238 milliseconds