Lines Matching refs:index
34 int index;
62 while (buf_size || t->index + needed <= pc->index) {
63 if (buf_size && t->index + TAK_MAX_FRAME_HEADER_BYTES > pc->index) {
75 for (; t->index + needed <= pc->index; t->index++) {
76 if (pc->buffer[ t->index ] == 0xFF &&
77 pc->buffer[ t->index + 1 ] == 0xA0) {
80 if ((ret = init_get_bits8(&gb, pc->buffer + t->index,
81 pc->index - t->index)) < 0)
85 !ff_tak_check_crc(pc->buffer + t->index,
95 next = t->index - pc->index;
96 t->index = 0;