Searched refs:sDecodeFifo_Info (Results 1 – 1 of 1) sorted by relevance
2231 Buffer_Control_t sDecodeFifo_Info; variable14552 Buffer_Control_t* pDecodeBuf = &sDecodeFifo_Info; in AU_CUS_WMA_Parser_DecodeFifoFeed()14621 Buffer_Control_t* pBuf = &sDecodeFifo_Info; in AU_CUS_WMA_Parser_WMAGetData()17299 sDecodeFifo_Info.u32Level = 0; in AU_CUS_WMA_Parser_ParseInputFile()17300 sDecodeFifo_Info.pStartAddr = WMAPRO_DecodeFifo; in AU_CUS_WMA_Parser_ParseInputFile()17301 sDecodeFifo_Info.u32Size = WMAPRO_DECODE_FIFO_SIZE; in AU_CUS_WMA_Parser_ParseInputFile()17302 sDecodeFifo_Info.pWptr = sDecodeFifo_Info.pStartAddr; in AU_CUS_WMA_Parser_ParseInputFile()17303 sDecodeFifo_Info.pRptr = sDecodeFifo_Info.pStartAddr; in AU_CUS_WMA_Parser_ParseInputFile()17304 sDecodeFifo_Info.consumed_bytes = 0; in AU_CUS_WMA_Parser_ParseInputFile()17305 sDecodeFifo_Info.pEndAddr = sDecodeFifo_Info.pStartAddr + sDecodeFifo_Info.u32Size; in AU_CUS_WMA_Parser_ParseInputFile()[all …]