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

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

Completed in 706 milliseconds