Lines Matching defs:buf
82 AVBufferRef *buf;
98 buf = av_buffer_pool_get(dav1d->pool);
99 if (!buf)
106 aligned_ptr = (uint8_t *)FFALIGN((uintptr_t)buf->data, DAV1D_PICTURE_ALIGNMENT);
110 av_buffer_unref(&buf);
119 p->allocator_data = buf;
126 AVBufferRef *buf = p->allocator_data;
128 av_buffer_unref(&buf);
283 AVBufferRef *buf = opaque;
285 av_buffer_unref(&buf);
312 libdav1d_data_free, pkt->buf);
322 pkt->buf = NULL;
370 frame->buf[0] = av_buffer_ref(p->allocator_data);
371 if (!frame->buf[0]) {
476 AVBufferRef *buf = NULL;
478 res = ff_parse_a53_cc(&buf, gb.buffer, bytestream2_get_bytes_left(&gb));
484 if (!av_frame_new_side_data_from_buf(frame, AV_FRAME_DATA_A53_CC, buf))
485 av_buffer_unref(&buf);