My Project
mmal_component.h
Go to the documentation of this file.
1 /*
2 Copyright (c) 2012, Broadcom Europe Ltd
3 All rights reserved.
4 
5 Redistribution and use in source and binary forms, with or without
6 modification, are permitted provided that the following conditions are met:
7  * Redistributions of source code must retain the above copyright
8  notice, this list of conditions and the following disclaimer.
9  * Redistributions in binary form must reproduce the above copyright
10  notice, this list of conditions and the following disclaimer in the
11  documentation and/or other materials provided with the distribution.
12  * Neither the name of the copyright holder nor the
13  names of its contributors may be used to endorse or promote products
14  derived from this software without specific prior written permission.
15 
16 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
17 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY
20 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
22 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
23 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 */
27 
28 #ifndef MMAL_COMPONENT_H
29 #define MMAL_COMPONENT_H
30 
31 #ifdef __cplusplus
32 extern "C" {
33 #endif
34 
39 /* @{ */
40 
41 #include "mmal_types.h"
42 #include "mmal_port.h"
43 
46 
48 typedef struct MMAL_COMPONENT_T
49 {
52 
54  struct MMAL_COMPONENT_USERDATA_T *userdata;
55 
57  const char *name;
58 
60  uint32_t is_enabled;
61 
68 
69  uint32_t input_num;
72  uint32_t output_num;
75  uint32_t clock_num;
78  uint32_t port_num;
83  uint32_t id;
84 
86 
97 MMAL_STATUS_T mmal_component_create(const char *name,
98  MMAL_COMPONENT_T **component);
99 
109 
120 
129 
135 
141 
142 /* @} */
143 
144 #ifdef __cplusplus
145 }
146 #endif
147 
148 #endif /* MMAL_COMPONENT_H */
void mmal_component_acquire(MMAL_COMPONENT_T *component)
MMAL_STATUS_T mmal_component_enable(MMAL_COMPONENT_T *component)
MMAL_STATUS_T mmal_component_disable(MMAL_COMPONENT_T *component)
MMAL_PORT_T ** port
MMAL_STATUS_T mmal_component_destroy(MMAL_COMPONENT_T *component)
struct MMAL_COMPONENT_T MMAL_COMPONENT_T
struct MMAL_COMPONENT_PRIVATE_T * priv
const char * name
MMAL_PORT_T ** output
MMAL_PORT_T ** input
struct MMAL_COMPONENT_USERDATA_T * userdata
MMAL_STATUS_T mmal_component_release(MMAL_COMPONENT_T *component)
MMAL_PORT_T ** clock
MMAL_STATUS_T
Definition: mmal_types.h:46
MMAL_STATUS_T mmal_component_create(const char *name, MMAL_COMPONENT_T **component)
MMAL_PORT_T * control