Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c13994 unsigned int toRead; in AU_CUS_DTS_Parser_dtsDecodeBUILDVER() local
13998 toRead = DTS_HD_BUILDVER_MAX_LENGTH_IN_BYTES; in AU_CUS_DTS_Parser_dtsDecodeBUILDVER()
14002 toRead = (unsigned int)chunkLength; in AU_CUS_DTS_Parser_dtsDecodeBUILDVER()
14006 if(toRead == fread(bldVerChunk, 1, toRead, fp)) in AU_CUS_DTS_Parser_dtsDecodeBUILDVER()
14009 memcpy(&pFileInfo->bldVer.data, bldVerChunk, toRead); in AU_CUS_DTS_Parser_dtsDecodeBUILDVER()