Home
last modified time | relevance | path

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

/external/opencore/engines/2way/src/
Dpv_2way_engine.cpp285 iVideoPreviewDatapath(NULL), in CPV324m2Way()
354 if (iVideoPreviewDatapath) in ~CPV324m2Way()
356 OSCL_DELETE(iVideoPreviewDatapath); in ~CPV324m2Way()
357 iVideoPreviewDatapath = NULL; in ~CPV324m2Way()
2791 iVideoPreviewDatapath = CPV2WayPreviewDatapath::NewL(iLogger, in ConstructL()
2796 iVideoEncDatapath->AddDependentDatapath(*iVideoPreviewDatapath); in ConstructL()
2798 iVideoPreviewDatapath->AddParentDatapath(*iVideoEncDatapath); in ConstructL()
5190 iVideoPreviewDatapath->GetState())); in RemoveVideoPreviewPath()
5191 if (iVideoPreviewDatapath->GetState() == EClosed) in RemoveVideoPreviewPath()
5193 iVideoPreviewDatapath->ResetDatapath(); in RemoveVideoPreviewPath()
Dpv_2way_engine.h1119 CPV2WayPreviewDatapath *iVideoPreviewDatapath; variable