Home
last modified time | relevance | path

Searched refs:SecureFB2 (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c15915 VDEC_EX_OPTEE_SecureFB2 SecureFB2; in _MApi_VDEC_EX_SetFrameBuff2() local
15916 SecureFB2.FBuf2Addr = u32FrmBuffAddr; in _MApi_VDEC_EX_SetFrameBuff2()
15917 SecureFB2.FBuf2Size = u32FrmBuffSize; in _MApi_VDEC_EX_SetFrameBuff2()
15918 SecureFB2.u32streamID = pStreamId->u32Id; in _MApi_VDEC_EX_SetFrameBuff2()
15920 …if(_MApi_VDEC_EX_V2_Send_OPTEE_CMD(E_VDEC_EX_OPTEE_SECURE_FB2,&SecureFB2,sizeof(SecureFB2)) == FAL… in _MApi_VDEC_EX_SetFrameBuff2()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c17238 VDEC_EX_OPTEE_SecureFB2 SecureFB2; in _MApi_VDEC_EX_SetFrameBuff2() local
17239 SecureFB2.FBuf2Addr = u32FrmBuffAddr; in _MApi_VDEC_EX_SetFrameBuff2()
17240 SecureFB2.FBuf2Size = u32FrmBuffSize; in _MApi_VDEC_EX_SetFrameBuff2()
17241 SecureFB2.u32streamID = pStreamId->u32Id; in _MApi_VDEC_EX_SetFrameBuff2()
17243 …if(_MApi_VDEC_EX_V2_Send_OPTEE_CMD(E_VDEC_EX_OPTEE_SECURE_FB2,&SecureFB2,sizeof(SecureFB2)) == FAL… in _MApi_VDEC_EX_SetFrameBuff2()
H A DapiVDEC_EX.c.017234 VDEC_EX_OPTEE_SecureFB2 SecureFB2;
17235 SecureFB2.FBuf2Addr = u32FrmBuffAddr;
17236 SecureFB2.FBuf2Size = u32FrmBuffSize;
17237 SecureFB2.u32streamID = pStreamId->u32Id;
17239 …if(_MApi_VDEC_EX_V2_Send_OPTEE_CMD(E_VDEC_EX_OPTEE_SECURE_FB2,&SecureFB2,sizeof(SecureFB2)) == FAL…