OpenMAX Bellagio 0.9.3
|
#include <extension_struct.h>
Data Fields | |
OMX_U32 | nSize |
OMX_VERSIONTYPE | nVersion |
long int | nThreadBufferMngtID |
long int | nThreadMessageID |
This file will include all the extension structures defined in Bellagio and not present in the OpenMAX spec. These structure will be used with the function getExtensionIndex defined in the standard.
Copyright (C) 2009 STMicroelectronics Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA This structure is threaded like a parameter with the extension index OMX_IndexParameterThreadsID
Definition at line 34 of file extension_struct.h.
OMX_U32 OMX_PARAM_BELLAGIOTHREADS_ID::nSize |
Size of the structure in bytes
Definition at line 35 of file extension_struct.h.
long int OMX_PARAM_BELLAGIOTHREADS_ID::nThreadBufferMngtID |
nThreadBufferMngtID | the linux thread ID of the buffer management thread |
Definition at line 37 of file extension_struct.h.
Referenced by omx_base_component_Constructor(), omx_base_component_GetParameter(), and omx_base_filter_BufferMgmtFunction().
long int OMX_PARAM_BELLAGIOTHREADS_ID::nThreadMessageID |
nThreadMessageID | the linux thread ID of the message handler thread |
Definition at line 38 of file extension_struct.h.
Referenced by compMessageHandlerFunction(), omx_base_component_Constructor(), and omx_base_component_GetParameter().
OMX_VERSIONTYPE OMX_PARAM_BELLAGIOTHREADS_ID::nVersion |
OMX specification version information
Definition at line 36 of file extension_struct.h.