State            1145 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI GetState(DWORD dwMilliSecsTimeout,FILTER_STATE *State) = 0;
State            1159 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetState)(IMediaFilter *This,DWORD dwMilliSecsTimeout,FILTER_STATE *State);
State            1175 3rdparty/include/dshow/strmif.h #define IMediaFilter_GetState(This,dwMilliSecsTimeout,State) (This)->lpVtbl->GetState(This,dwMilliSecsTimeout,State)
State            1186 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IMediaFilter_GetState_Proxy(IMediaFilter *This,DWORD dwMilliSecsTimeout,FILTER_STATE *State);
State            1226 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetState)(IBaseFilter *This,DWORD dwMilliSecsTimeout,FILTER_STATE *State);
State            1247 3rdparty/include/dshow/strmif.h #define IBaseFilter_GetState(This,dwMilliSecsTimeout,State) (This)->lpVtbl->GetState(This,dwMilliSecsTimeout,State)
State            4932 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI put_MediaState(long State) = 0;
State            4934 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI put_LocalControl(long State) = 0;
State            4954 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI SetEditPropertySet(long *pEditID,long State) = 0;
State            4967 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_MediaState)(IAMExtTransport *This,long State);
State            4969 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_LocalControl)(IAMExtTransport *This,long State);
State            4989 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetEditPropertySet)(IAMExtTransport *This,long *pEditID,long State);
State            5004 3rdparty/include/dshow/strmif.h #define IAMExtTransport_put_MediaState(This,State) (This)->lpVtbl->put_MediaState(This,State)
State            5006 3rdparty/include/dshow/strmif.h #define IAMExtTransport_put_LocalControl(This,State) (This)->lpVtbl->put_LocalControl(This,State)
State            5026 3rdparty/include/dshow/strmif.h #define IAMExtTransport_SetEditPropertySet(This,pEditID,State) (This)->lpVtbl->SetEditPropertySet(This,pEditID,State)
State            5035 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_put_MediaState_Proxy(IAMExtTransport *This,long State);
State            5039 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_put_LocalControl_Proxy(IAMExtTransport *This,long State);
State            5079 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_SetEditPropertySet_Proxy(IAMExtTransport *This,long *pEditID,long State);
State            5240 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI SetTCDisplayEnable(long State) = 0;
State            5251 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetTCDisplayEnable)(IAMTimecodeDisplay *This,long State);
State            5264 3rdparty/include/dshow/strmif.h #define IAMTimecodeDisplay_SetTCDisplayEnable(This,State) (This)->lpVtbl->SetTCDisplayEnable(This,State)
State            5271 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTimecodeDisplay_SetTCDisplayEnable_Proxy(IAMTimecodeDisplay *This,long State);
State              85 3rdparty/libtiff/tif_fax3.h     unsigned char State;    /* see above */
State             200 3rdparty/libtiff/tif_fax3.h        StateNames[TabEnt->State], TabEnt->Param);			\
State             212 3rdparty/libtiff/tif_fax3.h        StateNames[TabEnt->State], TabEnt->Param);			\
State             321 3rdparty/libtiff/tif_fax3.h         switch (TabEnt->State) {					\
State             343 3rdparty/libtiff/tif_fax3.h         switch (TabEnt->State) {					\
State             391 3rdparty/libtiff/tif_fax3.h     switch (TabEnt->State) {					\
State             403 3rdparty/libtiff/tif_fax3.h             switch (TabEnt->State) {				\
State             419 3rdparty/libtiff/tif_fax3.h             switch (TabEnt->State) {				\
State             436 3rdparty/libtiff/tif_fax3.h             switch (TabEnt->State) {				\
State             452 3rdparty/libtiff/tif_fax3.h             switch (TabEnt->State) {				\
State            1863 modules/videoio/src/cap_msmf.hpp     State                       m_state;
State              56 modules/videoio/src/cap_winrt/CaptureFrameGrabber.cpp         reader->_state = State::Started;
State              62 modules/videoio/src/cap_winrt/CaptureFrameGrabber.cpp : _state(State::Created)
State              74 modules/videoio/src/cap_winrt/CaptureFrameGrabber.cpp     if (_state == State::Started)
State              98 modules/videoio/src/cap_winrt/CaptureFrameGrabber.cpp     if (_state == State::Started)
State             109 modules/videoio/src/cap_winrt/CaptureFrameGrabber.cpp     if (_state != State::Started)
State             113 modules/videoio/src/cap_winrt/CaptureFrameGrabber.cpp     _state = State::Closing;
State             135 modules/videoio/src/cap_winrt/CaptureFrameGrabber.cpp         _state = State::Closed;
State             144 modules/videoio/src/cap_winrt/CaptureFrameGrabber.cpp     if (_state != State::Started)
State             477 modules/viz/src/vtk/vtkVizInteractorStyle.cpp         if (State == VTKIS_FORWARDFLY || State == VTKIS_REVERSEFLY)
State             482 modules/viz/src/vtk/vtkVizInteractorStyle.cpp         if (State == VTKIS_FORWARDFLY)
State             485 modules/viz/src/vtk/vtkVizInteractorStyle.cpp         if (State == VTKIS_NONE)
State             490 modules/viz/src/vtk/vtkVizInteractorStyle.cpp         if (State == VTKIS_REVERSEFLY)
State             493 modules/viz/src/vtk/vtkVizInteractorStyle.cpp         if (State == VTKIS_NONE)
State             513 modules/viz/src/vtk/vtkVizInteractorStyle.cpp     if (State == VTKIS_FORWARDFLY && (KeysDown & 16) == 0)
State             516 modules/viz/src/vtk/vtkVizInteractorStyle.cpp     if (State == VTKIS_REVERSEFLY && (KeysDown & 32) == 0)
State             532 modules/viz/src/vtk/vtkVizInteractorStyle.cpp     if (State == VTKIS_ROTATE || State == VTKIS_PAN || State == VTKIS_DOLLY || State == VTKIS_SPIN)
State             534 modules/viz/src/vtk/vtkVizInteractorStyle.cpp         switch (State)
State             545 modules/viz/src/vtk/vtkVizInteractorStyle.cpp     if (State == VTKIS_FORWARDFLY || State == VTKIS_REVERSEFLY)
State             584 modules/viz/src/vtk/vtkVizInteractorStyle.cpp         if(State == VTKIS_REVERSEFLY)
State             585 modules/viz/src/vtk/vtkVizInteractorStyle.cpp             State = VTKIS_FORWARDFLY;
State             589 modules/viz/src/vtk/vtkVizInteractorStyle.cpp             if (State == VTKIS_NONE)
State             620 modules/viz/src/vtk/vtkVizInteractorStyle.cpp     switch (State)
State             658 modules/viz/src/vtk/vtkVizInteractorStyle.cpp     if (State == VTKIS_PAN)
State             683 modules/viz/src/vtk/vtkVizInteractorStyle.cpp         if (State == VTKIS_FORWARDFLY)
State             684 modules/viz/src/vtk/vtkVizInteractorStyle.cpp             State = VTKIS_REVERSEFLY;
State             688 modules/viz/src/vtk/vtkVizInteractorStyle.cpp             if (State == VTKIS_NONE)
State             706 modules/viz/src/vtk/vtkVizInteractorStyle.cpp     if(State == VTKIS_DOLLY)
State             713 modules/viz/src/vtk/vtkVizInteractorStyle.cpp     if (State == VTKIS_REVERSEFLY)
State             801 modules/viz/src/vtk/vtkVizInteractorStyle.cpp     if  (State == VTKIS_FORWARDFLY || State == VTKIS_REVERSEFLY)
State            1002 modules/viz/src/vtk/vtkVizInteractorStyle.cpp         switch (State)