Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:isADTS

515         int32_t isADTS;
516 if (!meta->findInt32(kKeyIsADTS, &isADTS)) {
517 isADTS = false;
520 status_t err = setAACFormat(numChannels, sampleRate, bitRate, aacProfile, isADTS);
3394 int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS) {
3400 if (isADTS) {
3476 isADTS