Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c430 #define WMA_MAX_METADATA_LEN 512 // Max length (in bytes) of any metadata field - note that meta… macro
14955 if (cbBytesToRead > WMA_MAX_METADATA_LEN) in AU_CUS_WMA_Parser_AllocateAndLoadMetadataStr()
14957 cbBytesToRead = WMA_MAX_METADATA_LEN; in AU_CUS_WMA_Parser_AllocateAndLoadMetadataStr()