Home
last modified time | relevance | path

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

/external/opencore/nodes/pvmp4ffparsernode/src/
Dpvmf_mp4ffparser_node_metadata.cpp307 uint32 NumLocations = iMP4FileHandle->getNumAssetInfoLocationAtoms(); in GetNumMetadataValues() local
309 if (!NumLocations) in GetNumMetadataValues()
313 uint32 endindex = (uint32)(NumLocations - 1); in GetNumMetadataValues()
323 …if (startindex > endindex || startindex >= (uint32)NumLocations || endindex >= (uint32)NumLocation… in GetNumMetadataValues()