OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:time_s
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vop.cpp
740
uint32 tmpvar,
time_s
;
local
748
time_s
= tmpvar * 3600;
752
time_s
+= tmpvar * 60;
759
time_s
+= tmpvar;
765
*time_base =
time_s
; /* 02/27/2002 */
767
// tmpvar =
time_s
- *time_base;
768
// if (tmpvar <= 60) *time_base =
time_s
;
[
all
...]
/external/chromium_org/chrome/installer/util/
google_update_settings.cc
334
std::wstring
time_s
;
local
335
if (!ReadGoogleUpdateStrKey(google_update::kRegLastRunTimeField, &
time_s
))
338
if (!base::StringToInt64(
time_s
, &time_i))
Completed in 119 milliseconds