Home
last modified time | relevance | path

Searched refs:setAACFormat (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
DOMXCodec.h247 status_t setAACFormat(
/frameworks/av/media/libstagefright/
DOMXCodec.cpp604 status_t err = setAACFormat(numChannels, sampleRate, bitRate, aacProfile, isADTS); in configureCodec()
3306 status_t OMXCodec::setAACFormat( in setAACFormat() function in android::OMXCodec