#include <stdint.h>
#include "interface/mmal/mmal.h"
Go to the source code of this file.
◆ MMAL_OPAQUE_IMAGE_HANDLE_T
◆ mmal_vc_opaque_acquire()
Acquire an additional reference to an opaque image.
- Parameters
-
handle | handle allocated earlier |
- Returns
- MMAL_SUCCESS or error code if handle not found
◆ mmal_vc_opaque_alloc()
Allocate an opaque image on VideoCore.
- Returns
- allocated handle, or zero if allocation failed.
◆ mmal_vc_opaque_alloc_desc()
Allocate an opaque image on VideoCore, providing a description.
- Returns
- allocated handle, or zero if allocation failed.
◆ mmal_vc_opaque_release()
Release an opaque image.
- Parameters
-
handle | handle allocated earlier |
- Returns
- MMAL_SUCCESS or error code if handle not found