Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c17475 MS_U32 WrtBytes = 0; in AU_CUS_XPCM_Parser_ParseInputFile() local
17482 AU_UNUSED(WrtBytes); in AU_CUS_XPCM_Parser_ParseInputFile()
17486WrtBytes = fread(tmp_readin_buf, 1, 12, pAU_debug_input_file); // get 12 bytes RIFF chunk -> 4 byt… in AU_CUS_XPCM_Parser_ParseInputFile()
17487WrtBytes = fread(tmp_readin_buf, 1, 4, pAU_debug_input_file); // get 4 bytes for fmt chunk ident… in AU_CUS_XPCM_Parser_ParseInputFile()
17488WrtBytes = fread(&sizeformatex, 1, 4, pAU_debug_input_file); // get 4 bytes for fmt chunk size:… in AU_CUS_XPCM_Parser_ParseInputFile()
17490WrtBytes = fread(tmp_readin_buf, 1, sizeformatex, pAU_debug_input_file); // get sizeformatex bytes. in AU_CUS_XPCM_Parser_ParseInputFile()
17570WrtBytes = fread(tmp_readin_buf, 1, 4, pAU_debug_input_file); // get 4 bytes for next chunk's… in AU_CUS_XPCM_Parser_ParseInputFile()
17573 WrtBytes = fread(&factchunksize, 1, 4, pAU_debug_input_file); in AU_CUS_XPCM_Parser_ParseInputFile()
17575 WrtBytes = fread(&total_dec_size, 1, 4, pAU_debug_input_file); in AU_CUS_XPCM_Parser_ParseInputFile()
17576WrtBytes = fread(tmp_readin_buf, 1, 4, pAU_debug_input_file); // get 4 bytes for next chunk's ide… in AU_CUS_XPCM_Parser_ParseInputFile()
[all …]