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 691 AACENC_EXT_PAYLOAD extPayload[MAX_TOTAL_EXT_PAYLOADS]
767 && (extPayload[n].associatedChElement == el)
768 && (extPayload[n].dataSize > 0)
769 && (extPayload[n].pData != NULL) )
773 qcOut->qcElement[el]->extension[idx].type = extPayload[n].dataType; /* Perform a sanity check on the type? */
774 qcOut->qcElement[el]->extension[idx].nPayloadBits = extPayload[n].dataSize;
775 qcOut->qcElement[el]->extension[idx].pPayload = extPayload[n].pData;
807 && (extPayload[n].associatedChElement == -1)
808 && (extPayload[n].pData != NULL) )
812 if (extPayload[n].dataType == EXT_DATA_ELEMENT)
    [all...]
aacenc.h 304 AACENC_EXT_PAYLOAD extPayload[MAX_TOTAL_EXT_PAYLOADS]
aacenc_lib.cpp 216 AACENC_EXT_PAYLOAD extPayload [MAX_TOTAL_EXT_PAYLOADS];
    [all...]

Completed in 36 milliseconds