/hardware/akm/AK8975_FS/akmdfs/ |
D | AKFS_APIs.h | 33 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 …]
|
D | AKFS_APIs.c | 40 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 …]
|
D | AKFS_Compass.h | 75 int16 mi_hnaveD; 76 int16 mi_anaveD; 82 int16 mi_hnaveV; 83 int16 mi_anaveV; 86 int16 mi_hstatus;
|
D | AKFS_Measure.h | 44 int16 AKFS_ReadAK8975FUSEROM( 48 int16 AKFS_SelfTest(void); 56 int16 AKFS_GetInterval(
|
D | AKFS_FileIO.c | 43 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()
|
D | AKFS_Measure.c | 36 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()
|
D | AKFS_FileIO.h | 35 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/ |
D | AKFS_VNorm.h | 26 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 */
|
D | AKFS_Device.h | 34 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(
|
D | AKFS_Direction.h | 26 int16 AKFS_Direction( 27 const int16 nhvec, 29 const int16 hnave, 30 const int16 navec, 32 const int16 anave,
|
D | AKFS_AK8975.h | 33 (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,
|
D | AKFS_Device.c | 21 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()
|
D | AKFS_AK8975.c | 24 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()
|
D | AKFS_VNorm.c | 24 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()
|
D | AKFS_AOC.c | 29 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 …]
|
D | AKFS_Direction.c | 83 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/ |
D | ti_m4v_config_parser.h | 72 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/ |
D | intel_m4v_config_parser.h | 61 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…
|
D | intel_m4v_config_parser.cpp | 89 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 …]
|
D | intel_video_config_parser.cpp | 67 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/ |
D | ti_m4v_config_parser.cpp | 84 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 …]
|
/hardware/qcom/audio/msm8909/hal/audio_extn/ |
D | ssr.c | 171 fread(ssrmod.real_coeffs[0], sizeof(int16), FILT_SIZE, flt1r); in ssr_read_coeffs_from_file() 174 fread(ssrmod.real_coeffs[1], sizeof(int16), FILT_SIZE, flt2r); in ssr_read_coeffs_from_file() 177 fread(ssrmod.real_coeffs[2], sizeof(int16), FILT_SIZE, flt3r); in ssr_read_coeffs_from_file() 180 fread(ssrmod.real_coeffs[3], sizeof(int16), FILT_SIZE, flt4r); in ssr_read_coeffs_from_file() 185 fread(ssrmod.imag_coeffs[0], sizeof(int16), FILT_SIZE, flt1i); in ssr_read_coeffs_from_file() 188 fread(ssrmod.imag_coeffs[1], sizeof(int16), FILT_SIZE, flt2i); in ssr_read_coeffs_from_file() 191 fread(ssrmod.imag_coeffs[2], sizeof(int16), FILT_SIZE, flt3i); in ssr_read_coeffs_from_file() 194 fread(ssrmod.imag_coeffs[3], sizeof(int16), FILT_SIZE, flt4i); in ssr_read_coeffs_from_file()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | mp4_utils.h | 38 typedef signed short int16; /* Signed 16 bit value */ typedef 164 int16 populateHeightNWidthFromShortHeader(mp4StreamType * psBits);
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | mp4_utils.h | 38 typedef signed short int16; /* Signed 16 bit value */ typedef 164 int16 populateHeightNWidthFromShortHeader(mp4StreamType * psBits);
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | mp4_utils.h | 38 typedef signed short int16; /* Signed 16 bit value */ typedef 167 int16 populateHeightNWidthFromShortHeader(mp4StreamType * psBits);
|