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

  /frameworks/av/include/media/stagefright/
MetaData.h 54 kKeyAACProfile = 'aacp', // int32_t
  /frameworks/av/media/libstagefright/
AACWriter.cpp 106 if (meta->findInt32(kKeyAACProfile, &mAACProfile)) {
OMXCodec.cpp 511 if (!meta->findInt32(kKeyAACProfile, &aacProfile)) {
    [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 830 encMeta->setInt32(kKeyAACProfile, OMX_AUDIO_AACObjectLC);
834 encMeta->setInt32(kKeyAACProfile, OMX_AUDIO_AACObjectHE);
838 encMeta->setInt32(kKeyAACProfile, OMX_AUDIO_AACObjectELD);
    [all...]

Completed in 144 milliseconds