Home
last modified time | relevance | path

Searched refs:int32 (Results 1 – 21 of 21) sorted by relevance

/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
Dti_m4v_config_parser.h95 int32 *width,
96 int32 *height,
97 int32 *,
98 int32 *,
99 int32 *profilelevel);
102 int32 length,
103 int32 *width,
104 int32 *height,
105 int32 *,
106 int32 *);
[all …]
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
Dti_m4v_config_parser.cpp39 int32 LocateFrameHeader(uint8 *ptr, int32 size) in LocateFrameHeader()
41 int32 count = 0; in LocateFrameHeader()
42 int32 i = size; in LocateFrameHeader()
64 void movePointerTo(mp4StreamType *psBits, int32 pos) in movePointerTo()
88 int32 i; in SearchNextM4VFrame()
102 …F int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display… in iGetM4VConfigInfo()
118 int32 profilelevel = 0; // dummy value discarded here in iGetM4VConfigInfo()
126 …codeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *dis… in iDecodeVOLHeader()
130 int32 time_increment_resolution, nbits_time_increment; in iDecodeVOLHeader()
131 int32 i, j; in iDecodeVOLHeader()
[all …]
Dti_video_config_parser.cpp64 int32 GetNAL_Config(uint8** bitstream, int32* size);
82 int32 width, height, display_width, display_height = 0; in ti_video_config_parser()
83 int32 profile_level = 0; in ti_video_config_parser()
108 int32 width, height, display_width, display_height = 0; in ti_video_config_parser()
109 int32 profile_idc, level_idc = 0; in ti_video_config_parser()
260 int32 GetNAL_Config(uint8** bitstream, int32* size) in GetNAL_Config()
/hardware/qcom/display/libcopybit/
Dc2d2.h39 #if !defined(int32) && !defined(_INT32_DEFINED)
40 typedef int int32; typedef
317 int32 stride; /* defines stride in bytes, negative stride is allowed */
327 int32 stride0; /* stride in bytes if YUV format is not planar */
330 int32 stride1; /* stride for UV or VU plane for planar interleaved */
333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */
339 int32 x; /* upper-left x */
340 int32 y; /* upper-left y */
341 int32 width; /* width */
342 int32 height; /* height */
[all …]
Dcopybit_c2d.cpp68 int32 x, int32 y );
92 int32 *fd);
300 int c2diGetBpp(int32 colorformat) in c2diGetBpp()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dhndrte_debug.h83 int32 si_signo; /* Signal number */
84 int32 si_code; /* Extra code */
85 int32 si_errno; /* Errno */
99 int32 pr_fpvalid; /* True if math copro being used. */
Dwlioctl.h86 int32 dwell_time;
348 int32 channel_num;
374 int32 nprobes; /* -1 use default, number of probes per channel */
375 int32 active_time; /* -1 use default, dwell time per channel for
378 int32 passive_time; /* -1 use default, dwell time per channel
381 int32 home_time; /* -1 use default, dwell time for the home channel
384 int32 channel_num; /* count of channels and ssids that follow
514 int32 chanspec_num; /* 0: all available channels,
543 int32 nprobes; /* -1 use default, number of probes per channel */
544 int32 active_time; /* -1 use default, dwell time per channel for
[all …]
Dtypedefs.h221 typedef signed int int32; typedef
/hardware/msm7k/librpc/
Dxdr.c42 return XDR_SEND_INT32(xdr, (int32 *) value); in xdr_send_enum()
56 return XDR_RECV_INT32(xdr, (int32 *) value); in xdr_recv_enum()
72 return XDR_SEND_INT32(xdr, (int32 *)ep); in xdr_enum()
74 return XDR_RECV_INT32(xdr, (int32 *)ep); in xdr_enum()
149 return (XDR_SEND_INT32(xdrs, (int32 *)&t1) && in xdr_u_hyper()
150 XDR_SEND_INT32(xdrs, (int32 *)&t2)); in xdr_u_hyper()
154 if (!XDR_RECV_INT32(xdrs, (int32 *)&t1) || in xdr_u_hyper()
155 !XDR_RECV_INT32(xdrs, (int32 *)&t2)) in xdr_u_hyper()
400 return XDR_SEND_INT32(xdr, (int32 *) ip); in xdr_int()
402 return XDR_RECV_INT32(xdr, (int32 *) ip); in xdr_int()
Drpc.c33 int32 stat = (int32) RPC_MSG_ACCEPTED; in xdr_reply_msg_start()
34 int32 accept = (int32) RPC_ACCEPT_SUCCESS; in xdr_reply_msg_start()
Dsvc_clnt_common.c115 *(int32 *)(xdr->out_msg + xdr->out_next) = htonl(*value); in xdr_std_send_uint32()
144 static bool_t xdr_std_send_int32(xdr_s_type *xdr, const int32 *value) in xdr_std_send_int32()
239 static bool_t xdr_std_recv_int32(xdr_s_type *xdr, int32 *value) in xdr_std_recv_int32()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dbcmevent.h319 int32 rssi;
349 int32 rssi;
350 int32 snr;
351 int32 noise;
Dbcmip.h178 static INLINE int32
D802.11.h1661 int32 offset; /* in unit of ms */
/hardware/qcom/media/libc2dcolorconvert/
DC2DColorConverter.h53 int32 x, int32 y );
/hardware/msm7k/librpc/rpc/
Dtypes.h87 typedef int32_t int32; typedef
366 bool_t (*send_int32) (xdr_s_type *xdr, const int32 *value);
374 bool_t (*recv_int32) (xdr_s_type *xdr, int32 *value);
/hardware/qcom/media/mm-video/vidc/vdec/inc/
Dqtypes.h71 typedef int int32; /* Signed 32 bit value */ typedef
Dmp4_utils.h37 typedef int int32; /* Signed 32 bit value */ typedef
Dh264_utils.h173 int32 se ();
177 int32 pos;
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c819 sdmode = *(int32*)buf; in dhd_sd_mode()
867 dmamode = *(int32*)buf; in dhd_dma_mode()
1113 int32 idletime; in dhd_idletime()
1145 idletime = *(int32*)buf; in dhd_idletime()
1162 int32 idleclock; in dhd_idleclock()
1182 memcpy(endptr, &idleclock, sizeof(int32)); in dhd_idleclock()
1183 endptr += sizeof(int32); in dhd_idleclock()
1190 idleclock = *(int32*)buf; in dhd_idleclock()
2772 int32 val; in dhd_var_setint()
2852 int32 val; in dhd_var_getint()
[all …]
/hardware/qcom/media/mm-video/vidc/vdec/src/
Dh264_utils.cpp156 int32 RbspParser::se () in se()
160 else if (x & 1) return static_cast<int32> ((x >> 1) + 1); in se()
161 else return - static_cast<int32> (x >> 1); in se()