Lines Matching refs:pixbuf
60 CVPixelBufferRef pixbuf;
68 CVPixelBufferRelease(ref->pixbuf);
98 if (!ref->pixbuf) {
109 if ((ret = av_vt_pixbuf_set_attachments(avctx, ref->pixbuf, frame)) < 0)
112 frame->data[3] = (uint8_t*)ref->pixbuf;
518 CVPixelBufferRef pixbuf = (CVPixelBufferRef)vtctx->frame;
519 OSType pixel_format = CVPixelBufferGetPixelFormatType(pixbuf);
521 int width = CVPixelBufferGetWidth(pixbuf);
522 int height = CVPixelBufferGetHeight(pixbuf);
535 if (ref->pixbuf)
536 CVPixelBufferRelease(ref->pixbuf);
537 ref->pixbuf = vtctx->frame;