Home
last modified time | relevance | path

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

/external/opencore/engines/player/src/
Dpv_player_engine.cpp1865 …uint32 numkeysadded = iGetMetadataKeysParam.iKeyList->size() - iGetMetadataKeysParam.iNumKeyEntrie… in NodeCommandCompleted()
1866 uint32 start = iGetMetadataKeysParam.iNumKeyEntriesInList; in NodeCommandCompleted()
1867 uint32 end = iGetMetadataKeysParam.iNumKeyEntriesInList + numkeysadded - 1; in NodeCommandCompleted()
1869 …PVMFMetadataExtensionInterface* mdif = iMetadataIFList[iGetMetadataKeysParam.iCurrentInterfaceInde… in NodeCommandCompleted()
1871 mdif->ReleaseNodeMetadataKeys(*(iGetMetadataKeysParam.iKeyList), start, end); in NodeCommandCompleted()
1957 …uint32 numkeysadded = iGetMetadataKeysParam.iKeyList->size() - iGetMetadataKeysParam.iNumKeyEntrie… in NodeCommandCompleted()
1962 releaseentry.iMetadataIFListIndex = iGetMetadataKeysParam.iCurrentInterfaceIndex; in NodeCommandCompleted()
1964 releaseentry.iStartIndex = iGetMetadataKeysParam.iNumKeyEntriesInList; in NodeCommandCompleted()
1965 releaseentry.iEndIndex = iGetMetadataKeysParam.iNumKeyEntriesInList + numkeysadded - 1; in NodeCommandCompleted()
1978 …mdif->ReleaseNodeMetadataKeys(*(iGetMetadataKeysParam.iKeyList), releaseentry.iStartIndex, release… in NodeCommandCompleted()
[all …]
Dpv_player_engine.h1254 PVPlayerEngineGetMetadataKeysParam iGetMetadataKeysParam; variable