Searched refs:AllocateBuffer (Results 1 - 25 of 51) sorted by relevance

123

/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dportbase.h77 OMX_ERRORTYPE AllocateBuffer(OMX_BUFFERHEADERTYPE **ppBuffer,
H A Dcomponentbase.h197 static OMX_ERRORTYPE AllocateBuffer(
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
H A DExynos_OMX_Component_Register.c164 (NULL == component->AllocateBuffer) ||
/hardware/intel/common/utils/ISV/include/
H A Disv_omxcomponent.h156 static OMX_ERRORTYPE AllocateBuffer(
/hardware/qcom/media/mm-core/inc/
H A DOMX_Component.h487 specification for details on the AllocateBuffer method.
490 OMX_ERRORTYPE (*AllocateBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h566 or AllocateBuffer indicating the buffer that was emptied.
595 or AllocateBuffer indicating the buffer that was filled.
1043 ((OMX_COMPONENTTYPE*)hComponent)->AllocateBuffer( \
1067 or AllocateBuffer.
1099 or AllocateBuffer.
1129 or AllocateBuffer.
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Component.h487 specification for details on the AllocateBuffer method.
490 OMX_ERRORTYPE (*AllocateBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h557 or AllocateBuffer indicating the buffer that was emptied.
586 or AllocateBuffer indicating the buffer that was filled.
1034 ((OMX_COMPONENTTYPE*)hComponent)->AllocateBuffer( \
1058 or AllocateBuffer.
1090 or AllocateBuffer.
1120 or AllocateBuffer.
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Component.h487 specification for details on the AllocateBuffer method.
490 OMX_ERRORTYPE (*AllocateBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h557 or AllocateBuffer indicating the buffer that was emptied.
586 or AllocateBuffer indicating the buffer that was filled.
1034 ((OMX_COMPONENTTYPE*)hComponent)->AllocateBuffer( \
1058 or AllocateBuffer.
1090 or AllocateBuffer.
1120 or AllocateBuffer.
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Component.h487 specification for details on the AllocateBuffer method.
490 OMX_ERRORTYPE (*AllocateBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h557 or AllocateBuffer indicating the buffer that was emptied.
586 or AllocateBuffer indicating the buffer that was filled.
1034 ((OMX_COMPONENTTYPE*)hComponent)->AllocateBuffer( \
1058 or AllocateBuffer.
1090 or AllocateBuffer.
1120 or AllocateBuffer.
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_Component.h504 specification for details on the AllocateBuffer method.
507 OMX_ERRORTYPE (*AllocateBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h574 or AllocateBuffer indicating the buffer that was emptied.
603 or AllocateBuffer indicating the buffer that was filled.
1051 ((OMX_COMPONENTTYPE*)hComponent)->AllocateBuffer( \
1075 or AllocateBuffer.
1107 or AllocateBuffer.
1137 or AllocateBuffer.
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Component.h487 specification for details on the AllocateBuffer method.
490 OMX_ERRORTYPE (*AllocateBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h557 or AllocateBuffer indicating the buffer that was emptied.
586 or AllocateBuffer indicating the buffer that was filled.
1034 ((OMX_COMPONENTTYPE*)hComponent)->AllocateBuffer( \
1058 or AllocateBuffer.
1090 or AllocateBuffer.
1120 or AllocateBuffer.
/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcomponent.cpp96 mBaseComponent.AllocateBuffer = AllocateBuffer;
551 OMX_ERRORTYPE ISVComponent::AllocateBuffer( function in class:ISVComponent
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp287 handle->AllocateBuffer = AllocateBuffer;
971 OMX_ERRORTYPE ComponentBase::AllocateBuffer( function in class:ComponentBase
1021 return port->AllocateBuffer(ppBuffer, nPortIndex, pAppPrivate, nSizeBytes);
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Domx_core_cmp.cpp57 component->AllocateBuffer = &qc_omx_component_allocate_buffer;
/hardware/qcom/media/mm-core/src/common/
H A Domx_core_cmp.cpp57 component->AllocateBuffer = &qc_omx_component_allocate_buffer;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c146 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
229 pHandle->AllocateBuffer = AllocateBuffer;
1566 * AllocateBuffer()
1577 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent, function
1687 G711DEC_DPRINT("AllocateBuffer returning %d\n",eError);
1876 G711DEC_DPRINT ("%d :: In AllocateBuffer\n", __LINE__);
1882 G711DEC_DPRINT ("%d :: In AllocateBuffer\n", __LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c128 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
205 pHandle->AllocateBuffer = AllocateBuffer;
1402 * AllocateBuffer()
1413 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent, function
1429 G711ENC_DPRINT("%d :: Entering AllocateBuffer\n", __LINE__);
1522 G711ENC_DPRINT("%d :: Exiting AllocateBuffer\n",__LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c150 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
226 pHandle->AllocateBuffer = AllocateBuffer;
1595 * @fn AllocateBuffer() This function allocated the memory for the buffer onm
1616 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent, function
1628 G722DEC_DPRINT (":: Entering AllocateBuffer\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Encoder.c148 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
222 pHandle->AllocateBuffer = AllocateBuffer;
1640 * @fn AllocateBuffer() description for AllocateBuffer
1641 AllocateBuffer().
1647 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent, function
1658 G722ENC_DPRINT ("%d :: Entering AllocateBuffer\n", __LINE__);
1674 G722ENC_DPRINT("\n\n AllocateBuffer: Waiting for signal.\n\n\n");
1678 G722ENC_DPRINT("\n\n AllocateBuffer
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Decoder.c152 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
229 pHandle->AllocateBuffer = AllocateBuffer;
1644 * @fn AllocateBuffer() This function allocated the memory for the buffer onm
1665 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent, function
1677 G726DEC_DPRINT (":: Entering AllocateBuffer\n");

Completed in 120 milliseconds

123