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

12

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
H A DExynos_OMX_Component_Register.c164 (NULL == component->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.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/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/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/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");
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Encoder.c138 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
210 pHandle->AllocateBuffer = AllocateBuffer;
1329 * AllocateBuffer()
1340 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent, function
1356 G726ENC_DPRINT("%d :: Entering AllocateBuffer\n", __LINE__);
1441 G726ENC_DPRINT("%d :: Exiting AllocateBuffer\n",__LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c145 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
238 pHandle->AllocateBuffer = AllocateBuffer;
1603 * AllocateBuffer()
1614 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent, function
1732 G729DEC_DPRINT("AllocateBuffer returning %d\n",eError);
1937 G729DEC_DPRINT ("%d :: In AllocateBuffer\n", __LINE__);
1943 G729DEC_DPRINT ("%d :: In AllocateBuffer\n", __LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c146 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
219 pHandle->AllocateBuffer = AllocateBuffer;
1595 * AllocateBuffer()
1606 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent, function
1629 G729ENC_DPRINT("Entering AllocateBuffer\n");
1728 G729ENC_DPRINT("Exiting AllocateBuffer. Returning = 0x%x\n", eError);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c146 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
220 pHandle->AllocateBuffer = AllocateBuffer;
1695 * AllocateBuffer()
1706 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent, function
1814 OMX_PRINT1(pComponentPrivate->dbg, "AllocateBuffer returning %d\n",eError);
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDecoder.c141 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
209 pHandle->AllocateBuffer = AllocateBuffer;
1636 * AllocateBuffer()
1647 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent, function
1776 OMX_PRINT1(pComponentPrivate->dbg, "AllocateBuffer returning %d\n",eError);
2021 OMX_ERROR4(pComponentPrivate->dbg, "%d :: In AllocateBuffer\n", __LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDecoder.c158 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
227 pHandle->AllocateBuffer = AllocateBuffer;
1775 * @fn AllocateBuffer() This function allocated the memory for the buffer onm
1796 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent, function
1812 OMX_ERROR4(pComponentPrivate->dbg, "%d :: OMX_ErrorInvalidState from AllocateBuffer\n", __LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEncoder.c123 static OMX_ERRORTYPE AllocateBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** pBuffer, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes);
190 pHandle->AllocateBuffer = AllocateBuffer;
1814 * AllocateBuffer()
1825 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent, function
1842 OMX_PRINT1(pComponentPrivate->dbg, "%d :: AACENC: Entering AllocateBuffer\n", __LINE__);
1846 OMX_ERROR4(pComponentPrivate->dbg, "%d :: AllocateBuffer: Error - Unknown port index %ld\n",__LINE__, nPortIndex);
1865 OMX_ERROR4(pComponentPrivate->dbg, "%d :: AllocateBuffer - Error: port (%ld) already populated\n", __LINE__, nPortIndex);
1959 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: AACENC: AllocateBuffer returning eError = %d\n", __LINE__, eError);

Completed in 328 milliseconds

12