Home
last modified time | relevance | path

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

/external/opencore/engines/2way/test/src/
Dtest_engine.cpp490 iVideoSourceYUVIOControl = PvmiMIOFileInputFactory::Create(iVideoSourceYUVFileSettings); in create_sink_source()
491 iVideoSourceYUV = PvmfMediaInputNodeFactory::Create(iVideoSourceYUVIOControl); in create_sink_source()
616 if (iVideoSourceYUVIOControl) in destroy_sink_source()
618 PvmiMIOFileInputFactory::Delete(iVideoSourceYUVIOControl); in destroy_sink_source()
619 iVideoSourceYUVIOControl = NULL; in destroy_sink_source()
/external/opencore/engines/2way/test/include/
Dtest_engine.h350 PvmiMIOControl* iVideoSourceYUVIOControl; variable