Home
last modified time | relevance | path

Searched refs:iSelVideoSource (Results 1 – 4 of 4) sorted by relevance

/external/opencore/engines/2way/test/src/
Dav_test.cpp112 else if ((aEvent.GetLocalBuffer()[0] == PV_VIDEO) && !iSelVideoSource) in HandleInformationalEvent()
114 iSelVideoSource = get_video_source(iVidSrcFormatType); in HandleInformationalEvent()
115 if (iSelVideoSource != NULL) in HandleInformationalEvent()
117 … OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSource(*channel_id, *iSelVideoSource)); in HandleInformationalEvent()
268 if (iSelVideoSource != NULL) in TimerCallback()
270 OSCL_TRY(error, iVideoRemoveSourceId = terminal->RemoveDataSource(*iSelVideoSource)); in TimerCallback()
Dvideo_only_test.cpp105 iSelVideoSource = get_video_source(iVidSrcFormatType); in HandleInformationalEvent()
106 if (iSelVideoSource != NULL) in HandleInformationalEvent()
108 … OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSource(*channel_id, *iSelVideoSource)); in HandleInformationalEvent()
281 if (iSelVideoSource != NULL) in TimerCallback()
283 OSCL_TRY(error, iVideoRemoveSourceId = terminal->RemoveDataSource(*iSelVideoSource)); in TimerCallback()
Davi_test.cpp110 else if (aEvent.GetLocalBuffer()[0] == PV_VIDEO && !iSelVideoSource) in HandleInformationalEvent()
112 iSelVideoSource = PvmfMediaInputNodeFactory::Create(iVideoMediaInput); in HandleInformationalEvent()
113 if (iSelVideoSource != NULL) in HandleInformationalEvent()
115 … OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSource(*channel_id, *iSelVideoSource)); in HandleInformationalEvent()
/external/opencore/engines/2way/test/include/
Dtest_engine.h150 iSelVideoSource(NULL),
319 PVMFNodeInterface* iSelVideoSource; variable