OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:time_sec
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/modules/videoio/test/
test_framecount.cpp
58
const int
time_sec
= 5, fps = 25;
local
100
i+1, ext[i].c_str(),
time_sec
*fps, FrameCount, framecount);
102
if( (FrameCount != cvRound(
time_sec
*fps) ||
test_ffmpeg.cpp
80
const double
time_sec
= 1;
local
145
const int coeff = cvRound(min(frame_s.width, frame_s.height)/(fps0 *
time_sec
));
147
for (int i = 0 ; i < static_cast<int>(fps *
time_sec
); i++ )
151
Scalar::all(255 * (1.0 - static_cast<double>(i) / (fps *
time_sec
* 2) )), -1);
/external/boringssl/src/crypto/
time_support.c
145
int
time_sec
, time_year, time_month, time_day;
local
149
if (!julian_adj(tm, off_day, offset_sec, &time_jd, &
time_sec
)) {
167
tm->tm_hour =
time_sec
/ 3600;
168
tm->tm_min = (
time_sec
/ 60) % 60;
169
tm->tm_sec =
time_sec
% 60;
/external/v8/src/
date.cc
192
void DateCache::ExtendTheAfterSegment(int
time_sec
, int offset_ms) {
194
after_->start_sec <=
time_sec
+ kDefaultDSTDeltaInSec &&
195
time_sec
<= after_->end_sec) {
197
after_->start_sec =
time_sec
;
204
after_->start_sec =
time_sec
;
205
after_->end_sec =
time_sec
;
213
int
time_sec
= (time_ms >= 0 && time_ms <= kMaxEpochTimeInMs)
local
228
if (before_->start_sec <=
time_sec
&&
229
time_sec
<= before_->end_sec) {
235
ProbeDST(
time_sec
);
[
all
...]
/external/fio/
verify.h
67
unsigned long
time_sec
;
member in struct:vhdr_meta
Completed in 3785 milliseconds