Home
last modified time | relevance | path

Searched refs:int16 (Results 1 – 25 of 37) sorted by relevance

12

/hardware/akm/AK8975_FS/akmdfs/
DAKFS_APIs.h33 int16 AKFS_Init(
38 int16 AKFS_Release(void);
40 int16 AKFS_Start(const char* path);
42 int16 AKFS_Stop(const char* path);
44 int16 AKFS_Get_MAGNETIC_FIELD(
45 const int16 mag[3],
46 const int16 status,
50 int16* accuracy
53 int16 AKFS_Get_ACCELEROMETER(
54 const int16 acc[3],
[all …]
DAKFS_APIs.c40 int16 AKFS_Init( in AKFS_Init()
80 int16 AKFS_Release(void) in AKFS_Release()
92 int16 AKFS_Start( in AKFS_Start()
123 int16 AKFS_Stop( in AKFS_Stop()
152 int16 AKFS_Get_MAGNETIC_FIELD( in AKFS_Get_MAGNETIC_FIELD()
153 const int16 mag[3], in AKFS_Get_MAGNETIC_FIELD()
154 const int16 status, in AKFS_Get_MAGNETIC_FIELD()
158 int16* accuracy in AKFS_Get_MAGNETIC_FIELD()
161 int16 akret; in AKFS_Get_MAGNETIC_FIELD()
162 int16 aocret; in AKFS_Get_MAGNETIC_FIELD()
[all …]
DAKFS_Compass.h75 int16 mi_hnaveD;
76 int16 mi_anaveD;
82 int16 mi_hnaveV;
83 int16 mi_anaveV;
86 int16 mi_hstatus;
DAKFS_FileIO.c43 int16 AKFS_LoadParameters(AK8975PRMS * prms, const char* path) in AKFS_LoadParameters()
45 int16 ret; in AKFS_LoadParameters()
103 int16 AKFS_SaveParameters(AK8975PRMS *prms, const char* path) in AKFS_SaveParameters()
105 int16 ret = 1; in AKFS_SaveParameters()
DAKFS_Measure.h44 int16 AKFS_ReadAK8975FUSEROM(
48 int16 AKFS_SelfTest(void);
56 int16 AKFS_GetInterval(
DAKFS_Measure.c36 int16 AKFS_ReadAK8975FUSEROM( in AKFS_ReadAK8975FUSEROM()
69 int16 AKFS_SelfTest(void) in AKFS_SelfTest()
74 int16 ret; in AKFS_SelfTest()
195 int16 AKFS_GetInterval( in AKFS_GetInterval()
272 int16 mag[3]; in AKFS_MeasureLoop()
273 int16 mstat; in AKFS_MeasureLoop()
274 int16 acc[3]; in AKFS_MeasureLoop()
284 int16 tmp_accuracy; in AKFS_MeasureLoop()
DAKFS_FileIO.h35 int16 AKFS_LoadParameters(AK8975PRMS *prms, const char* path);
37 int16 AKFS_SaveParameters(AK8975PRMS* prms, const char* path);
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
DAKFS_VNorm.h26 int16 AKFS_VbNorm(
27 const int16 ndata, /*!< Size of raw vector buffer */
29 const int16 nbuf, /*!< Size of data to be buffered */
33 const int16 nvec, /*!< Size of normalized vector buffer */
37 int16 AKFS_VbAve(
38 const int16 nvec, /*!< Size of normalized vector buffer */
40 const int16 nave, /*!< Number of averaeg */
DAKFS_Device.h34 typedef signed short int16; typedef
90 int16 AKFS_InitBuffer(
91 const int16 ndata, /*!< Size of raw vector buffer */
95 int16 AKFS_BufShift(
96 const int16 len,
97 const int16 shift,
101 int16 AKFS_Rotate(
DAKFS_Direction.h26 int16 AKFS_Direction(
27 const int16 nhvec,
29 const int16 hnave,
30 const int16 navec,
32 const int16 anave,
DAKFS_AK8975.h33 (AKFLOAT)((int16)((((uint16)(hi))<<8)+(uint16)(low))*(((asa)/256.0f) + 0.5f))
41 int16 AKFS_DecompAK8975(
42 const int16 mag[3],
43 const int16 status,
45 const int16 nhdata,
DAKFS_Device.c21 int16 AKFS_InitBuffer( in AKFS_InitBuffer()
22 const int16 ndata, /*!< Size of vector buffer */ in AKFS_InitBuffer()
42 int16 AKFS_BufShift( in AKFS_BufShift()
43 const int16 len, /*!< size of buffer */ in AKFS_BufShift()
44 const int16 shift, /*!< shift size */ in AKFS_BufShift()
48 int16 i; in AKFS_BufShift()
59 int16 AKFS_Rotate( in AKFS_Rotate()
DAKFS_VNorm.c24 int16 AKFS_VbNorm( in AKFS_VbNorm()
25 const int16 ndata, /*!< Size of raw vector buffer */ in AKFS_VbNorm()
27 const int16 nbuf, /*!< Size of data to be buffered */ in AKFS_VbNorm()
31 const int16 nvec, /*!< Size of normalized vector buffer */ in AKFS_VbNorm()
68 int16 AKFS_VbAve( in AKFS_VbAve()
69 const int16 nvec, /*!< Size of normalized vector buffer */ in AKFS_VbAve()
71 const int16 nave, /*!< Number of averaeg */ in AKFS_VbAve()
DAKFS_AK8975.c24 int16 AKFS_DecompAK8975( in AKFS_DecompAK8975()
25 const int16 mag[3], in AKFS_DecompAK8975()
26 const int16 status, in AKFS_DecompAK8975()
28 const int16 nhdata, in AKFS_DecompAK8975()
DAKFS_AOC.c29 int16 i; in CalcR()
44 static int16 From4Points2Sphere( in From4Points2Sphere()
63 int16 i, j; in From4Points2Sphere()
121 const int16 n, /*!< (i) : number of vectors */ in MeanVar()
125 int16 i; in MeanVar()
126 int16 j; in MeanVar()
151 const int16 n, /*!< (i) : number of vectors */ in Get4points()
154 int16 i, j; in Get4points()
214 static int16 CheckInitFvec( in CheckInitFvec()
217 int16 i; in CheckInitFvec()
[all …]
DAKFS_Direction.c83 int16 AKFS_Direction( in AKFS_Direction()
84 const int16 nhvec, in AKFS_Direction()
86 const int16 hnave, in AKFS_Direction()
87 const int16 navec, in AKFS_Direction()
89 const int16 anave, in AKFS_Direction()
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
Dti_m4v_config_parser.h72 int16 ShowBits(
78 int16 FlushBits(
83 int16 ReadBits(
89 int16 ByteAlign(
93 OSCL_IMPORT_REF int16 iDecodeVOLHeader(
100 OSCL_IMPORT_REF int16 iGetM4VConfigInfo(
108 int16 DecodeUserData(mp4StreamType *pStream);
110 OSCL_IMPORT_REF int16 iDecodeShortHeader(
116 OSCL_IMPORT_REF int16 iGetAVCConfigInfo(
128 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *di…
/hardware/intel/common/wrs_omxil_core/core/src/
Dintel_m4v_config_parser.h61 int16 ShowBits(
67 int16 FlushBits(
72 int16 ReadBits(
80 int16 ByteAlign(
85 OSCL_IMPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *,…
86 OSCL_IMPORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, i…
87 int16 DecodeUserData(mp4StreamType *pStream);
88 OSCL_IMPORT_REF int16 iDecodeShortHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 …
89 OSCL_IMPORT_REF int16 iGetAVCConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, i…
92 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *di…
Dintel_m4v_config_parser.cpp89 int16 SearchNextM4VFrame(mp4StreamType *psBits) in SearchNextM4VFrame()
91 int16 status = 0; in SearchNextM4VFrame()
107 OSCL_EXPORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, i… in iGetM4VConfigInfo()
109 int16 status; in iGetM4VConfigInfo()
131 OSCL_EXPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *d… in iDecodeVOLHeader()
133 int16 iErrorStat; in iDecodeVOLHeader()
200 int16 status = 0; in iDecodeVOLHeader()
244 int16 status = 0; in iDecodeVOLHeader()
408 int16 status = 0; in iDecodeVOLHeader()
428 int16 iDecodeShortHeader(mp4StreamType *psBits, in iDecodeShortHeader()
[all …]
Dintel_video_config_parser.cpp67 OSCL_EXPORT_REF int16 intel_video_config_parser(pvVideoConfigParserInputs *aInputs, pvVideoConfigPa… in intel_video_config_parser()
85 int16 retval = 0; in intel_video_config_parser()
120 int16 length = 0; in intel_video_config_parser()
138 int16 retval; in intel_video_config_parser()
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
Dti_m4v_config_parser.cpp84 int16 SearchNextM4VFrame(mp4StreamType *psBits) in SearchNextM4VFrame()
86 int16 status = 0; in SearchNextM4VFrame()
102 OSCL_EXPORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, i… in iGetM4VConfigInfo()
104 int16 status; in iGetM4VConfigInfo()
126 OSCL_EXPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *d… in iDecodeVOLHeader()
128 int16 iErrorStat; in iDecodeVOLHeader()
195 int16 status = 0; in iDecodeVOLHeader()
239 int16 status = 0; in iDecodeVOLHeader()
421 int16 status = 0; in iDecodeVOLHeader()
443 int16 iDecodeShortHeader(mp4StreamType *psBits, in iDecodeShortHeader()
[all …]
Dti_video_config_parser.cpp66 OSCL_EXPORT_REF int16 ti_video_config_parser(tiVideoConfigParserInputs *aInputs, tiVideoConfigParse… in ti_video_config_parser()
84 int16 retval = 0; in ti_video_config_parser()
121 int16 length = 0; in ti_video_config_parser()
139 int16 retval; in ti_video_config_parser()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Dmp4_utils.h38 typedef signed short int16; /* Signed 16 bit value */ typedef
164 int16 populateHeightNWidthFromShortHeader(mp4StreamType * psBits);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Dmp4_utils.h38 typedef signed short int16; /* Signed 16 bit value */ typedef
167 int16 populateHeightNWidthFromShortHeader(mp4StreamType * psBits);
/hardware/qcom/audio/legacy/alsa_sound/
DAudioStreamInALSA.cpp826 fread(mRealCoeffs[0], sizeof(int16), FILT_SIZE, flt1r); in readCoeffsFromFile()
829 fread(mRealCoeffs[1], sizeof(int16), FILT_SIZE, flt2r); in readCoeffsFromFile()
832 fread(mRealCoeffs[2], sizeof(int16), FILT_SIZE, flt3r); in readCoeffsFromFile()
835 fread(mRealCoeffs[3], sizeof(int16), FILT_SIZE, flt4r); in readCoeffsFromFile()
840 fread(mImagCoeffs[0], sizeof(int16), FILT_SIZE, flt1i); in readCoeffsFromFile()
843 fread(mImagCoeffs[1], sizeof(int16), FILT_SIZE, flt2i); in readCoeffsFromFile()
846 fread(mImagCoeffs[2], sizeof(int16), FILT_SIZE, flt3i); in readCoeffsFromFile()
849 fread(mImagCoeffs[3], sizeof(int16), FILT_SIZE, flt4i); in readCoeffsFromFile()

12