Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c2440 } dtsHDChunkDecodeMatrix[] = variable
13672 for(i = 0; i < sizeof(dtsHDChunkDecodeMatrix) / sizeof(dtsHDChunkDecodeMatrix[0]); i++) in AU_CUS_DTS_Parser_dtsHDDecodeChunk()
13674 if(0 == memcmp(dtsHDChunkDecodeMatrix[i].pChunkdId, chunkId, DTS_HD_CHUNK_ID_LENGTH)) in AU_CUS_DTS_Parser_dtsHDDecodeChunk()
13676 if(NULL != dtsHDChunkDecodeMatrix[i].pChunkDecode) in AU_CUS_DTS_Parser_dtsHDDecodeChunk()
13678 dtsHDChunkDecodeMatrix[i].pChunkDecode(fp, pFileInfo, chunkLength); in AU_CUS_DTS_Parser_dtsHDDecodeChunk()