Home
last modified time | relevance | path

Searched refs:Decoder (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vdec_lite/hal/kano/hvd_lite/
H A DhalHVD_EX.c6935 if(Lock_info->Decoder== E_Decode_HVD || Lock_info->Decoder == E_Decode_VP8) in HAL_HVD_EX_SetLockDownOpteeRegister()
6938 printf("[VDEC][OPTEE]Dec=%d,RegBase=%x\n",Lock_info->Decoder,u32RegBase); in HAL_HVD_EX_SetLockDownOpteeRegister()
6940 else if(Lock_info->Decoder == E_Decode_EVD) in HAL_HVD_EX_SetLockDownOpteeRegister()
6944 printf("[VDEC][OPTEE]Dec=%d,RegBase=%x\n",Lock_info->Decoder,u32RegBase); in HAL_HVD_EX_SetLockDownOpteeRegister()
6949 if(Lock_info->Decoder == E_Decode_HVD || Lock_info->Decoder == E_Decode_EVD) in HAL_HVD_EX_SetLockDownOpteeRegister()
6957 else if(Lock_info->Decoder == E_Decode_VP8) in HAL_HVD_EX_SetLockDownOpteeRegister()
6968 if(Lock_info->Decoder == E_Decode_HVD || Lock_info->Decoder == E_Decode_EVD) in HAL_HVD_EX_SetLockDownOpteeRegister()
6976 else if(Lock_info->Decoder == E_Decode_VP8) in HAL_HVD_EX_SetLockDownOpteeRegister()
H A DhalHVD_EX.h337 VDEC_EX_DecodeType Decoder; member
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c24342 VDEC_EX_DecodeType Decoder; member
24796 switch(Lock_info->Decoder) in _VDEC_EX_OPTEE_LockRegister()
24919 Lock_info.Decoder = _VDEC_EX_OPTEE_GetDecoderByCodecType(VCodecType_Main); in MDrv_VDEC_ConfigPipe()
24920 VDEC_PRINT("[VDEC][OPTEE]%d:Decoder_type=%x\n",stream_ID,Lock_info.Decoder); in MDrv_VDEC_ConfigPipe()
24945 Lock_info.Decoder = _VDEC_EX_OPTEE_GetDecoderByCodecType(VCodecType_Sub); in MDrv_VDEC_ConfigPipe()
24946 VDEC_PRINT("[VDEC][OPTEE]%d:Decoder_type=%x\n",stream_ID,Lock_info.Decoder); in MDrv_VDEC_ConfigPipe()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c.019464 /// Decoder will start decode with full speed until target PTS is reached (equal or larger) then p…
19495 /// Decoder will skip all frames before target PTS, and start decode with full speed after target …
23164 VDEC_PRINT("VDEC_EX Err(%d): Decoder is not supported!!\n", __LINE__);