HomeSort by relevance Sort by last modified time
    Searched refs:compatibleBrandArray (Results 1 - 2 of 2) sorted by null

  /external/opencore/fileformats/mp4/parser/src/
impeg4file.cpp 193 Oscl_Vector<uint32, OsclMemAllocator> *compatibleBrandArray =
198 if (compatibleBrandArray != NULL)
200 for (uint32 i = 0; i < compatibleBrandArray->size(); i++)
202 uint32 compatibleBrand = (*compatibleBrandArray)[i];
368 Oscl_Vector<uint32, OsclMemAllocator> *compatibleBrandArray =
374 if (compatibleBrandArray != NULL)
376 for (uint32 i = 0; i < compatibleBrandArray->size(); i++)
378 uint32 compatibleBrand = (*compatibleBrandArray)[i];
mpeg4file.cpp 272 Oscl_Vector<uint32, OsclMemAllocator> *compatibleBrandArray =
275 if (compatibleBrandArray != NULL)
277 for (uint32 i = 0; i < compatibleBrandArray->size(); i++)
279 uint32 compatibleBrand = (*compatibleBrandArray)[i];
    [all...]

Completed in 172 milliseconds