Home
last modified time | relevance | path

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

/external/opencore/fileformats/avi/parser/include/
Dpv_avifile.h167 … OSCL_IMPORT_REF virtual Oscl_Vector<uint32, OsclMemAllocator> GetVideoStreamCountList() = 0;
Dpv_avifile_parser.h228 OSCL_IMPORT_REF Oscl_Vector<uint32, OsclMemAllocator> GetVideoStreamCountList();
/external/opencore/engines/author/test/src/
Dtest_pv_author_engine_testset7.cpp368 vidStrNum = (iMIOComponent.iPVAviFile)->GetVideoStreamCountList(); in AddMediaTrack()
413 (iMIOComponent.iPVAviFile)->GetVideoStreamCountList(); in ConfigureVideoEncoder()
Dtest_pv_author_engine_testset8.cpp368 vidStrNum = (iMIOComponent.iPVAviFile)->GetVideoStreamCountList(); in AddMediaTrack()
413 (iMIOComponent.iPVAviFile)->GetVideoStreamCountList(); in ConfigureVideoEncoder()
Dtest_pv_author_engine_testset6.cpp372 vidStrNum = (iMIOComponent.iPVAviFile)->GetVideoStreamCountList(); in AddMediaTrack()
417 (iMIOComponent.iPVAviFile)->GetVideoStreamCountList(); in ConfigureVideoEncoder()
Dtest_pv_author_engine_testset5.cpp550 vidStrNum = (iMIOComponent.iPVAviFile)->GetVideoStreamCountList(); in AddMediaTrack()
595 (iMIOComponent.iPVAviFile)->GetVideoStreamCountList(); in ConfigureVideoEncoder()
/external/opencore/fileformats/avi/parser/src/
Dpv_avifile_parser.cpp835 OSCL_EXPORT_REF Oscl_Vector<uint32, OsclMemAllocator> PVAviFileParser::GetVideoStreamCountList() in GetVideoStreamCountList() function in PVAviFileParser