Lines Matching defs:buf_end
55 const uint8_t *buf_end;
177 if (ctx->buf_end - ctx->buf_ptr >= 4 && AV_RB32(ctx->buf_ptr) == 0x00000001)
179 else if (ctx->buf_end - ctx->buf_ptr >= 3 && AV_RB24(ctx->buf_ptr) == 0x000001)
186 while (ctx->buf_ptr < ctx->buf_end) {
187 if (ctx->buf_end - ctx->buf_ptr >= 4 && AV_RB32(ctx->buf_ptr) == 0x00000001)
189 else if (ctx->buf_end - ctx->buf_ptr >= 3 && AV_RB24(ctx->buf_ptr) == 0x000001)
243 ctx.buf_end = pkt->data + pkt->size;
247 while (ctx.buf_ptr < ctx.buf_end) {
276 while (ctx->buf_ptr < ctx->buf_end - 1) {
282 if (ctx->buf_ptr >= ctx->buf_end - 1)
287 ret = avpriv_adts_header_parse (&adts_hdr, frame->data, ctx->buf_end - frame->data);
306 while (ctx->buf_ptr < ctx->buf_end - 1) {
312 if (ctx->buf_ptr >= ctx->buf_end - 1)
318 ret = avpriv_ac3_parse_header(&hdr, frame->data, ctx->buf_end - frame->data);
369 ctx.buf_end = pkt->data + pkt->size;
371 while (ctx.buf_ptr < ctx.buf_end) {