Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c433 #define MAX_BUFSIZE 128 macro
14887 if(cbWanted > MAX_BUFSIZE) in AU_CUS_WMA_Parser_LoadLicenseStoreObject()
14892 cbWanted1 = cbWanted > MAX_BUFSIZE ? MAX_BUFSIZE : cbWanted; in AU_CUS_WMA_Parser_LoadLicenseStoreObject()
15156 cbWanted = MIN(MAX_BUFSIZE, (cbBytesToRead - cbBytesRead)); in AU_CUS_WMA_Parser_LoadVirtualMetaDataObject()
15973 cbWanted = MIN(MAX_BUFSIZE, (cbBytesToRead - cbBytesRead)); in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()