Lines Matching refs:mDecHandle
334 mDecHandle(nullptr), in C2SoftHevcDec()
393 (void) ivdec_api_function(mDecHandle, ps_decode_ip, ps_decode_op); in onFlush_sm()
421 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in createDecoder()
429 mDecHandle = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle; in createDecoder()
430 mDecHandle->pv_fxns = (void *)ivdec_api_function; in createDecoder()
431 mDecHandle->u4_size = sizeof(iv_obj_t); in createDecoder()
445 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setNumCores()
472 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setParams()
494 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getVersion()
587 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getVuiParams()
635 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setFlushMode()
654 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in resetDecoder()
677 if (mDecHandle) { in deleteDecoder()
684 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in deleteDecoder()
692 mDecHandle = nullptr; in deleteDecoder()
774 if (!mDecHandle) { in ensureDecoderState()
870 (void) ivdec_api_function(mDecHandle, ps_decode_ip, ps_decode_op); in process()
897 (void) ivdec_api_function(mDecHandle, ps_decode_ip, ps_decode_op); in process()
1012 (void) ivdec_api_function(mDecHandle, ps_decode_ip, ps_decode_op); in drainInternal()