Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/monoscope/
Dmonoscope.c54 int hh1 = (scope_height / 2) - 1; in colors_init() local
63 colors[hh1] = (40 << 16) + (75 << 8); in colors_init()
99 int hh1 = hh - 1; in monoscope_update() local
131 foo = CLAMP (foo, -hh1, hh1); in monoscope_update()
152 guint32 gray = stateptr->colors[hh1]; in monoscope_update()
/third_party/ffmpeg/libavformat/
Dsubviewerdec.c57 int hh1, mm1, ss1, ms1; in read_ts() local
62 &hh1, &mm1, &ss1, &ms1, &hh2, &mm2, &ss2, &ms2) == 8) { in read_ts()
65 &hh1, &mm1, &ss1, &ms1, &hh2, &mm2, &ss2, &ms2) == 8) { in read_ts()
69 &hh1, &mm1, &ss1, &ms1, &hh2, &mm2, &ss2, &ms2) == 8) { in read_ts()
73 *start = (hh1*3600LL + mm1*60LL + ss1) * 1000LL + ms1 * multiplier; in read_ts()
Dassenc.c162 int hh1, mm1, ss1, ms1; in write_packet() local
182 hh1 = (int)(start / 360000); mm1 = (int)(start / 6000) % 60; in write_packet()
186 if (hh1 > 9) hh1 = 9, mm1 = 59, ss1 = 59, ms1 = 99; in write_packet()
191 layer, hh1, mm1, ss1, ms1, hh2, mm2, ss2, ms2, p); in write_packet()
Dstldec.c56 int hh1, mm1, ss1, ms1; in get_pts() local
61 &hh1, &mm1, &ss1, &ms1, in get_pts()
63 int64_t start = (hh1*3600LL + mm1*60LL + ss1) * 100LL + ms1; in get_pts()
Dassdec.c65 int hh1, mm1, ss1, ms1; in read_dialogue() local
69 &hh1, &mm1, &ss1, &ms1, in read_dialogue()
79 *start = (hh1*3600LL + mm1*60LL + ss1) * 100LL + ms1; in read_dialogue()
Dsrtdec.c74 int hh1, mm1, ss1, ms1; in get_event_info() local
82 &hh1, &mm1, &ss1, &ms1, in get_event_info()
85 const int64_t start = (hh1*3600LL + mm1*60LL + ss1) * 1000LL + ms1; in get_event_info()