Searched refs:hh2 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dassenc.c73 int hh2, mm2, ss2, ms2; local
80 hh2 = (int)(end / 360000); mm2 = (int)(end / 6000) % 60;
84 if (hh2 > 9) hh2 = 9, mm2 = 59, ss2 = 59, ms2 = 99;
86 layer, hh1, mm1, ss1, ms1, hh2, mm2, ss2, ms2, p);
H A Dassdec.c56 int hh2, mm2, ss2, ms2; local
60 &hh2, &mm2, &ss2, &ms2) == 8) {
61 end = (hh2*3600LL + mm2*60LL + ss2) * 100LL + ms2;
H A Dsrtdec.c59 int hh2, mm2, ss2, ms2; local
63 &hh2, &mm2, &ss2, &ms2,
66 int64_t end = (hh2*3600LL + mm2*60LL + ss2) * 1000LL + ms2;
H A Dsubviewerdec.c57 int hh2, mm2, ss2, ms2; local
60 &hh1, &mm1, &ss1, &ms1, &hh2, &mm2, &ss2, &ms2) == 8) {
61 end = (hh2*3600LL + mm2*60LL + ss2) * 100LL + ms2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvms.c5039 unsigned dy, mo, yr, hh, mm, ss, dy2, mo2, yr2, hh2, mm2, ss2;
5102 hh2 = (unsigned)(t->tm_hour);
5117 hh2 = (G.lrec.last_mod_dos_datetime >> 11) & 0x1f;
5146 if (hh > hh2)
5148 else if (hh < hh2)

Completed in 136 milliseconds