MCPcopy Create free account
hub / github.com/carlonluca/pot / ilclient_empty_buffer_done_error

Function ilclient_empty_buffer_done_error

piomxtextures_src/ilclient/ilclient.c:1695–1701  ·  view source on GitHub ↗

* Name: ilclient_empty_buffer_done_error * * Description: passed to core to use as component callback, asserts * on use as client not expecting component to use this callback. * * Returns: ***********************************************************/

Source from the content-addressed store, hash-verified

1693 * Returns:
1694 ***********************************************************/
1695static OMX_ERRORTYPE ilclient_empty_buffer_done_error(OMX_IN OMX_HANDLETYPE hComponent,
1696 OMX_IN OMX_PTR pAppData,
1697 OMX_IN OMX_BUFFERHEADERTYPE* pBuffer)
1698{
1699 vc_assert(0);
1700 return OMX_ErrorNone;
1701}
1702
1703/***********************************************************
1704 * Name: ilclient_fill_buffer_done

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected