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

  /system/bt/stack/a2dp/
a2dp_aac_encoder.cc 199 if (aac_error != AACENC_OK) {
288 if (aac_error != AACENC_OK) {
300 if (aac_error != AACENC_OK) {
312 if (aac_error != AACENC_OK) {
324 if (aac_error != AACENC_OK) {
351 if (aac_error != AACENC_OK) {
362 if (aac_error != AACENC_OK) {
378 if (aac_error != AACENC_OK) {
390 if (aac_error != AACENC_OK) {
402 if (aac_error != AACENC_OK) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder2.cpp 122 if (AACENC_OK != aacEncOpen(&mAACEncoder, 0, 0)) {
427 if (AACENC_OK != aacEncoder_SetParam(mAACEncoder, AACENC_AOT,
433 if (AACENC_OK != aacEncoder_SetParam(mAACEncoder, AACENC_SAMPLERATE, mSampleRate)) {
437 if (AACENC_OK != aacEncoder_SetParam(mAACEncoder, AACENC_BITRATE, mBitRate)) {
441 if (AACENC_OK != aacEncoder_SetParam(mAACEncoder, AACENC_CHANNELMODE,
446 if (AACENC_OK != aacEncoder_SetParam(mAACEncoder, AACENC_TRANSMUX, TT_MP4_RAW)) {
452 if (AACENC_OK != aacEncoder_SetParam(mAACEncoder, AACENC_SBR_MODE, mSBRMode)) {
464 if (AACENC_OK != aacEncoder_SetParam(mAACEncoder, AACENC_SBR_RATIO, mSBRRatio)) {
489 if (AACENC_OK != aacEncEncode(mAACEncoder, NULL, NULL, NULL, NULL)) {
502 if (AACENC_OK != aacEncInfo(mAACEncoder, &encInfo))
    [all...]
  /external/aac/libAACenc/include/
aacenc_lib.h     [all...]