Lines Matching refs:mDecHandle
324 mDecHandle(nullptr), in C2SoftMpeg2Dec()
387 (void) ivdec_api_function(mDecHandle, &s_decode_ip, &s_decode_op); in onFlush_sm()
410 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getNumMemRecords()
447 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in fillMemRecords()
486 mDecHandle = (iv_obj_t *)mMemRecords[0].pv_base; in createDecoder()
487 mDecHandle->pv_fxns = (void *)ivdec_api_function; in createDecoder()
488 mDecHandle->u4_size = sizeof(iv_obj_t); in createDecoder()
490 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in createDecoder()
511 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setNumCores()
534 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setParams()
556 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getVersion()
656 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in getSeqInfo()
704 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setFlushMode()
723 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in resetDecoder()
757 mDecHandle = nullptr; in deleteDecoder()
850 if (!mDecHandle) { in ensureDecoderState()
940 (void) ivdec_api_function(mDecHandle, &s_decode_ip, &s_decode_op); in process()
1067 (void) ivdec_api_function(mDecHandle, &s_decode_ip, &s_decode_op); in drainInternal()