Home
last modified time | relevance | path

Searched refs:PC_COMMENTLENGTH (Results 1 – 4 of 4) sorted by relevance

/external/aac/libMpegTPEnc/include/
Dtp_data.h121 #define PC_COMMENTLENGTH 256 macro
167 UCHAR Comment[PC_COMMENTLENGTH];
/external/aac/libMpegTPDec/include/
Dtp_data.h121 #define PC_COMMENTLENGTH 256 macro
167 UCHAR Comment[PC_COMMENTLENGTH];
Dtpdec_lib.h153 #define PC_COMMENTLENGTH 256 macro
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp284 if (i < PC_COMMENTLENGTH) in CProgramConfig_Read()