Home
last modified time | relevance | path

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

/external/opencore/engines/2way/test/src/
Dtest_engine.cpp515 iVideoSourceM4VIOControl = PvmiMIOFileInputFactory::Create(iVideoSourceM4VFileSettings); in create_sink_source()
516 iVideoSourceM4V = PvmfMediaInputNodeFactory::Create(iVideoSourceM4VIOControl); in create_sink_source()
622 if (iVideoSourceM4VIOControl) in destroy_sink_source()
624 PvmiMIOFileInputFactory::Delete(iVideoSourceM4VIOControl); in destroy_sink_source()
625 iVideoSourceM4VIOControl = NULL; in destroy_sink_source()
/external/opencore/engines/2way/test/include/
Dtest_engine.h352 PvmiMIOControl* iVideoSourceM4VIOControl; variable