Home
last modified time | relevance | path

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

/external/opencore/nodes/pvmp4ffparsernode/src/
Dpvmf_mp4ffparser_node_metadata.cpp385 …Oscl_Vector<uint32, OsclMemAllocator> *Compatiblebrand_Vec = iMP4FileHandle->getCompatibiltyList(); in GetNumMetadataValues() local
386 if (Compatiblebrand_Vec) in GetNumMetadataValues()
388 numvalentries += Compatiblebrand_Vec->size(); in GetNumMetadataValues()
3428 …Oscl_Vector<uint32, OsclMemAllocator> *Compatiblebrand_Vec = iMP4FileHandle->getCompatibiltyList(); in DoGetMetadataValues() local
3430 for (idy = 0; idy < Compatiblebrand_Vec->size() ; idy++) in DoGetMetadataValues()
3433 uint32 CbrandNum = (*Compatiblebrand_Vec)[idy]; in DoGetMetadataValues()