HomeSort by relevance Sort by last modified time
    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 293 std::wstring time_s; local
294 if (!ReadGoogleUpdateStrKey(google_update::kRegLastRunTimeField, &time_s))
297 if (!base::StringToInt64(time_s, &time_i))

Completed in 55 milliseconds