Home
last modified time | relevance | path

Searched defs:setAudioParams (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.cpp420 status_t SoftAACEncoder2::setAudioParams() { in setAudioParams() function in android::SoftAACEncoder2
/aosp_15_r20/frameworks/av/media/codec2/components/aac/
H A DC2SoftAacEnc.cpp246 status_t C2SoftAacEnc::setAudioParams() { in setAudioParams() function in android::C2SoftAacEnc
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/
H A DStagefrightTest.java121 public CodecConfig setAudioParams(int sampleRate, int channelCount) { in setAudioParams() method in StagefrightTest.CodecConfig