Searched refs:pixel_buf (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | corevideobuffer.c | 117 CVPixelBufferRef pixel_buf = gpixbuf->buf; in _create_glmem() 118 IOSurfaceRef surface = CVPixelBufferGetIOSurface (pixel_buf); in _create_glmem() 124 CFRetain (pixel_buf); in _create_glmem() 127 info, plane, NULL, pixel_buf, (GDestroyNotify) CFRelease); in _create_glmem() 142 CVPixelBufferRef pixel_buf, in gst_core_video_wrap_pixel_buffer() argument 156 gpixbuf = gst_apple_core_video_pixel_buffer_new (pixel_buf); in gst_core_video_wrap_pixel_buffer() 161 if (CVPixelBufferIsPlanar (pixel_buf)) { in gst_core_video_wrap_pixel_buffer() 164 n_planes = CVPixelBufferGetPlaneCount (pixel_buf); in gst_core_video_wrap_pixel_buffer() 166 stride[i] = CVPixelBufferGetBytesPerRowOfPlane (pixel_buf, i); in gst_core_video_wrap_pixel_buffer() 171 size = stride[i] * CVPixelBufferGetHeightOfPlane (pixel_buf, i); in gst_core_video_wrap_pixel_buffer() [all …]
|
D | coremediabuffer.c | 46 meta->pixel_buf = (CVPixelBufferRef) image_buf; in gst_core_media_meta_add() 48 meta->pixel_buf = NULL; in gst_core_media_meta_add() 57 meta->pixel_buf = NULL; in gst_core_media_meta_init() 220 CVPixelBufferRef pixel_buf) in gst_video_info_init_from_pixel_buffer() argument 226 width = CVPixelBufferGetWidth (pixel_buf); in gst_video_info_init_from_pixel_buffer() 227 height = CVPixelBufferGetHeight (pixel_buf); in gst_video_info_init_from_pixel_buffer() 228 format_type = CVPixelBufferGetPixelFormatType (pixel_buf); in gst_video_info_init_from_pixel_buffer() 259 CVPixelBufferRef pixel_buf = (CVPixelBufferRef) image_buf; in gst_core_media_buffer_new() local 261 if (!gst_video_info_init_from_pixel_buffer (&info, pixel_buf)) { in gst_core_media_buffer_new() 265 gst_core_video_wrap_pixel_buffer (buf, &info, pixel_buf, cache, in gst_core_media_buffer_new() [all …]
|
D | corevideobuffer.h | 48 CVPixelBufferRef pixel_buf); 51 CVPixelBufferRef pixel_buf,
|
D | videotexturecache-vulkan.mm | 218 CVPixelBufferRef pixel_buf = gpixbuf->buf; 219 IOSurfaceRef surface = CVPixelBufferGetIOSurface (pixel_buf); 224 CFRetain (pixel_buf); 226 surface, fmt, info, plane, pixel_buf, (GDestroyNotify) CFRelease);
|
D | videotexturecache-gl.m | 185 CVPixelBufferRef pixel_buf = gpixbuf->buf; 196 cache_gl->cache, pixel_buf, NULL, GL_TEXTURE_2D, GL_RGBA, 215 cache_gl->cache, pixel_buf, NULL, GL_TEXTURE_2D, texformat,
|
D | coremediabuffer.h | 41 CVPixelBufferRef pixel_buf; member
|
D | avfvideosrc.m | 1024 CVPixelBufferRef pixel_buf; 1046 pixel_buf = (CVPixelBufferRef) image_buf; 1047 cur_width = CVPixelBufferGetWidth (pixel_buf); 1048 cur_height = CVPixelBufferGetHeight (pixel_buf);
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 104048 coremediabuffer: set ->pixel_buf for CVPixelBuffer buffers 104049 Fix a bug for which we never actually set ->pixel_buf to non-NULL for
|