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

  /external/aac/libAACenc/src/
aacenc.cpp 716 AACENC_EXT_PAYLOAD extPayload[MAX_TOTAL_EXT_PAYLOADS]
792 && (extPayload[n].associatedChElement == el)
793 && (extPayload[n].dataSize > 0)
794 && (extPayload[n].pData != NULL) )
798 qcOut->qcElement[el]->extension[idx].type = extPayload[n].dataType; /* Perform a sanity check on the type? */
799 qcOut->qcElement[el]->extension[idx].nPayloadBits = extPayload[n].dataSize;
800 qcOut->qcElement[el]->extension[idx].pPayload = extPayload[n].pData;
832 && (extPayload[n].associatedChElement == -1)
833 && (extPayload[n].pData != NULL) )
837 if (extPayload[n].dataType == EXT_DATA_ELEMENT)
    [all...]
aacenc_lib.cpp 222 AACENC_EXT_PAYLOAD extPayload [MAX_TOTAL_EXT_PAYLOADS];
    [all...]
aacenc.h 341 AACENC_EXT_PAYLOAD extPayload[MAX_TOTAL_EXT_PAYLOADS]

Completed in 287 milliseconds