Home
last modified time | relevance | path

Searched refs:cvret (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dcorevideomemory.c119 CVReturn cvret; in gst_apple_core_video_pixel_buffer_lock() local
127 cvret = CVPixelBufferLockBaseAddress (gpixbuf->buf, lockFlags); in gst_apple_core_video_pixel_buffer_lock()
128 if (cvret != kCVReturnSuccess) { in gst_apple_core_video_pixel_buffer_lock()
132 gpixbuf->buf, cvret); in gst_apple_core_video_pixel_buffer_lock()
178 CVReturn cvret; in gst_apple_core_video_pixel_buffer_unlock() local
195 cvret = CVPixelBufferUnlockBaseAddress (gpixbuf->buf, lockFlags); in gst_apple_core_video_pixel_buffer_unlock()
196 if (cvret != kCVReturnSuccess) { in gst_apple_core_video_pixel_buffer_unlock()
201 gpixbuf->buf, cvret); in gst_apple_core_video_pixel_buffer_unlock()