Searched refs:isADTS (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/
H A DUtils.cpp122 int32_t isADTS; local
123 if (meta->findInt32(kKeyIsADTS, &isADTS)) {
421 int32_t isADTS; local
422 if (msg->findInt32("is-adts", &isADTS)) {
423 meta->setInt32(kKeyIsADTS, isADTS);
H A DACodec.cpp980 int32_t isADTS, aacProfile; local
981 if (!msg->findInt32("is-adts", &isADTS)) {
982 isADTS = 0;
990 isADTS != 0);
1138 int32_t bitRate, int32_t aacProfile, bool isADTS) {
1139 if (encoder && isADTS) {
1231 isADTS
1136 setupAACCodec( bool encoder, int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS) argument
H A DOMXCodec.cpp515 int32_t isADTS; local
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
3393 setAACFormat( int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS) argument
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp291 int32_t isADTS; local
292 if (meta->findInt32(kKeyIsADTS, &isADTS) && isADTS != 0) {
/frameworks/av/include/media/stagefright/
H A DACodec.h236 int32_t aacProfile, bool isADTS);
H A DOMXCodec.h249 int32_t aacProfile, bool isADTS);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DTSPacketizer.cpp117 int32_t isADTS; local
118 if (!mFormat->findInt32("is-adts", &isADTS) || isADTS == 0) {

Completed in 1967 milliseconds