Home
last modified time | relevance | path

Searched refs:bPopulated (Results 1 – 11 of 11) sorted by relevance

/external/opencore/codecs_v2/omx/omx_common/include/
Dpv_omxdefs.h76 #define PORT_IS_POPULATED(port) (port->PortParam.bPopulated == OMX_TRUE)
/external/opencore/codecs_v2/omx/omx_amrenc/src/
Domx_amrenc_component.cpp223 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.bPopulated = OMX_FALSE; in ConstructComponent()
239 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.bPopulated = OMX_FALSE; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp227 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.bPopulated = OMX_FALSE; in ConstructComponent()
242 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.bPopulated = OMX_FALSE; in ConstructComponent()
/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_Component.h90 OMX_BOOL bPopulated; /**< Port is populated with all of its buffers as indicated by member
/external/opencore/codecs_v2/omx/omx_aac/src/
Domx_aac_component.cpp235 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.bPopulated = OMX_FALSE; in ConstructComponent()
250 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.bPopulated = OMX_FALSE; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp255 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.bPopulated = OMX_FALSE; in ConstructComponent()
275 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.bPopulated = OMX_FALSE; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_amr/src/
Domx_amr_component.cpp230 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.bPopulated = OMX_FALSE; in ConstructComponent()
245 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.bPopulated = OMX_FALSE; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp302 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.bPopulated = OMX_FALSE; in ConstructComponent()
333 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.bPopulated = OMX_FALSE; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp329 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.bPopulated = OMX_FALSE; in ConstructComponent()
349 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.bPopulated = OMX_FALSE; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp264 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.bPopulated = OMX_FALSE; in ConstructComponent()
285 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.bPopulated = OMX_FALSE; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp1173 pBaseComponentPort->PortParam.bPopulated = OMX_TRUE; in UseBuffer()
1302 pBaseComponentPort->PortParam.bPopulated = OMX_TRUE; in AllocateBuffer()
1420 pBaseComponentPort->PortParam.bPopulated = OMX_FALSE; in FreeBuffer()