Searched refs:u32BytesSkip (Results 1 – 1 of 1) sorted by relevance
14622 unsigned int u32BytesSkip = 0; in AU_CUS_WMA_Parser_WMAGetData() local14639 u32BytesSkip = offset - *pExpectOffset; in AU_CUS_WMA_Parser_WMAGetData()14641 if(u32BytesSkip <= pBuf->u32Level) in AU_CUS_WMA_Parser_WMAGetData()14643 AU_CUS_WMA_Parser_WMAEsSkip(bJumpForward, u32BytesSkip, pBuf); in AU_CUS_WMA_Parser_WMAGetData()14645 u32BytesSkip = 0; in AU_CUS_WMA_Parser_WMAGetData()14649 while(u32BytesSkip) in AU_CUS_WMA_Parser_WMAGetData()14651 WMA_DBG_PRINT(printf("=== Remain skip bytes (%d) === \n ", (int)u32BytesSkip)); in AU_CUS_WMA_Parser_WMAGetData()14652 if(u32BytesSkip > pBuf->u32Level) in AU_CUS_WMA_Parser_WMAGetData()14654 u32BytesSkip -= pBuf->u32Level; in AU_CUS_WMA_Parser_WMAGetData()14663 AU_CUS_WMA_Parser_WMAEsSkip(bJumpForward, u32BytesSkip, pBuf); in AU_CUS_WMA_Parser_WMAGetData()[all …]