Home
last modified time | relevance | path

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

/external/opencore/engines/player/src/
Dpv_player_engine.h1252 int32 iNumKeyEntriesInList; member
Dpv_player_engine.cpp1865 …numkeysadded = iGetMetadataKeysParam.iKeyList->size() - iGetMetadataKeysParam.iNumKeyEntriesInList; in NodeCommandCompleted()
1866 uint32 start = iGetMetadataKeysParam.iNumKeyEntriesInList; in NodeCommandCompleted()
1867 uint32 end = iGetMetadataKeysParam.iNumKeyEntriesInList + numkeysadded - 1; in NodeCommandCompleted()
1957 …numkeysadded = iGetMetadataKeysParam.iKeyList->size() - iGetMetadataKeysParam.iNumKeyEntriesInList; in NodeCommandCompleted()
1964 releaseentry.iStartIndex = iGetMetadataKeysParam.iNumKeyEntriesInList; in NodeCommandCompleted()
1965 releaseentry.iEndIndex = iGetMetadataKeysParam.iNumKeyEntriesInList + numkeysadded - 1; in NodeCommandCompleted()
2000 iGetMetadataKeysParam.iNumKeyEntriesInList += numkeysadded; in NodeCommandCompleted()
4832 iGetMetadataKeysParam.iNumKeyEntriesInList = iGetMetadataKeysParam.iKeyList->size(); in DoGetMetadataKey()