* 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: ***********************************************************/
| 1693 | * Returns: |
| 1694 | ***********************************************************/ |
| 1695 | static 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 |
nothing calls this directly
no outgoing calls
no test coverage detected