Home
last modified time | relevance | path

Searched refs:ms1 (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavformat/
H A 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()
H A Dassenc.c162 int hh1, mm1, ss1, ms1; in write_packet() local
184 ss1 = (int)(start / 100) % 60; ms1 = (int)(start % 100); 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()
H A Dassdec.c57 int hh1, mm1, ss1, ms1; in read_dialogue() local
61 &hh1, &mm1, &ss1, &ms1, in read_dialogue()
71 *start = (hh1*3600LL + mm1*60LL + ss1) * 100LL + ms1; in read_dialogue()
H A Dsubviewerdec.c65 int hh1, mm1, ss1, ms1; in read_ts() local
71 &hh1, &mm1, &ss1, &ms1p1, &ms1, &ms1p2, &hh2, &mm2, &ss2, &ms2p1, &ms2, &ms2p2) == 8) { in read_ts()
78 *start = (hh1*3600LL + mm1*60LL + ss1) * 1000LL + ms1 * multiplier1; in read_ts()
H A 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()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c455 static const uint8_t ms1[1][2] = { { 0x8, 0x8 } }; in nv50_context_get_sample_position() local
479 case 1: ptr = ms1; break; in nv50_context_get_sample_position()
/third_party/ffmpeg/libavcodec/x86/
H A Dh264_deblock_10bit.asm159 %define ms1 [rsp+mmsize]
185 LUMA_DEBLOCK_ONE m1, m0, ms1
195 psubw m6, ms1
214 %define ms1 [rsp+mmsize]
273 LUMA_DEBLOCK_ONE m1, m0, ms1
283 psubw m6, ms1
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c595 static const uint8_t ms1[1][2] = { { 0x8, 0x8 } }; in nvc0_get_sample_locations() local
619 case 1: ptr = ms1; break; in nvc0_get_sample_locations()
/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.cc176 int32_t min1, int32_t s1, int32_t ms1, int32_t mus1, int32_t ns1,
259 int32_t ms1, int32_t mus1, int32_t ns1, int32_t h2, int32_t min2,
4101 int32_t min1, int32_t s1, int32_t ms1, int32_t mus1, int32_t ns1, in DifferenceISODateTime()
4109 // 1. Assert: y1, mon1, d1, h1, min1, s1, ms1, mus1, ns1, y2, mon2, d2, h2, in DifferenceISODateTime()
4119 // 3. Let timeDifference be ! DifferenceTime(h1, min1, s1, ms1, mus1, ns1, h2, in DifferenceISODateTime()
4122 isolate, h1, min1, s1, ms1, mus1, ns1, h2, min2, s2, ms2, mus2, ns2); in DifferenceISODateTime()
4580 int32_t s1, int32_t ms1, int32_t mus1, in DifferenceTime()
4585 // 1. Assert: h1, min1, s1, ms1, mus1, ns1, h2, min2, s2, ms2, mus2, and ns2 in DifferenceTime()
4594 // 5. Let milliseconds be ms2 − ms1. in DifferenceTime()
4595 dur.milliseconds = ms2 - ms1; in DifferenceTime()
4099 DifferenceISODateTime( Isolate* isolate, int32_t y1, int32_t mon1, int32_t d1, int32_t h1, int32_t min1, int32_t s1, int32_t ms1, int32_t mus1, int32_t ns1, int32_t y2, int32_t mon2, int32_t d2, int32_t h2, int32_t min2, int32_t s2, int32_t ms2, int32_t mus2, int32_t ns2, Handle<JSReceiver> calendar, Unit largest_unit, Handle<Object> options_obj, const char* method_name) DifferenceISODateTime() argument
4579 DifferenceTime(Isolate* isolate, int32_t h1, int32_t min1, int32_t s1, int32_t ms1, int32_t mus1, int32_t ns1, int32_t h2, int32_t min2, int32_t s2, int32_t ms2, int32_t mus2, int32_t ns2) DifferenceTime() argument
[all...]

Completed in 14 milliseconds