Home
last modified time | relevance | path

Searched refs:t2 (Results 1 – 8 of 8) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
Dperf_unittest.c27 TIME_STRUCT t1, t2; in time_unit_test() local
30 TIME_SET(t2, 2, 123456); in time_unit_test()
37 assert(TIME_DELTA(t2, t1) == 123457); /* DELTA */ in time_unit_test()
39 TIME_COPY(t2, t1); /* COPY */ in time_unit_test()
40 assert(TIME_MICROSECONDS(t2) == 999999); in time_unit_test()
41 assert(TIME_SECONDS(t2) == 1); in time_unit_test()
52 assert(TIME_DELTA(t2, t1) == 1000000); /* DELTA */ in time_unit_test()
54 TIME_COPY(t2, t1); /* COPY */ in time_unit_test()
55 assert(TIME_MICROSECONDS(t2) == 0); in time_unit_test()
56 assert(TIME_SECONDS(t2) == 1); in time_unit_test()
[all …]
/hardware/msm7k/librpc/
Dxdr.c144 unsigned long t2; in xdr_u_hyper() local
148 t2 = (unsigned long) (*ullp); in xdr_u_hyper()
150 XDR_SEND_INT32(xdrs, (int32 *)&t2)); in xdr_u_hyper()
155 !XDR_RECV_INT32(xdrs, (int32 *)&t2)) in xdr_u_hyper()
158 *ullp |= t2; in xdr_u_hyper()
/hardware/invensense/libsensors_iio/software/core/mllite/
Dml_math_func.h104 static inline long inv_delta_time_ms(inv_time_t t1, inv_time_t t2) in inv_delta_time_ms() argument
106 return (long)((t1 - t2) / 1000000L); in inv_delta_time_ms()
/hardware/qcom/display/libcopybit/
Dsoftware_converter.cpp68 unsigned char * t2 = oldChroma; in convertYV12toYCrCb420SP() local
69 unsigned char * t3 = t2 + chromaSize/2; in convertYV12toYCrCb420SP()
75 :"+r"(t2), "+r"(t3), "+r"(t1) in convertYV12toYCrCb420SP()
/hardware/qcom/media/mm-video/vidc/vdec/inc/
DMap.h43 node(T t, T2 t2,node* p, node* n) : in node()
44 data(t), data2(t2), prev(p), next(n) {} in node()
/hardware/ti/omap4xxx/security/tee_client_api/
Dschannel6_protocol.h94 #define SCX_MAKE_PARAM_TYPES(t0, t1, t2, t3) ((t0) | ((t1) << 4) | ((t2) << 8) | ((t3) << 12)) argument
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
DJPEGTest.c643 double t2 = 0; local
1374 t2=tim.tv_sec+(tim.tv_usec/1000000.0);
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDec_Utils.c6115 OMX_U32 t2 = 0; local
6180 t2 = i;
6184 while (i<(t2+numnalu)) {