Searched defs:tv (Results 1 - 25 of 49) sorted by relevance

12

/hardware/qcom/media/mm-video/vidc/venc/test/
H A Dvenc_util.c44 struct timeval tv; local
46 gettimeofday(&tv, NULL);
47 microsec = (tv.tv_sec * 1000000) + (tv.tv_usec);
/hardware/ti/omap3/dspbridge/libbridge/
H A Dperfutils.c38 INT getTimeStamp(struct timeval *tv) argument
42 Result = gettimeofday(tv, &tz);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_CompThread.c105 struct timespec tv; local
136 tv.tv_sec = 1;
137 tv.tv_nsec = 0;
143 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
145 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEnc_CompThread.c78 struct timespec tv; local
108 tv.tv_sec = 1;
109 tv.tv_nsec = 0;
115 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
117 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_ComponentThread.c66 struct timespec tv; local
88 tv.tv_sec = 1;
89 tv.tv_nsec = 0;
96 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
98 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_ComponentThread.c89 struct timespec tv; local
108 tv.tv_sec = 1;
109 tv.tv_nsec = 0;
115 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
117 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_CompThread.c94 struct timespec tv; local
115 tv.tv_sec = 1;
116 tv.tv_nsec = 0;
122 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
124 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_ComponentThread.c86 struct timespec tv; local
105 tv.tv_sec = 1;
106 tv.tv_nsec = 0;
111 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_ComponentThread.c105 struct timespec tv; local
132 tv.tv_sec = 1;
133 tv.tv_nsec = 0;
138 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_ComponentThread.c107 struct timespec tv; local
134 tv.tv_sec = 1;
135 tv.tv_nsec = 0;
141 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
143 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_CompThread.c104 struct timespec tv; local
135 tv.tv_sec = 1;
136 tv.tv_nsec = 0;
142 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
144 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDec_ComponentThread.c68 struct timespec tv; local
97 tv.tv_sec = 1;
98 tv.tv_nsec = 0;
104 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
106 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_ComponentThread.c99 struct timespec tv; local
125 tv.tv_sec = 1;
126 tv.tv_nsec = 0;
132 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
134 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDec_ComponentThread.c87 struct timespec tv; local
121 tv.tv_sec = 1;
122 tv.tv_nsec = 0;
129 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
131 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_CompThread.c92 struct timespec tv; local
123 tv.tv_sec = 1;
124 tv.tv_nsec = 0;
130 status = pselect (fdmax + 1, &rfds, NULL, NULL, &tv, &set);
132 status = select (fdmax + 1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_ComponentThread.c80 struct timespec tv; local
111 tv.tv_sec = 1;
112 tv.tv_nsec = 0;/*WMAD_TIMEOUT * 1000;*/
118 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
120 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDec_Thread.c75 struct timespec tv; local
116 tv.tv_sec = 1;
118 tv.tv_nsec = 0;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Thread.c96 struct timeval tv; local
137 tv.tv_sec = 1;
138 tv.tv_usec = 0;
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_CompThread.c100 struct timeval tv; local
143 tv.tv_sec = 0;
144 tv.tv_usec = VPP_THREAD_TIMEOUT * 1000;
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
H A DConnection.cpp111 struct timeval tv; local
120 tv.tv_sec = timeout / 1000;
121 tv.tv_usec = (timeout - (tv.tv_sec * 1000)) * 1000;
122 ptv = &tv;
181 struct timeval tv; local
189 tv.tv_sec = timeout / 1000;
190 tv.tv_usec = (timeout - (tv.tv_sec * 1000)) * 1000;
191 ptv = &tv;
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Thread.c109 struct timeval tv; local
112 struct timespec tv; local
165 tv.tv_sec = 0;
166 tv.tv_usec = VIDD_TIMEOUT * 30;
168 tv.tv_sec = 0;
169 tv.tv_nsec = 30000;
364 struct timeval tv; local
367 struct timespec tv; local
402 tv.tv_sec = 0;
403 tv
[all...]
/hardware/invensense/libsensors_iio/software/core/mllite/linux/
H A Dmlos_linux.c185 struct timeval tv; local
187 if (gettimeofday(&tv, NULL) !=0)
190 return (long)((tv.tv_sec * 1000000LL + tv.tv_usec) / 1000LL);
/hardware/invensense/mlsdk/platform/linux/
H A Dmlos_linux.c195 struct timeval tv; local
197 if (gettimeofday(&tv, NULL) !=0)
200 return (long)((tv.tv_sec * 1000000LL + tv.tv_usec) / 1000LL);
/hardware/qcom/gps/utils/
H A Dloc_log.cpp173 struct timeval tv; local
176 gettimeofday(&tv, &tz);
177 hh = tv.tv_sec/3600%24;
178 mm = (tv.tv_sec%3600)/60;
179 ss = tv.tv_sec%60;
180 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
/hardware/msm7k/librpc/
H A Dclnt.c187 struct timeval tv; local
193 tv.tv_sec = 0; tv.tv_usec = 500 * 1000;
194 n = select(max_rxfd + 1, (fd_set *)&rfds, NULL, NULL, &tv);

Completed in 1071 milliseconds

12