OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:time_s
(Results
1 - 2
of
2
) sorted by null
/external/opencore/codecs_v2/video/m4v_h263/dec/src/
vop.cpp
741
uint32 tmpvar,
time_s
;
local
749
time_s
= tmpvar * 3600;
753
time_s
+= tmpvar * 60;
760
time_s
+= tmpvar;
766
*time_base =
time_s
; /* 02/27/2002 */
768
// tmpvar =
time_s
- *time_base;
769
// if (tmpvar <= 60) *time_base =
time_s
;
[
all
...]
/frameworks/base/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 114 milliseconds