|
OpenMAXBellagio 0.9.3
|
#include <omx_base_sink.h>
Definition at line 46 of file omx_base_sink.h.
Definition at line 50 of file omx_base_sink.h.
Definition at line 50 of file omx_base_sink.h.
| The | flush_condition condition |
| bMgmtSem | the semaphore that control BufferMgmtFunction processing |
Definition at line 50 of file omx_base_sink.h.
| bMgmtSem | the semaphore that control BufferMgmtFunction processing |
Definition at line 50 of file omx_base_sink.h.
| void(* omx_base_sink_PrivateType::BufferMgmtCallback)(OMX_COMPONENTTYPE *openmaxStandComp, OMX_BUFFERHEADERTYPE *inputbuffer) |
if supported the current quality level set for this component
| BufferMgmtCallback | function pointer for algorithm callback |
Definition at line 50 of file omx_base_sink.h.
| void*(* omx_base_sink_PrivateType::BufferMgmtFunction)(void *param) |
Definition at line 50 of file omx_base_sink.h.
Referenced by omx_base_sink_Constructor().
| bufferMgmtThreadID | The ID of the pthread that process buffers |
Definition at line 50 of file omx_base_sink.h.
| messageHandlerThread | This field contains the reference to the thread that receives messages for the components |
Definition at line 50 of file omx_base_sink.h.
Private data that can be send with \ the client callbacks. Not specified by the standard
Definition at line 50 of file omx_base_sink.h.
pointer to every client callback function, \ as specified by the standard
Definition at line 50 of file omx_base_sink.h.
Definition at line 50 of file omx_base_sink.h.
Definition at line 50 of file omx_base_sink.h.
| OMX_ERRORTYPE(* omx_base_sink_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 50 of file omx_base_sink.h.
| flush_mutex | mutex for the flush condition from buffers |
Definition at line 50 of file omx_base_sink.h.
| flush_all_condition | condition for the flush all buffers |
Definition at line 50 of file omx_base_sink.h.
| pthread_mutex_t omx_base_sink_PrivateType::flush_mutex |
Definition at line 50 of file omx_base_sink.h.
| OMX_ERRORTYPE(* omx_base_sink_PrivateType::getQualityLevel)(OMX_COMPONENTTYPE *openmaxStandComp, OMX_U32 *pQualityLevel) |
Component Destructor
Definition at line 50 of file omx_base_sink.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 50 of file omx_base_sink.h.
| OMX_ERRORTYPE(* omx_base_sink_PrivateType::messageHandler)(OMX_COMPONENTTYPE *, internalRequestMessageType *) |
| BufferMgmtFunction | This function processes input output buffers |
Definition at line 50 of file omx_base_sink.h.
Definition at line 50 of file omx_base_sink.h.
the queue of all the messages recevied by the component
Definition at line 50 of file omx_base_sink.h.
the semaphore that coordinates the access to the message queue
Definition at line 50 of file omx_base_sink.h.
Definition at line 50 of file omx_base_sink.h.
component name
Definition at line 50 of file omx_base_sink.h.
| nGroupID | ID of a group of components that share the same logical chain |
Definition at line 50 of file omx_base_sink.h.
| nGroupPriority | Resource management field: component priority (common to a group of components) |
Definition at line 50 of file omx_base_sink.h.
RM entry point. By default is not implemented number of available quality levels
Definition at line 50 of file omx_base_sink.h.
The OpenMAX standard data structure describing a component
Definition at line 50 of file omx_base_sink.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 50 of file omx_base_sink.h.
Definition at line 50 of file omx_base_sink.h.
| OMX_ERRORTYPE(* omx_base_sink_PrivateType::setQualityLevel)(OMX_COMPONENTTYPE *openmaxStandComp, OMX_U32 nQualityLevel) |
RM entry point. By default is not implemented
Definition at line 50 of file omx_base_sink.h.
| ports | The ports of the component |
Definition at line 50 of file omx_base_sink.h.
The state of the component
Definition at line 50 of file omx_base_sink.h.
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 50 of file omx_base_sink.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 50 of file omx_base_sink.h.