OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:time_s
(Results
1 - 1
of
1
) 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
...]
Completed in 75 milliseconds