Lines Matching defs:buf
176 /* We would have to scan through the whole buf to handle the weird
431 const uint8_t *buf = avpkt->data;
456 next = ff_mpeg4_find_frame_end(&s->parse_context, buf, buf_size);
458 next = ff_h263_find_frame_end(&s->parse_context, buf, buf_size);
460 next = ff_h263_find_frame_end(&s->parse_context, buf, buf_size);
467 if (ff_combine_frame(&s->parse_context, next, (const uint8_t **)&buf,
477 if (buf[i]==0 && buf[i+1]==0 && buf[i+2]==1) {
478 if (buf[i+3]==0xB0) {
491 ret = init_get_bits8(&s->gb, buf, buf_size);
688 ff_mpeg4_frame_end(avctx, buf, buf_size);