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));
412 ConvertSession *convSession = convertSessionMap.getValue(convertId); local
414 if (NULL != convSession) {
415 retStatus = FwdLockConv_ConvertData(convSession->uniqueId,
418 &(convSession->output));
422 if (convSession->output.fromConvertData.numBytes > 0) {
423 convResult->data = new char[convSession->output.fromConvertData.numBytes];
426 convResult->length = convSession
449 ConvertSession *convSession = convertSessionMap.getValue(convertId); local
[all...]

Completed in 316 milliseconds