My Project
|
Go to the source code of this file.
Classes | |
struct | MMAL_COMPONENT_T |
Typedefs | |
typedef struct MMAL_COMPONENT_PRIVATE_T | MMAL_COMPONENT_PRIVATE_T |
typedef struct MMAL_COMPONENT_T | MMAL_COMPONENT_T |
Functions | |
MMAL_STATUS_T | mmal_component_create (const char *name, MMAL_COMPONENT_T **component) |
void | mmal_component_acquire (MMAL_COMPONENT_T *component) |
MMAL_STATUS_T | mmal_component_release (MMAL_COMPONENT_T *component) |
MMAL_STATUS_T | mmal_component_destroy (MMAL_COMPONENT_T *component) |
MMAL_STATUS_T | mmal_component_enable (MMAL_COMPONENT_T *component) |
MMAL_STATUS_T | mmal_component_disable (MMAL_COMPONENT_T *component) |