Home
last modified time | relevance | path

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

/aosp12/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp79 FwdLockConv_CloseSession(convSession->uniqueId, &(convSession->output)); in ~FwdLockEngine()
414 ConvertSession *convSession = convertSessionMap.getValue(convertId); local
416 if (NULL != convSession) {
417 retStatus = FwdLockConv_ConvertData(convSession->uniqueId,
420 &(convSession->output));
424 if (convSession->output.fromConvertData.numBytes > 0) {
435 offset = convSession->output.fromConvertData.errorPos;
451 ConvertSession *convSession = convertSessionMap.getValue(convertId); local
453 if (NULL != convSession) {
454 retStatus = FwdLockConv_CloseSession(convSession->uniqueId, &(convSession->output));
[all …]