Searched defs:isWAMR (Results 1 - 2 of 2) sorted by last modified time

/frameworks/av/media/libstagefright/
H A DACodec.cpp1230 err = setupAMRCodec(encoder, false /* isWAMR */, bitRate);
1232 err = setupAMRCodec(encoder, true /* isWAMR */, bitRate);
1521 status_t ACodec::setupAMRCodec(bool encoder, bool isWAMR, int32_t bitrate) { argument
1534 def.eAMRBandMode = pickModeFromBitRate(isWAMR, bitrate);
1545 isWAMR ? 16000 : 8000 /* sampleRate */,
H A DOMXCodec.cpp498 setAMRFormat(false /* isWAMR */, bitRate);
500 setAMRFormat(true /* isWAMR */, bitRate);
3360 void OMXCodec::setAMRFormat(bool isWAMR, int32_t bitRate) { argument
3374 def.eAMRBandMode = pickModeFromBitRate(isWAMR, bitRate);

Completed in 55 milliseconds