Home
last modified time | relevance | path

Searched refs:mpInput (Results 1 – 11 of 11) sorted by relevance

/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/common/
H A Dpvidchan.cxx46 mpInput = NULL; in PVideoChannel()
54 mpInput = NULL; in PVideoChannel()
144 mpInput->GetFrameWidth(), mpInput->GetFrameHeight(), in Write()
145 mpInput->GetSarWidth(), mpInput->GetSarHeight(), in Write()
195 mpInput = device; in AttachVideoReader()
212 if (mpInput != NULL) in CloseVideoReader()
213 delete mpInput; in CloseVideoReader()
215 mpInput = NULL; in CloseVideoReader()
317 return mpInput; in GetVideoReader()
368 return mpInput->SetVFlipState(mpInput->GetVFlipState()); in ToggleVFlipInput()
[all …]
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/unix/
H A Dmacosaudio.cxx109 mpInput(NULL), in PSoundChannel()
121 mpInput(NULL), in PSoundChannel()
140 delete mpInput; in ~PSoundChannel()
206 if (!mpInput) goto bail; in Open()
293 if( !mpInput ) in Read()
443 PAssertNULL(mpInput); in StartRecording()
463 PAssertNULL(mpInput); in IsRecordBufferFull()
474 PAssertNULL(mpInput); in AreAllRecordBuffersFull()
475 return mpInput->IsFull(); in AreAllRecordBuffersFull()
485 PAssertNULL(mpInput); in WaitForRecordBufferFull()
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkMultiBlockMergeFilter.cxx144 int mpInput = this->IsMultiPiece(input); in Merge() local
147 if (!mpInput && !mpOutput && (numInBlocks == numOutBlocks)) in Merge()
160 else if (mpInput && mpOutput) in Merge()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkMultiBlockMergeFilter.cxx143 int mpInput = this->IsMultiPiece(input); in Merge() local
146 if (!mpInput && !mpOutput && (numInBlocks == numOutBlocks)) in Merge()
158 else if (mpInput && mpOutput) in Merge()
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkMultiBlockMergeFilter.cxx148 int mpInput = this->IsMultiPiece(input); in Merge() local
151 if (!mpInput && !mpOutput && (numInBlocks == numOutBlocks)) in Merge()
164 else if (mpInput && mpOutput) in Merge()
/dports/math/vtk8/VTK-8.2.0/IO/ADIOS/Testing/Cxx/
H A DTestADIOSSphereWR.cxx148 vtkMultiPieceDataSet *mpInput = in ProcessRequest() local
150 if(mpInput->GetNumberOfPieces() != in ProcessRequest()
161 int numPieces = mpInput->GetNumberOfPieces(); in ProcessRequest()
199 vtkPolyData *pdInput = vtkPolyData::SafeDownCast(mpInput->GetPiece(piece)); in ProcessRequest()
/dports/math/vtk6/VTK-6.2.0/IO/ADIOS/Testing/Cxx/
H A DTestADIOSSphereWR.cxx148 vtkMultiPieceDataSet *mpInput = in ProcessRequest() local
150 if(mpInput->GetNumberOfPieces() != controller->GetNumberOfProcesses()) in ProcessRequest()
163 int numPieces = mpInput->GetNumberOfPieces(); in ProcessRequest()
201 vtkPolyData *pdInput = vtkPolyData::SafeDownCast(mpInput->GetPiece(piece)); in ProcessRequest()
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/unix/ptlib/
H A Dsound.h63 JRingBuffer *mpInput; variable
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Dvideo.h259 PVideoInputDevice *mpInput; /// For grabbing video from the camera. variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/qa/unit/
H A Dsvl.cxx1141 const char* mpInput; member
1155 OUString aString( OUString::fromUtf8( rVec[i].mpInput)); in checkSpecificNumberFormats()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/qa/unit/
H A Dsvl.cxx1167 const char* mpInput; member
1181 OUString aString( OUString::fromUtf8( rVec[i].mpInput)); in checkSpecificNumberFormats()