Searched refs:toffset (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | ylc.c | 290 int ret, x, y, toffset, boffset; in decode_frame() local 302 toffset = AV_RL32(buf + 8); in decode_frame() 303 if (toffset < 16 || toffset >= avpkt->size) in decode_frame() 307 if (toffset >= boffset || boffset >= avpkt->size) in decode_frame() 314 FFMAX(boffset - toffset, avpkt->size - boffset) in decode_frame() 319 memcpy(s->buffer, avpkt->data + toffset, boffset - toffset); in decode_frame() 320 memset(s->buffer + boffset - toffset, 0, AV_INPUT_BUFFER_PADDING_SIZE); in decode_frame() 323 (boffset - toffset + 3) >> 2); in decode_frame() 324 if ((ret = init_get_bits8(&gb, s->buffer, boffset - toffset)) < 0) in decode_frame()
|
/third_party/openssl/test/ |
D | gmdifftest.c | 26 long toffset; in check_time() local 44 toffset = (long)off_day * SECS_PER_DAY + off_sec; in check_time() 45 if (!TEST_long_eq(offset, toffset)) in check_time()
|
/third_party/ffmpeg/libavformat/ |
D | brstm.c | 104 int64_t h1offset, pos, toffset; in read_header() local 191 toffset = read32(s) + 16LL; in read_header() 192 if (toffset > size) in read_header() 266 avio_skip(s->pb, pos + toffset - avio_tell(s->pb)); in read_header() 268 toffset = read32(s) + 16LL; in read_header() 270 toffset = toffset + read32(s) + st->codecpar->channels * 8 - 8; in read_header() 271 if (toffset > size) in read_header() 275 avio_skip(s->pb, pos + toffset - avio_tell(s->pb) - 8LL * (st->codecpar->channels + 1)); in read_header() 285 avio_skip(s->pb, pos + toffset - avio_tell(s->pb)); in read_header()
|
/third_party/libinput/tools/ |
D | libinput-replay | 172 toffset = min([first_timestamp(d) for d in devices]) 179 d['__first_event_offset'] = toffset
|
D | libinput-replay.py | 258 toffset = min(first_timestamps or [math.inf]) 265 d["__first_event_offset"] = toffset
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_valtable.cpp | 376 unsigned toffset = 0; in delete_all() local 382 toffset += aligned_elt_size; in delete_all() 383 if (toffset >= total_size) in delete_all()
|
/third_party/ffmpeg/libavfilter/ |
D | af_afir.c | 551 int toffset = 0; in convert_coeffs() local 568 const int remaining = s->nb_taps - toffset; in convert_coeffs() 573 coeff[coffset + n].re = time[toffset + n]; in convert_coeffs() 575 toffset += size; in convert_coeffs() 580 memcpy(block, time + toffset, size * sizeof(*block)); in convert_coeffs() 593 toffset += size; in convert_coeffs()
|
/third_party/mesa3d/src/mesa/main/ |
D | varray.h | 37 int toffset; /* always zero */ member
|
D | glthread_varray.c | 680 (GLubyte *) pointer + layout.toffset); in _mesa_glthread_InterleavedArrays()
|
D | varray.c | 2716 (GLubyte *) pointer + layout.toffset ); in _mesa_InterleavedArrays()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStrUtilImpl.inl | 4716 s << "\toffset = " << value.offset << '\n'; 4750 s << "\toffset = " << value.offset << '\n'; 5220 s << "\toffset = " << value.offset << '\n'; 5293 s << "\toffset = " << value.offset << '\n'; 5419 s << "\toffset = " << value.offset << '\n'; 5450 s << "\toffset = " << value.offset << '\n'; 5513 s << "\toffset = " << value.offset << '\n'; 5574 s << "\toffset = " << value.offset << '\n'; 5784 s << "\toffset = " << value.offset << '\n'; 5849 s << "\toffset = " << value.offset << '\n'; [all …]
|