Home
last modified time | relevance | path

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

/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…
Dti_video_config_parser.h44 OSCL_IMPORT_REF int16 ti_video_config_parser(
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
Dpublic_radio.h755 int16 oRadioStatus;
887 int16 oRadioStatus;
950 int16 oRadioStatus;
957 int16 oAdcCodeword;
958 int16 oRadioStatus;
979 int16 oRadioStatus;
1000 int16 oRadioStatus;
1214 int16 oRadioStatus;
1221 int16 oRadioStatus;
1267 int16 oRadioStatus;
[all …]
Dpublic_types.h69 #ifndef int16
70 typedef short int16; typedef
Dpublic_infoele.h1188 int16 threshold;
/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/broadcom/wlan/bcm4329/src/
DMakerules.env128 # TARGET_TYPE is either "all" or one or more of: float64, float32, int16
129 # default is int16. "all" will get expanded into a list of all possible types
131 TARGET_TYPE = int16
135 TARGET_TYPE = int16 float32 float64
/hardware/msm7k/librpc/rpc/
Dtypes.h88 typedef int16_t int16; typedef
364 bool_t (*send_int16) (xdr_s_type *xdr, const int16 *value);
372 bool_t (*recv_int16) (xdr_s_type *xdr, int16 *value);
/hardware/broadcom/wlan/bcm4329/src/include/
Dwlioctl.h109 int16 RSSI;
1327 int16 flags;
1328 int16 rssi_margin;
1591 int16 passive_dwell;
1592 int16 active_dwell;
1593 int16 bss_widthscan_interval;
1594 int16 passive_total;
1595 int16 active_total;
1596 int16 chanwidth_transition_delay;
1597 int16 activity_threshold;
Dtypedefs.h191 typedef signed short int16; typedef
/hardware/qcom/media/mm-video/vidc/vdec/inc/
Dqtypes.h72 typedef signed short int16; /* Signed 16 bit value */ typedef
/hardware/msm7k/librpc/
Dsvc_clnt_common.c132 static bool_t xdr_std_send_int16(xdr_s_type *xdr, const int16 *value) in xdr_std_send_int16()
227 static bool_t xdr_std_recv_int16(xdr_s_type *xdr, int16 *value) in xdr_std_recv_int16()
Dxdr.c44 return XDR_SEND_INT16(xdr, (int16 *) value); in xdr_send_enum()
58 return XDR_RECV_INT16(xdr, (int16 *) value); in xdr_recv_enum()
/hardware/broadcom/wlan/bcm4329/src/wl/sys/
Dwl_cfg80211.h191 int16 rssi;
/hardware/broadcom/wlan/bcm4329/src/shared/
Dlinux_osl.c84 static int16 linuxbcmerrormap[] =
/hardware/ti/wlan/wl1271/TWD/TWDriver/
DTWDriver.h106 #ifndef int16
107 #define int16 TI_INT16 macro
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
Dbcmsdstd.c136 sdstd_mod_reg16(sdioh_info_t *sd, uint reg, int16 mask, uint16 val) in sdstd_mod_reg16()