Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 104) sorted by relevance

12345

/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
Dperf_common.h43 #define TIME_GET(target) time(&target)
45 #define TIME_MICROSECONDS(time) 0 argument
46 #define TIME_SECONDS(time) (time) argument
47 #define TIME_INCREASE(time, microsecs) time += microsecs / 1000000 argument
48 #define TIME_SET(time, sec, microsec) time = sec argument
74 #define TIME_MICROSECONDS(time) (time).tv_usec argument
75 #define TIME_SECONDS(time) (time).tv_sec argument
76 #define TIME_INCREASE(time, microsecs) \ argument
77 ((time).tv_sec += ((microsecs) / 1000000) + \
78 ((time).tv_usec + (microsecs) % 1000000) / 1000000), \
[all …]
Dperf_obj.h46 TIME_STRUCT time, tempTime; /* last and current timestamp */ member
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
Dperf_print.c277 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time), in __print_Boundary()
316 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time), in __print_Buffer()
363 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time), in __print_Command()
388 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time), in __print_Create()
401 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time), in __print_Done()
416 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time), in __print_Log()
441 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time), in __print_SyncAV()
463 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time), in __print_ThreadCreated()
Dperf_log.c148 *me->puPtr++ = TIME_SECONDS(perf->time); in __PERF_LOG_create()
149 *me->puPtr++ = TIME_MICROSECONDS(perf->time); in __PERF_LOG_create()
172 delta = TIME_DELTA(perf->tempTime, perf->time); in __PERF_LOG_log_common()
177 TIME_COPY(perf->time, perf->tempTime); in __PERF_LOG_log_common()
Dperf_rt.c140 TIME_COPY(me->first_time, perf->time); in PERF_RT_create()
357 delay_add(dDelay, TIME_DELTA(perf->time, dDelay->last_timestamp)); in delay_delta()
359 TIME_COPY(dDelay->last_timestamp, perf->time); in delay_delta()
538 TIME_COPY(me->dRate[i].last_timestamp, perf->time); in __rt_Buffer()
539 TIME_COPY(me->dRate[i].last_reporting, perf->time); in __rt_Buffer()
547 int steps = TIME_DELTA(perf->time, me->dRate[i].last_reporting); in __rt_Buffer()
591 unsigned long delta = TIME_DELTA(perf->time, me->dRate[i].last_timestamp); in __rt_Buffer()
605 TIME_COPY(me->dRate[i].last_reporting, perf->time); in __rt_Buffer()
610 TIME_COPY(me->dRate[i].last_timestamp, perf->time); in __rt_Buffer()
680 me->dSTS->last_burst = TIME_DELTA(perf->time, me->dSTS->dBurst.last_timestamp); in __rt_Buffer()
[all …]
Dperf.c105 TIME_GET(me->time); in __PERF_common_Create()
106 TIME_COPY(me->tempTime, me->time); in __PERF_common_Create()
/hardware/intel/img/libdrm/libdrm/nouveau/
Dnouveau_notifier.c131 double time = 0, t_start = gettime(); in nouveau_notifier_wait_status() local
133 while (time <= timeout) { in nouveau_notifier_wait_status()
141 time = gettime() - t_start; in nouveau_notifier_wait_status()
/hardware/qcom/gps/core/
Dgps_extended.h48 uint32_t gap, uint32_t accu, uint32_t time, in LocPosMode()
52 preferred_accuracy(accu), preferred_time(time) { in LocPosMode()
/hardware/qcom/gps/msm8960/core/
Dgps_extended.h48 uint32_t gap, uint32_t accu, uint32_t time, in LocPosMode()
52 preferred_accuracy(accu), preferred_time(time) { in LocPosMode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Dcopymem8x4_v6.asm35 ;copy 1 byte each time
78 ;copy 4 bytes each time
103 ;copy 8 bytes each time
Dcopymem8x8_v6.asm35 ;copy 1 byte each time
78 ;copy 4 bytes each time
103 ;copy 8 bytes each time
Dcopymem16x16_v6.asm36 ;copy one byte each time
99 ;copy 4 bytes each time
132 ;copy 8 bytes each time
160 ;copy 16 bytes each time
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
DExynos_OSAL_ETC.c163 unsigned long sec, usec, time; in MeasureTime() local
173 time = sec * 1000000 + (usec); in MeasureTime()
175 return time; in MeasureTime()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dusage_dx.dox9 parameter controls the amount of time in microseconds the decoder should
11 \ref usage_postproc based on the amount of free CPU time. For more
53 is generally done only when there is enough spare CPU time to execute
58 automatically by the codec, depending on the amount of time remaining before
Dusage_cx.dox6 of time in microseconds the encoder should spend working on the frame. For
Dwebmenc.h33 unsigned int time; member
/hardware/intel/common/libwsbm/src/
Dwsbm_slabpool.c253 wsbmFreeTimeoutKBOsLocked(struct _WsbmSlabCache *cache, struct timeval *time) in wsbmFreeTimeoutKBOsLocked() argument
258 if (!wsbmTimeAfterEq(time, &cache->nextCheck)) in wsbmFreeTimeoutKBOsLocked()
264 if (!wsbmTimeAfterEq(time, &kbo->timeFreed)) in wsbmFreeTimeoutKBOsLocked()
272 cache->nextCheck = *time; in wsbmFreeTimeoutKBOsLocked()
286 struct timeval time; in wsbmSetKernelBOFree() local
289 gettimeofday(&time, NULL); in wsbmSetKernelBOFree()
290 timeFreed = time; in wsbmSetKernelBOFree()
301 wsbmFreeTimeoutKBOsLocked(cache, &time); in wsbmSetKernelBOFree()
1063 struct timeval time; in wsbmSlabCacheFinish() local
1065 time = cache->nextCheck; in wsbmSlabCacheFinish()
[all …]
/hardware/intel/common/libva/test/videoprocess/
Dprocess.cfg6 # blending and implicit format conversion(NV12<->YV12<->I420), each time only one
8 # multiply filters execution in one time. you can modify this configure to set the
/hardware/akm/AK8975_FS/libsensors/
DAkmSensor.cpp212 int64_t time = timevalToNano(event->time); in readEvents() local
216 mPendingEvents[j].timestamp = time; in readEvents()
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
DLocEngAdapter.h125 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty) in setTime() argument
127 return mLocApi->setTime(time, timeReference, uncertainty); in setTime()
Dloc.cpp64 static int loc_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty);
423 static int loc_inject_time(GpsUtcTime time, int64_t timeReference, int uncertainty) in loc_inject_time() argument
428 ret_val = loc_eng_inject_time(loc_afw_data, time, in loc_inject_time()
/hardware/invensense/60xx/libsensors_iio/
DCompassSensor.IIO.9150.cpp210 (int64_t)event->time.tv_sec * 1000000000L + event->time.tv_usec * 1000L; in processCompassEvent()
/hardware/qcom/gps/loc_api/libloc_api_50001/
DLocEngAdapter.h140 setTime(GpsUtcTime time, int64_t timeReference, int uncertainty) in setTime() argument
142 return mLocApi->setTime(time, timeReference, uncertainty); in setTime()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
DREADME18 this set the enable and disable sequences to last a random time. It is good
/hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
Dperf_reader.c113 TIME_SET(me->time, ulData1, ulData2); in PERF_Replay()
150 TIME_INCREASE(me->time, ulData0); in PERF_Replay()

12345