HomeSort by relevance Sort by last modified time
    Searched full:convsession (Results 1 - 1 of 1) sorted by null

  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 78 ConvertSession *convSession = (ConvertSession*) convertSessionMap.getValueAt(i);
79 FwdLockConv_CloseSession(convSession->uniqueId, &(convSession->output));
403 ConvertSession *convSession = convertSessionMap.getValue(convertId);
405 if (NULL != convSession) {
406 retStatus = FwdLockConv_ConvertData(convSession->uniqueId,
409 &(convSession->output));
413 if (convSession->output.fromConvertData.numBytes > 0) {
414 convResult->data = new char[convSession->output.fromConvertData.numBytes];
417 convResult->length = convSession->output.fromConvertData.numBytes
    [all...]

Completed in 69 milliseconds