Lines Matching refs:mDecHandle
313 mDecHandle(nullptr), in C2SoftMpeg2Dec()
375 (void) ivdec_api_function(mDecHandle, &s_decode_ip, &s_decode_op); in onFlush_sm()
398 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getNumMemRecords()
434 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in fillMemRecords()
472 mDecHandle = (iv_obj_t *)mMemRecords[0].pv_base; in createDecoder()
473 mDecHandle->pv_fxns = (void *)ivdec_api_function; in createDecoder()
474 mDecHandle->u4_size = sizeof(iv_obj_t); in createDecoder()
476 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in createDecoder()
497 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setNumCores()
520 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setParams()
542 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getVersion()
632 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getSeqInfo()
680 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setFlushMode()
699 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in resetDecoder()
731 mDecHandle = nullptr; in deleteDecoder()
784 if (!mDecHandle) { in ensureDecoderState()
879 (void) ivdec_api_function(mDecHandle, &s_decode_ip, &s_decode_op); in process()
1006 (void) ivdec_api_function(mDecHandle, &s_decode_ip, &s_decode_op); in drainInternal()