Lines Matching refs:mDecHandle
323 mDecHandle(nullptr), in C2SoftHevcDec()
378 (void) ivdec_api_function(mDecHandle, &s_decode_ip, &s_decode_op); in onFlush_sm()
405 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in createDecoder()
413 mDecHandle = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle; in createDecoder()
414 mDecHandle->pv_fxns = (void *)ivdec_api_function; in createDecoder()
415 mDecHandle->u4_size = sizeof(iv_obj_t); in createDecoder()
429 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setNumCores()
452 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setParams()
474 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getVersion()
557 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getVuiParams()
605 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setFlushMode()
624 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in resetDecoder()
645 if (mDecHandle) { in deleteDecoder()
652 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in deleteDecoder()
660 mDecHandle = nullptr; in deleteDecoder()
702 if (!mDecHandle) { in ensureDecoderState()
799 (void) ivdec_api_function(mDecHandle, &s_decode_ip, &s_decode_op); in process()
826 (void) ivdec_api_function(mDecHandle, &s_decode_ip, &s_decode_op); in process()
913 (void) ivdec_api_function(mDecHandle, &s_decode_ip, &s_decode_op); in drainInternal()