Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c17472 int tmp_readin_buf[50]; in AU_CUS_XPCM_Parser_ParseInputFile() local
17486 …WrtBytes = fread(tmp_readin_buf, 1, 12, pAU_debug_input_file); // get 12 bytes RIFF chunk -> 4 byt… in AU_CUS_XPCM_Parser_ParseInputFile()
17487 …WrtBytes = fread(tmp_readin_buf, 1, 4, pAU_debug_input_file); // get 4 bytes for fmt chunk ident… in AU_CUS_XPCM_Parser_ParseInputFile()
17490 …WrtBytes = fread(tmp_readin_buf, 1, sizeformatex, pAU_debug_input_file); // get sizeformatex bytes. in AU_CUS_XPCM_Parser_ParseInputFile()
17492 p_fmt_chunk = (unsigned char *)tmp_readin_buf; in AU_CUS_XPCM_Parser_ParseInputFile()
17570 …WrtBytes = fread(tmp_readin_buf, 1, 4, pAU_debug_input_file); // get 4 bytes for next chunk's… in AU_CUS_XPCM_Parser_ParseInputFile()
17571 …if (0 == memcmp(tmp_readin_buf , "fact", 4)) // if get fact chunk identifier… in AU_CUS_XPCM_Parser_ParseInputFile()
17576 …WrtBytes = fread(tmp_readin_buf, 1, 4, pAU_debug_input_file); // get 4 bytes for next chunk's ide… in AU_CUS_XPCM_Parser_ParseInputFile()