Searched refs:EmptyThisBuffer (Results 1 - 25 of 46) sorted by relevance

12

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
H A DExynos_OMX_Component_Register.c166 (NULL == component->EmptyThisBuffer) ||
/hardware/qcom/media/mm-core/inc/
H A DOMX_Component.h507 specification for details on the EmptyThisBuffer method.
510 OMX_ERRORTYPE (*EmptyThisBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h208 the non-supplier to return a buffer via an EmptyThisBuffer or FillThisBuffer call. */
1099 ((OMX_COMPONENTTYPE*)hComponent)->EmptyThisBuffer( \
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Component.h507 specification for details on the EmptyThisBuffer method.
510 OMX_ERRORTYPE (*EmptyThisBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h208 the non-supplier to return a buffer via an EmptyThisBuffer or FillThisBuffer call. */
1099 ((OMX_COMPONENTTYPE*)hComponent)->EmptyThisBuffer( \
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Component.h507 specification for details on the EmptyThisBuffer method.
510 OMX_ERRORTYPE (*EmptyThisBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h208 the non-supplier to return a buffer via an EmptyThisBuffer or FillThisBuffer call. */
1099 ((OMX_COMPONENTTYPE*)hComponent)->EmptyThisBuffer( \
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Component.h507 specification for details on the EmptyThisBuffer method.
510 OMX_ERRORTYPE (*EmptyThisBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h208 the non-supplier to return a buffer via an EmptyThisBuffer or FillThisBuffer call. */
1099 ((OMX_COMPONENTTYPE*)hComponent)->EmptyThisBuffer( \
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Component.h507 specification for details on the EmptyThisBuffer method.
510 OMX_ERRORTYPE (*EmptyThisBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h208 the non-supplier to return a buffer via an EmptyThisBuffer or FillThisBuffer call. */
1099 ((OMX_COMPONENTTYPE*)hComponent)->EmptyThisBuffer( \
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Domx_core_cmp.cpp63 component->EmptyThisBuffer = &qc_omx_component_empty_this_buffer;
/hardware/qcom/media/mm-core/src/common/
H A Domx_core_cmp.cpp63 component->EmptyThisBuffer = &qc_omx_component_empty_this_buffer;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c136 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuffer);
225 pHandle->EmptyThisBuffer = EmptyThisBuffer;
1284 * EmptyThisBuffer() This callback is used to send the input buffer to
1296 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE pComponent, function
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c119 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuffer);
201 pHandle->EmptyThisBuffer = EmptyThisBuffer;
1125 * EmptyThisBuffer() This callback is used to send the input buffer to
1137 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE pComponent, function
1150 G711ENC_DPRINT("%d :: Entering EmptyThisBuffer\n", __LINE__);
1209 G711ENC_DPRINT("%d :: Exiting EmptyThisBuffer\n", __LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c139 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuffer);
222 pHandle->EmptyThisBuffer = EmptyThisBuffer;
1278 * @fn EmptyThisBuffer() This function is used by application to sent the filled
1296 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE pComponent, function
1369 G722DEC_DPRINT (":: Exiting EmptyThisBuffer, eError = %d\n",eError);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Encoder.c138 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuffer);
217 pHandle->EmptyThisBuffer = EmptyThisBuffer;
1361 * @fn EmptyThisBuffer() description for EmptyThisBuffer
1362 EmptyThisBuffer().
1371 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE pComponent, function
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Decoder.c141 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuffer);
225 pHandle->EmptyThisBuffer = EmptyThisBuffer;
1298 * @fn EmptyThisBuffer() This function is used by application to sent the filled
1316 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE pComponent, function
1389 G726DEC_DPRINT (":: Exiting EmptyThisBuffer, eError = %d\n",eError);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Encoder.c129 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuffer);
206 pHandle->EmptyThisBuffer = EmptyThisBuffer;
1055 * EmptyThisBuffer() This callback is used to send the input buffer to
1067 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE pComponent, function
1080 G726ENC_DPRINT("%d :: Entering EmptyThisBuffer\n", __LINE__);
1135 G726ENC_DPRINT("%d :: Exiting EmptyThisBuffer\n", __LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c135 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuffer);
234 pHandle->EmptyThisBuffer = EmptyThisBuffer;
1307 * EmptyThisBuffer() This callback is used to send the input buffer to
1319 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE pComponent, function
1385 G729DEC_DPRINT("Exiting EmptyThisBuffer()\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c135 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE hComp,
215 pHandle->EmptyThisBuffer = EmptyThisBuffer;
1274 * EmptyThisBuffer() This callback is used to send the input buffer to
1286 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE pComponent, function
1310 G729ENC_DPRINT("Entering EmptyThisBuffer\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c136 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuffer);
216 pHandle->EmptyThisBuffer = EmptyThisBuffer;
1395 * EmptyThisBuffer() This callback is used to send the input buffer to
1407 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE pComponent, function
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDecoder.c131 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuffer);
205 pHandle->EmptyThisBuffer = EmptyThisBuffer;
1324 * EmptyThisBuffer() This callback is used to send the input buffer to
1335 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE pComponent, function
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c1658 /* Send EmptyThisBuffer to OMX Video Encoder */
1664 eError = pAppData->pComponent->EmptyThisBuffer(pHandle, pAppData->pInBuff[nCounter]);
1665 VIDENCTEST_CHECK_ERROR(eError, "Error at EmptyThisBuffer function");
1670 pAppData->pComponent->EmptyThisBuffer(pHandle, pAppData->pInBuff[nCounter]);
2886 VIDENCTEST_CHECK_ERROR(OMX_ErrorUndefined, "Error at EmptyThisBuffer function");
2903 eError = pAppData->pComponent->EmptyThisBuffer(pHandle, pBuffer);
2904 VIDENCTEST_CHECK_ERROR(eError, "Error at EmptyThisBuffer function");
2912 eError = pAppData->pComponent->EmptyThisBuffer(pHandle, pBuffer);
2913 VIDENCTEST_CHECK_ERROR(eError, "Error at EmptyThisBuffer function");
2942 eError = pAppData->pComponent->EmptyThisBuffer(pHandl
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c1574 APP_DPRINT("Last EmptyThisBuffer\n");
1575 pComponent->EmptyThisBuffer(pHandle, pBuffer);
1584 pComponent->EmptyThisBuffer(pHandle, pBuffer);
1614 pComponent->EmptyThisBuffer(pHandle, pBuffer);

Completed in 302 milliseconds

12