Searched defs:setAudioParams (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp61 setAudioParams();
277 if (setAudioParams() != OK) {
296 if (setAudioParams() != OK) {
309 status_t SoftAACEncoder::setAudioParams() { function in class:android::SoftAACEncoder
313 ALOGV("setAudioParams: %lu Hz, %lu channels, %lu bps",
H A DSoftAACEncoder2.cpp56 setAudioParams();
246 if (setAudioParams() != OK) {
264 if (setAudioParams() != OK) {
303 status_t SoftAACEncoder2::setAudioParams() { function in class:android::SoftAACEncoder2
307 ALOGV("setAudioParams: %lu Hz, %lu channels, %lu bps",

Completed in 88 milliseconds