OSDN Git Service

STPK-1429 Add flexibility to sample processing
[android-x86/hardware-intel-libsensors.git] / transform.h
1 /*
2  * Copyright (C) 2014 Intel Corporation.
3  */
4
5 #ifndef __TRANSFORM_H__
6 #define __TRANSFORM_H__
7
8 #include "common.h"
9
10 float transform_sample  (int sensor, int channel, unsigned char* sample_data);
11
12 void finalize_sample    (int s, struct sensors_event_t* data);
13
14
15 #endif
16
17
18