Searched refs:cvret (Results 1 – 1 of 1) sorted by relevance
119 CVReturn cvret; in gst_apple_core_video_pixel_buffer_lock() local127 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() local195 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()