Home
last modified time | relevance | path

Searched refs:getBPS (Results 1 – 21 of 21) sorted by relevance

/dports/devel/indi/indi-1.9.1/drivers/receiver/
H A Dreceiver_simulator.cpp179 int to_read = getSampleRate() * getIntegrationTime() * abs(getBPS()) / 8; in StartIntegration()
186 Streamer->setPixelFormat(INDI_MONO, getBPS()); in StartIntegration()
187 Streamer->setSize(getBufferSize() * 8 / abs(getBPS()), 1); in StartIntegration()
H A Dindi_rtlsdr.cpp53 to_read = getSampleRate() * IntegrationRequest * getBPS() / 8; in Callback()
/dports/devel/indi/indi-1.9.1/libs/indibase/
H A Dindisensorinterface.cpp543 Streamer->setSize(BufferSize * 8 / getBPS()); in setBufferSize()
547 DSP->setSizes(1, new int[1] { BufferSize * 8 / getBPS() }); in setBufferSize()
667 getMinMax(&min_val, &max_val, buf, len, getBPS()); in addFITSKeywords()
765 switch (getBPS()) in sendFITS()
804 DEBUGF(Logger::DBG_ERROR, "Unsupported bits per sample value %d", getBPS()); in sendFITS()
877 DSP->processBLOB(buf, 1, new int[1] { getBufferSize() * 8 / getBPS() }, getBPS()); in IntegrationComplete()
897 blob = sendFITS(getBuffer(), getBufferSize() * 8 / abs(getBPS())); in IntegrationCompletePrivate()
H A Dindispectrograph.cpp189 sprintf(fitsString, "%d", getBPS()); in addFITSKeywords()
H A Dindireceiver.cpp202 sprintf(fitsString, "%d", getBPS()); in addFITSKeywords()
H A Dindisensorinterface.h168 inline int getBPS() const in getBPS() function
/dports/devel/indi/indi-1.9.1/libs/indibase/dsp/
H A Ddspinterface.cpp208 len *= getBPS() / 8; in processBLOB()
421 switch (getBPS()) in sendFITS()
460 DEBUGF(INDI::Logger::DBG_ERROR, "Unsupported bits per sample value %d", getBPS()); in sendFITS()
701 void *buffer = malloc(stream->len * getBPS() / 8); in getStream()
702 switch (getBPS()) in getStream()
H A Dmanager.h58 inline int getBPS() { return BPS; } in getBPS() function
H A Ddspinterface.h121 int getBPS() { return BPS; } in getBPS() function
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dimage8.h50 int getBPS () const override in getBPS() function
H A Dimage16.h53 int getBPS() const override in getBPS() function
H A Dimageio.h82 virtual int getBPS () const = 0;
H A Dimagefloat.h59 int getBPS () const override in getBPS() function
H A Dimageio.cc957 bps = getBPS (); in savePNG()
1196 bps = getBPS (); in saveTIFF()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dimage8.h48 int getBPS () const override in getBPS() function
H A Dimage16.h51 int getBPS() const override in getBPS() function
H A Dimageio.h98 virtual int getBPS () const = 0;
H A Dimagefloat.h58 int getBPS () const override in getBPS() function
H A Dimageio.cc1051 bps = getBPS ();
1338 bps = getBPS ();
/dports/devel/indi/indi-1.9.1/examples/tutorial_eight/
H A Dsimple_receiver.cpp261 int len = getSampleRate() * getIntegrationTime() * getBPS() / 8; in grabFrame()
/dports/devel/indi/indi-1.9.1/libs/stream/
H A Dstreammanager_p.h75 , w(sensorInterface.getBufferSize() * 8 / sensorInterface.getBPS())