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

  /external/aac/libSBRenc/src/
sbr.h 126 UCHAR payloadDelayLine[1+DELAY_FRAMES][MAX_PAYLOAD_SIZE];
sbr_encoder.cpp 890 MAX_PAYLOAD_SIZE*sizeof(UCHAR),
    [all...]
  /external/aac/libSBRenc/include/
sbr_encoder.h 102 #define MAX_PAYLOAD_SIZE 256
348 UCHAR sbrData[(6)][MAX_PAYLOAD_SIZE]
  /frameworks/base/core/java/android/nfc/
NdefRecord.java 274 private static final int MAX_PAYLOAD_SIZE = 10 * (1 << 20); // 10 MB payload limit
    [all...]
  /external/aac/libAACenc/src/
aacenc_lib.cpp 215 UCHAR extPayloadData [(1)][(6)][MAX_PAYLOAD_SIZE];
    [all...]

Completed in 80 milliseconds