OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interval_offset
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/cc/scheduler/
delay_based_time_source.cc
229
// |
interval_offset
| is the offset from |now| to the next multiple of
231
base::TimeDelta
interval_offset
= base::TimeDelta::FromInternalValue(
local
237
if (
interval_offset
.ToInternalValue() != 0 &&
239
interval_offset
+= new_interval;
242
base::TimeTicks new_tick_target = now +
interval_offset
;
248
<< ";
interval_offset
= " <<
interval_offset
.ToInternalValue();
/external/libyuv/files/include/libyuv/
planar_functions.h
220
//
interval_offset
should be a value between 0 and 255.
223
int scale, int interval_size, int
interval_offset
,
row.h
691
int
interval_offset
, int width);
693
int
interval_offset
, int width);
/external/libyuv/files/source/
planar_functions.cc
[
all
...]
row_common.cc
401
int
interval_offset
, int width) {
406
dst_argb[0] = (b * scale >> 16) * interval_size +
interval_offset
;
407
dst_argb[1] = (g * scale >> 16) * interval_size +
interval_offset
;
408
dst_argb[2] = (r * scale >> 16) * interval_size +
interval_offset
;
[
all
...]
row_posix.cc
[
all
...]
row_win.cc
[
all
...]
Completed in 104 milliseconds