Searched refs:micros (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/debuganalyzer/util/
H A DTimeUtils.h16 int micros; member in struct:decomposed_bigtime
32 decomposed.micros = time % 1000000;
70 decomposed.micros);
/haiku/src/kits/media/
H A DTimeCode.cpp10 status_t us_to_timecode(bigtime_t micros, int * hours, int * minutes, int * seconds, int * frames, const timecode_info * code) argument
21 l_frames = int32((((micros % 1000000) * 29.97) / 1000000) + (micros / 1000000 * 29.97));
24 l_frames = int32((((micros % 1000000) * 29.95) / 1000000) + (micros / 1000000 * 29.95));
27 l_frames = (((micros % 1000000) * code->fps_div) / 1000000) + (micros / 1000000 * code->fps_div);
32 l_frames = int32((((micros % 1000000) * 29.97) / 1000000) + (micros / 1000000 * 29.97));
38 status_t timecode_to_us(int hours, int minutes, int seconds, int frames, bigtime_t * micros, cons argument
[all...]
/haiku/headers/os/media/
H A DTimeCode.h40 status_t us_to_timecode(bigtime_t micros, int* hours, int* minutes,
44 bigtime_t* micros, const timecode_info* code = NULL);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DBigtimeChartAxisLegendSource.cpp64 decomposed.micros);
/haiku/headers/os/device/
H A DCAM.h42 uint32 micros; /* operation time in microseconds (4294s max) */ member in struct:__anon186

Completed in 48 milliseconds