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

/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp78 ConvertSession *convSession = (ConvertSession*) convertSessionMap.getValueAt(i); local
79 FwdLockConv_CloseSession(convSession->uniqueId, &(convSession->output));
406 ConvertSession *convSession = convertSessionMap.getValue(convertId); local
408 if (NULL != convSession) {
409 retStatus = FwdLockConv_ConvertData(convSession->uniqueId,
412 &(convSession->output));
416 if (convSession->output.fromConvertData.numBytes > 0) {
417 convResult->data = new char[convSession->output.fromConvertData.numBytes];
420 convResult->length = convSession
443 ConvertSession *convSession = convertSessionMap.getValue(convertId); local
[all...]

Completed in 6 milliseconds