Searched refs:is_streamon_done (Results 1 – 8 of 8) sorted by relevance
79 bool is_streamon_done(OMX_U32 port);
144 bool is_streamon_done(OMX_U32 port);
304 bool is_streamon_done(OMX_U32 port);
281 virtual bool is_streamon_done(OMX_U32 port) = 0;
2372 bool omx_venc::is_streamon_done(OMX_U32 port) in is_streamon_done() function in omx_venc2374 return handle->is_streamon_done(port); in is_streamon_done()
2624 bool omx_venc::is_streamon_done(OMX_U32 port) in is_streamon_done() function in omx_venc
5014 if (buffer->nFilledLen > 0 && handle && !is_streamon_done((OMX_U32) PORT_INDEX_OUT)) { in empty_this_buffer_opaque()
3287 bool venc_dev::is_streamon_done(OMX_U32 port) in is_streamon_done() function in venc_dev