Home
last modified time | relevance | path

Searched refs:time_s (Results 1 – 1 of 1) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dvop.cpp741 uint32 tmpvar, time_s; in DecodeGOVHeader() local
749 time_s = tmpvar * 3600; in DecodeGOVHeader()
753 time_s += tmpvar * 60; in DecodeGOVHeader()
760 time_s += tmpvar; in DecodeGOVHeader()
766 *time_base = time_s; /* 02/27/2002 */ in DecodeGOVHeader()