Searched refs:p_fmt_chunk (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/audio/api/audio/ |
| H A D | apiAUDIO_v2_customer.c | 17478 unsigned char *p_fmt_chunk; in AU_CUS_XPCM_Parser_ParseInputFile() local 17492 p_fmt_chunk = (unsigned char *)tmp_readin_buf; in AU_CUS_XPCM_Parser_ParseInputFile() 17493 memcpy(&audioType, p_fmt_chunk, 2); in AU_CUS_XPCM_Parser_ParseInputFile() 17558 memcpy(&xpcm_param.channels, p_fmt_chunk + 2, 2); in AU_CUS_XPCM_Parser_ParseInputFile() 17562 memcpy(&xpcm_param.sampleRate, p_fmt_chunk + 4, 4); in AU_CUS_XPCM_Parser_ParseInputFile() 17565 memcpy(&xpcm_param.bitsPerSample, p_fmt_chunk + 14, 2); in AU_CUS_XPCM_Parser_ParseInputFile() 17568 memcpy(&xpcm_param.blockSize, p_fmt_chunk + 12, 2); in AU_CUS_XPCM_Parser_ParseInputFile()
|