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));
407 ConvertSession *convSession = convertSessionMap.getValue(convertId); local
409 if (NULL != convSession) {
410 retStatus = FwdLockConv_ConvertData(convSession->uniqueId,
413 &(convSession->output));
417 if (convSession->output.fromConvertData.numBytes > 0) {
418 convResult->data = new char[convSession->output.fromConvertData.numBytes];
421 convResult->length = convSession
444 ConvertSession *convSession = convertSessionMap.getValue(convertId); local
[all...]

Completed in 77 milliseconds