mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
revert indent
This commit is contained in:
parent
0d7213b8bf
commit
72dac336c9
@ -98,17 +98,17 @@ private:
|
|||||||
void start_capturing();
|
void start_capturing();
|
||||||
void process_image(const void *frameImageBuffer, int size);
|
void process_image(const void *frameImageBuffer, int size);
|
||||||
|
|
||||||
QString _currentDeviceName,
|
QString _currentDeviceName,
|
||||||
_newDeviceName;
|
_newDeviceName;
|
||||||
QMap<QString, QList<DeviceProperties>> _deviceProperties;
|
QMap<QString, QList<DeviceProperties>> _deviceProperties;
|
||||||
QMap<QString, QList<DeviceControls>> _deviceControls;
|
QMap<QString, QList<DeviceControls>> _deviceControls;
|
||||||
HRESULT _hr;
|
HRESULT _hr;
|
||||||
IMFSourceReader* _sourceReader;
|
IMFSourceReader* _sourceReader;
|
||||||
SourceReaderCB* _sourceReaderCB;
|
SourceReaderCB* _sourceReaderCB;
|
||||||
EncoderThreadManager* _threadManager;
|
EncoderThreadManager* _threadManager;
|
||||||
PixelFormat _pixelFormat,
|
PixelFormat _pixelFormat,
|
||||||
_pixelFormatConfig;
|
_pixelFormatConfig;
|
||||||
int _lineLength,
|
int _lineLength,
|
||||||
_frameByteSize,
|
_frameByteSize,
|
||||||
_noSignalCounterThreshold,
|
_noSignalCounterThreshold,
|
||||||
_noSignalCounter,
|
_noSignalCounter,
|
||||||
@ -116,13 +116,13 @@ private:
|
|||||||
_contrast,
|
_contrast,
|
||||||
_saturation,
|
_saturation,
|
||||||
_hue;
|
_hue;
|
||||||
QAtomicInt _currentFrame;
|
QAtomicInt _currentFrame;
|
||||||
ColorRgb _noSignalThresholdColor;
|
ColorRgb _noSignalThresholdColor;
|
||||||
bool _signalDetectionEnabled,
|
bool _signalDetectionEnabled,
|
||||||
_signalDetected,
|
_signalDetected,
|
||||||
_initialized,
|
_initialized,
|
||||||
_reload;
|
_reload;
|
||||||
double _x_frac_min,
|
double _x_frac_min,
|
||||||
_y_frac_min,
|
_y_frac_min,
|
||||||
_x_frac_max,
|
_x_frac_max,
|
||||||
_y_frac_max;
|
_y_frac_max;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user