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

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

Completed in 25 milliseconds