Searched refs:int16 (Results 1 – 12 of 12) sorted by relevance
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/ |
D | ti_m4v_config_parser.h | 66 int16 ShowBits( 72 int16 FlushBits( 77 int16 ReadBits( 83 int16 ByteAlign( 87 OSCL_IMPORT_REF int16 iDecodeVOLHeader( 94 OSCL_IMPORT_REF int16 iGetM4VConfigInfo( 102 int16 DecodeUserData(mp4StreamType *pStream); 104 OSCL_IMPORT_REF int16 iDecodeShortHeader( 110 OSCL_IMPORT_REF int16 iGetAVCConfigInfo( 121 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *di…
|
D | ti_video_config_parser.h | 45 OSCL_IMPORT_REF int16 ti_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 …]
|
D | ti_video_config_parser.cpp | 66 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() 126 int16 length = 0; in ti_video_config_parser() 144 int16 retval; in ti_video_config_parser()
|
/hardware/broadcom/wlan/bcm4329/src/ |
D | Makerules.env | 125 # TARGET_TYPE is either "all" or one or more of: float64, float32, int16 126 # default is int16. "all" will get expanded into a list of all possible types 128 TARGET_TYPE = int16 132 TARGET_TYPE = int16 float32 float64
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
D | wlioctl.h | 109 int16 RSSI; 1321 int16 flags; 1322 int16 rssi_margin; 1585 int16 passive_dwell; 1586 int16 active_dwell; 1587 int16 bss_widthscan_interval; 1588 int16 passive_total; 1589 int16 active_total; 1590 int16 chanwidth_transition_delay; 1591 int16 activity_threshold;
|
D | typedefs.h | 191 typedef signed short int16; typedef
|
/hardware/msm7k/librpc/rpc/ |
D | types.h | 88 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/msm7k/librpc/ |
D | svc_clnt_common.c | 132 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()
|
D | xdr.c | 44 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/shared/ |
D | linux_osl.c | 84 static int16 linuxbcmerrormap[] = \
|
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
D | bcmsdstd.c | 122 sdstd_mod_reg16(sdioh_info_t *sd, uint reg, int16 mask, uint16 val) in sdstd_mod_reg16()
|