Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c14552 Buffer_Control_t* pDecodeBuf = &sDecodeFifo_Info; in AU_CUS_WMA_Parser_DecodeFifoFeed() local
14554 unsigned int u32RequestSize = pDecodeBuf->u32Size - pDecodeBuf->u32Level; // remain buffer space in AU_CUS_WMA_Parser_DecodeFifoFeed()
14569 if (pDecodeBuf->u32Level != 0) in AU_CUS_WMA_Parser_DecodeFifoFeed()
14571 memmove(pDecodeBuf->pStartAddr, pDecodeBuf->pRptr, (size_t)pDecodeBuf->u32Level); in AU_CUS_WMA_Parser_DecodeFifoFeed()
14572 pDecodeBuf->pWptr = pDecodeBuf->pStartAddr + pDecodeBuf->u32Level; in AU_CUS_WMA_Parser_DecodeFifoFeed()
14573 pDecodeBuf->pRptr = pDecodeBuf->pStartAddr; in AU_CUS_WMA_Parser_DecodeFifoFeed()
14576 u32SizeGet = fread(pDecodeBuf->pWptr , 1, (size_t)u32RequestSize, g_wmaInput_fp); in AU_CUS_WMA_Parser_DecodeFifoFeed()
14589 AU_CUS_WMA_Parser_Buf_Update(BUF_WRITE, u32SizeGet, pDecodeBuf); in AU_CUS_WMA_Parser_DecodeFifoFeed()