Searched refs:FillThisBuffer (Results 1 - 25 of 53) sorted by relevance

123

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
H A DExynos_OMX_Component_Register.c167 (NULL == component->FillThisBuffer) ||
/hardware/intel/common/utils/ISV/include/
H A Disv_omxcomponent.h182 static OMX_ERRORTYPE FillThisBuffer(
/hardware/qcom/media/mm-core/inc/
H A DOMX_Component.h515 specification for details on the FillThisBuffer method.
518 OMX_ERRORTYPE (*FillThisBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h208 the non-supplier to return a buffer via an EmptyThisBuffer or FillThisBuffer call. */
1138 ((OMX_COMPONENTTYPE*)hComponent)->FillThisBuffer( \
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Component.h515 specification for details on the FillThisBuffer method.
518 OMX_ERRORTYPE (*FillThisBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h208 the non-supplier to return a buffer via an EmptyThisBuffer or FillThisBuffer call. */
1129 ((OMX_COMPONENTTYPE*)hComponent)->FillThisBuffer( \
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Component.h515 specification for details on the FillThisBuffer method.
518 OMX_ERRORTYPE (*FillThisBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h208 the non-supplier to return a buffer via an EmptyThisBuffer or FillThisBuffer call. */
1129 ((OMX_COMPONENTTYPE*)hComponent)->FillThisBuffer( \
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Component.h515 specification for details on the FillThisBuffer method.
518 OMX_ERRORTYPE (*FillThisBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h208 the non-supplier to return a buffer via an EmptyThisBuffer or FillThisBuffer call. */
1129 ((OMX_COMPONENTTYPE*)hComponent)->FillThisBuffer( \
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_Component.h532 specification for details on the FillThisBuffer method.
535 OMX_ERRORTYPE (*FillThisBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h225 the non-supplier to return a buffer via an EmptyThisBuffer or FillThisBuffer call. */
1146 ((OMX_COMPONENTTYPE*)hComponent)->FillThisBuffer( \
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Component.h515 specification for details on the FillThisBuffer method.
518 OMX_ERRORTYPE (*FillThisBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h208 the non-supplier to return a buffer via an EmptyThisBuffer or FillThisBuffer call. */
1129 ((OMX_COMPONENTTYPE*)hComponent)->FillThisBuffer( \
/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcomponent.cpp99 mBaseComponent.FillThisBuffer = FillThisBuffer;
617 OMX_ERRORTYPE ISVComponent::FillThisBuffer( function in class:ISVComponent
/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dcomponentbase.h226 static OMX_ERRORTYPE FillThisBuffer(
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Domx_core_cmp.cpp62 component->FillThisBuffer = &qc_omx_component_fill_this_buffer;
/hardware/qcom/media/mm-core/src/common/
H A Domx_core_cmp.cpp62 component->FillThisBuffer = &qc_omx_component_fill_this_buffer;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c138 static OMX_ERRORTYPE FillThisBuffer (OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuffer);
226 pHandle->FillThisBuffer = FillThisBuffer;
1371 * FillThisBuffer() This callback is used to send the output buffer to
1383 static OMX_ERRORTYPE FillThisBuffer (OMX_HANDLETYPE pComponent, function
1436 G711DEC_DPRINT("FillThisBuffer Line %d\n",__LINE__);
1440 G711DEC_DPRINT("FillThisBuffer Line %d\n",__LINE__);
1448 G711DEC_DPRINT("FillThisBuffer Line %d\n",__LINE__);
1457 G711DEC_DPRINT("FillThisBuffer Line %d\n",__LINE__);
1464 G711DEC_DPRINT("FillThisBuffer Lin
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c121 static OMX_ERRORTYPE FillThisBuffer (OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuffer);
202 pHandle->FillThisBuffer = FillThisBuffer;
1215 * FillThisBuffer() This callback is used to send the output buffer to
1227 static OMX_ERRORTYPE FillThisBuffer (OMX_HANDLETYPE pComponent, function
1237 G711ENC_DPRINT("%d :: Entering FillThisBuffer\n", __LINE__);
1304 G711ENC_DPRINT("%d :: Exiting FillThisBuffer\n", __LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c141 static OMX_ERRORTYPE FillThisBuffer (OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuffer);
223 pHandle->FillThisBuffer = FillThisBuffer;
1375 * @fn FillThisBuffer() This function is used by application to sent the empty
1393 static OMX_ERRORTYPE FillThisBuffer (OMX_HANDLETYPE pComponent, function
1456 G722DEC_DPRINT("FillThisBuffer Line\n");
1463 G722DEC_DPRINT("FillThisBuffer Line\n");
1478 G722DEC_DPRINT (":: Exiting FillThisBuffer\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Encoder.c140 static OMX_ERRORTYPE FillThisBuffer (OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuffer);
218 pHandle->FillThisBuffer = FillThisBuffer;
1451 * @fn FillThisBuffer() description for FillThisBuffer
1452 FillThisBuffer().
1461 static OMX_ERRORTYPE FillThisBuffer (OMX_HANDLETYPE pComponent, function
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Decoder.c143 static OMX_ERRORTYPE FillThisBuffer (OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuffer);
226 pHandle->FillThisBuffer = FillThisBuffer;
1395 * @fn FillThisBuffer() This function is used by application to sent the empty
1413 static OMX_ERRORTYPE FillThisBuffer (OMX_HANDLETYPE pComponent, function
1476 G726DEC_DPRINT("FillThisBuffer Line\n");
1483 G726DEC_DPRINT("FillThisBuffer Line\n");
1498 G726DEC_DPRINT (":: Exiting FillThisBuffer\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Encoder.c131 static OMX_ERRORTYPE FillThisBuffer (OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuffer);
207 pHandle->FillThisBuffer = FillThisBuffer;
1141 * FillThisBuffer() This callback is used to send the output buffer to
1153 static OMX_ERRORTYPE FillThisBuffer (OMX_HANDLETYPE pComponent, function
1163 G726ENC_DPRINT("%d :: Entering FillThisBuffer\n", __LINE__);
1227 G726ENC_DPRINT("%d :: Exiting FillThisBuffer\n", __LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c137 static OMX_ERRORTYPE FillThisBuffer (OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuffer);
235 pHandle->FillThisBuffer = FillThisBuffer;
1390 * FillThisBuffer() This callback is used to send the output buffer to
1402 static OMX_ERRORTYPE FillThisBuffer (OMX_HANDLETYPE pComponent, function
1447 G729DEC_DPRINT("FillThisBuffer called while paused\n");
1478 G729DEC_DPRINT("Exiting FillThisBuffer()\n");

Completed in 318 milliseconds

123