|
OpenMAXBellagio 0.9.3
|
#include <omx_volume_component.h>
Definition at line 44 of file omx_volume_component.h.
Definition at line 48 of file omx_volume_component.h.
Definition at line 48 of file omx_volume_component.h.
| The | flush_condition condition |
| bMgmtSem | the semaphore that control BufferMgmtFunction processing |
Definition at line 48 of file omx_volume_component.h.
| bMgmtSem | the semaphore that control BufferMgmtFunction processing |
Definition at line 48 of file omx_volume_component.h.
| void(* omx_volume_component_PrivateType::BufferMgmtCallback)(OMX_COMPONENTTYPE *openmaxStandComp, OMX_BUFFERHEADERTYPE *inputbuffer, OMX_BUFFERHEADERTYPE *outputbuffer) |
| BufferMgmtCallback | function pointer for algorithm callback |
Definition at line 48 of file omx_volume_component.h.
Referenced by omx_volume_component_Constructor().
| void*(* omx_volume_component_PrivateType::BufferMgmtFunction)(void *param) |
Definition at line 48 of file omx_volume_component.h.
| bufferMgmtThreadID | The ID of the pthread that process buffers |
Definition at line 48 of file omx_volume_component.h.
| messageHandlerThread | This field contains the reference to the thread that receives messages for the components |
Definition at line 48 of file omx_volume_component.h.
Private data that can be send with \ the client callbacks. Not specified by the standard
Definition at line 48 of file omx_volume_component.h.
pointer to every client callback function, \ as specified by the standard
Definition at line 48 of file omx_volume_component.h.
Definition at line 48 of file omx_volume_component.h.
Referenced by omx_volume_component_Constructor().
Definition at line 48 of file omx_volume_component.h.
Referenced by omx_volume_component_Constructor().
| OMX_ERRORTYPE(* omx_volume_component_PrivateType::DoStateSet)(OMX_COMPONENTTYPE *openmaxStandComp, OMX_U32) |
This function receives messages from the message queue. It is needed for each Linux ST OpenMAX component
| DoStateSet | internal function called when a generic state transition is requested |
Definition at line 48 of file omx_volume_component.h.
| flush_mutex | mutex for the flush condition from buffers |
Definition at line 48 of file omx_volume_component.h.
| flush_all_condition | condition for the flush all buffers |
Definition at line 48 of file omx_volume_component.h.
| pthread_mutex_t omx_volume_component_PrivateType::flush_mutex |
Definition at line 48 of file omx_volume_component.h.
| gain | the volume gain value |
Definition at line 48 of file omx_volume_component.h.
Referenced by omx_volume_component_BufferMgmtCallback(), omx_volume_component_Constructor(), omx_volume_component_GetConfig(), and omx_volume_component_SetConfig().
| OMX_ERRORTYPE(* omx_volume_component_PrivateType::getQualityLevel)(OMX_COMPONENTTYPE *openmaxStandComp, OMX_U32 *pQualityLevel) |
Component Destructor
Definition at line 48 of file omx_volume_component.h.
| bufferMgmtThread | This field contains the reference to the thread that process buffers pointer to the loader that created this component, used for destruction |
Definition at line 48 of file omx_volume_component.h.
| OMX_ERRORTYPE(* omx_volume_component_PrivateType::messageHandler)(OMX_COMPONENTTYPE *, internalRequestMessageType *) |
| BufferMgmtFunction | This function processes input output buffers |
Definition at line 48 of file omx_volume_component.h.
Definition at line 48 of file omx_volume_component.h.
the queue of all the messages recevied by the component
Definition at line 48 of file omx_volume_component.h.
the semaphore that coordinates the access to the message queue
Definition at line 48 of file omx_volume_component.h.
Definition at line 48 of file omx_volume_component.h.
Referenced by omx_volume_component_Constructor().
component name
Definition at line 48 of file omx_volume_component.h.
| nGroupID | ID of a group of components that share the same logical chain |
Definition at line 48 of file omx_volume_component.h.
| nGroupPriority | Resource management field: component priority (common to a group of components) |
Definition at line 48 of file omx_volume_component.h.
RM entry point. By default is not implemented number of available quality levels
Definition at line 48 of file omx_volume_component.h.
Referenced by omx_volume_component_Constructor().
The OpenMAX standard data structure describing a component
Definition at line 48 of file omx_volume_component.h.
| bIsEOSReached | boolean flag is true when EOS has been reached |
| pMark | This field holds the private data associated with a mark request, if any |
Definition at line 48 of file omx_volume_component.h.
Definition at line 48 of file omx_volume_component.h.
Referenced by omx_volume_component_Constructor(), omx_volume_component_Destructor(), omx_volume_component_GetParameter(), and omx_volume_component_SetParameter().
if supported the current quality level set for this component
| pPendingOutputBuffer | pending Output Buffer pointer |
Definition at line 48 of file omx_volume_component.h.
| OMX_ERRORTYPE(* omx_volume_component_PrivateType::setQualityLevel)(OMX_COMPONENTTYPE *openmaxStandComp, OMX_U32 nQualityLevel) |
RM entry point. By default is not implemented
Definition at line 48 of file omx_volume_component.h.
| ports | The ports of the component |
Definition at line 48 of file omx_volume_component.h.
Referenced by omx_volume_component_Constructor(), omx_volume_component_Destructor(), and omx_volume_component_GetParameter().
The state of the component
Definition at line 48 of file omx_volume_component.h.
Referenced by omx_volume_component_SetParameter().
The transient state in case of transition between \ Loaded/waitForResources - Idle. It is equal to \ Invalid if the state or transition are not corect \ Loaded when the transition is from Idle to Loaded \ Idle when the transition is from Loaded to Idle
Definition at line 48 of file omx_volume_component.h.
| sPortTypesParam | OpenMAX standard parameter that contains a short description of the available ports ID code that identifies an ST static component |
Definition at line 48 of file omx_volume_component.h.