Home | History | Annotate | Download | only in parser

Lines Matching refs:buf_index

18     return (cxt->buf_end - cxt->buf_index);
30 data_remaining = cxt->list->total_bytes - (cxt->au_pos + (cxt->bstrm_buf.buf_index - cxt->bstrm_buf.buf_st));
41 ret = (cxt->bstrm_buf.buf[cxt->bstrm_buf.buf_index+1] == 0x0);
159 cur_byte = bstream->buf[bstream->buf_index + *act_bytes];
189 if((bstream->buf_index + *act_bytes -1) >= bstream->buf_end)
233 bstream->buf_index +=bytes;
238 bstream->buf_index +=(bytes - 1);
281 cxt->au_pos += (bstream->buf_index - bstream->buf_st);
282 bstream->buf_st = bstream->buf_index;
290 viddec_pm_utils_bstream_scratch_copyto(&(cxt->scratch), &(bstream->buf[bstream->buf_index]), cur_bytes);
321 bstream->buf_st = bstream->buf_index = index;
342 cxt->bstrm_buf.buf_st = cxt->bstrm_buf.buf_end = cxt->bstrm_buf.buf_index = cxt->bstrm_buf.buf_bitoff = 0;
359 *byte = bstream->buf[bstream->buf_index];