HomeSort by relevance Sort by last modified time
    Searched defs:setAudioParams (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.cpp 61 setAudioParams();
277 if (setAudioParams() != OK) {
296 if (setAudioParams() != OK) {
309 status_t SoftAACEncoder::setAudioParams() {
313 ALOGV("setAudioParams: %lu Hz, %lu channels, %lu bps",
SoftAACEncoder2.cpp 56 setAudioParams();
246 if (setAudioParams() != OK) {
264 if (setAudioParams() != OK) {
307 status_t SoftAACEncoder2::setAudioParams() {
311 ALOGV("setAudioParams: %lu Hz, %lu channels, %lu bps",

Completed in 159 milliseconds