Home
last modified time | relevance | path

Searched refs:pixbuf (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dhwcontext_videotoolbox.c220 CVPixelBufferRef pixbuf; in vt_pool_alloc_buffer() local
229 &pixbuf in vt_pool_alloc_buffer()
236 buf = av_buffer_create((uint8_t *)pixbuf, size, in vt_pool_alloc_buffer()
239 CVPixelBufferRelease(pixbuf); in vt_pool_alloc_buffer()
313 CVPixelBufferRef pixbuf = (CVPixelBufferRef)hwmap->source->data[3]; in vt_unmap() local
315 CVPixelBufferUnlockBaseAddress(pixbuf, (uintptr_t)hwmap->priv); in vt_unmap()
319 CVPixelBufferRef pixbuf, const AVFrame *src) in vt_pixbuf_set_par()
362 pixbuf, in vt_pixbuf_set_par()
396 CVPixelBufferRef pixbuf, const AVFrame *src) in vt_pixbuf_set_chromaloc()
402 pixbuf, in vt_pixbuf_set_chromaloc()
318 vt_pixbuf_set_par(void *log_ctx, CVPixelBufferRef pixbuf, const AVFrame *src) vt_pixbuf_set_par() argument
395 vt_pixbuf_set_chromaloc(void *log_ctx, CVPixelBufferRef pixbuf, const AVFrame *src) vt_pixbuf_set_chromaloc() argument
510 vt_pixbuf_set_colorspace(void *log_ctx, CVPixelBufferRef pixbuf, const AVFrame *src) vt_pixbuf_set_colorspace() argument
567 vt_pixbuf_set_attachments(void *log_ctx, CVPixelBufferRef pixbuf, const AVFrame *src) vt_pixbuf_set_attachments() argument
583 av_vt_pixbuf_set_attachments(void *log_ctx, CVPixelBufferRef pixbuf, const AVFrame *src) av_vt_pixbuf_set_attachments() argument
592 CVPixelBufferRef pixbuf = (CVPixelBufferRef)src->data[3]; vt_map_frame() local
[all...]
H A Dhwcontext_videotoolbox.h93 CVPixelBufferRef pixbuf, const struct AVFrame *src);
/third_party/ffmpeg/fftools/
H A Dffmpeg_videotoolbox.c40 CVPixelBufferRef pixbuf = (CVPixelBufferRef)frame->data[3]; in videotoolbox_retrieve_data() local
41 OSType pixel_format = CVPixelBufferGetPixelFormatType(pixbuf); in videotoolbox_retrieve_data()
74 err = CVPixelBufferLockBaseAddress(pixbuf, kCVPixelBufferLock_ReadOnly); in videotoolbox_retrieve_data()
80 if (CVPixelBufferIsPlanar(pixbuf)) { in videotoolbox_retrieve_data()
82 planes = CVPixelBufferGetPlaneCount(pixbuf); in videotoolbox_retrieve_data()
84 data[i] = CVPixelBufferGetBaseAddressOfPlane(pixbuf, i); in videotoolbox_retrieve_data()
85 linesize[i] = CVPixelBufferGetBytesPerRowOfPlane(pixbuf, i); in videotoolbox_retrieve_data()
88 data[0] = CVPixelBufferGetBaseAddress(pixbuf); in videotoolbox_retrieve_data()
89 linesize[0] = CVPixelBufferGetBytesPerRow(pixbuf); in videotoolbox_retrieve_data()
97 CVPixelBufferUnlockBaseAddress(pixbuf, kCVPixelBufferLock_ReadOnl in videotoolbox_retrieve_data()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvideotoolbox.c60 CVPixelBufferRef pixbuf; member
68 CVPixelBufferRelease(ref->pixbuf); in videotoolbox_buffer_release()
98 if (!ref->pixbuf) { in videotoolbox_postproc_frame()
109 if ((ret = av_vt_pixbuf_set_attachments(avctx, ref->pixbuf, frame)) < 0) in videotoolbox_postproc_frame()
112 frame->data[3] = (uint8_t*)ref->pixbuf; in videotoolbox_postproc_frame()
518 CVPixelBufferRef pixbuf = (CVPixelBufferRef)vtctx->frame; in videotoolbox_buffer_create() local
519 OSType pixel_format = CVPixelBufferGetPixelFormatType(pixbuf); in videotoolbox_buffer_create()
521 int width = CVPixelBufferGetWidth(pixbuf); in videotoolbox_buffer_create()
522 int height = CVPixelBufferGetHeight(pixbuf); in videotoolbox_buffer_create()
535 if (ref->pixbuf) in videotoolbox_buffer_create()
[all...]
/third_party/ffmpeg/libavfilter/metal/
H A Dutils.h54 CVPixelBufferRef pixbuf,
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c10547 wuffs_base__pixel_buffer pixbuf; member
10572 wuffs_base__pixel_buffer pixbuf; member
10826 // - On total success, the error_message is empty and pixbuf.pixcfg.is_valid()
10830 // pixbuf.pixcfg.is_valid() is still true. It is up to the caller whether to
10832 // - On failure, the error_message is non_empty and pixbuf.pixcfg.is_valid()
44746 wuffs_base__pixel_buffer pixbuf; AllocPixbuf() local
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c9820 wuffs_base__pixel_buffer pixbuf; member
9844 wuffs_base__pixel_buffer pixbuf; member
9972 // - On total success, the error_message is empty and pixbuf.pixcfg.is_valid()
9976 // pixbuf.pixcfg.is_valid() is still true. It is up to the caller whether to
9978 // - On failure, the error_message is non_empty and pixbuf.pixcfg.is_valid()
39713 wuffs_base__pixel_buffer pixbuf; AllocPixbuf() local
[all...]

Completed in 91 milliseconds