Searched refs:toffset (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | brstm.c | 105 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->ch_layout.nb_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->ch_layout.nb_channels + 1)); in read_header() 285 avio_skip(s->pb, pos + toffset in read_header() [all...] |
/third_party/openssl/test/ |
H A 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/libavcodec/ |
H A D | ylc.c | 288 int ret, x, y, toffset, boffset; in decode_frame() local 299 toffset = AV_RL32(buf + 8); in decode_frame() 300 if (toffset < 16 || toffset >= avpkt->size) in decode_frame() 304 if (toffset >= boffset || boffset >= avpkt->size) in decode_frame() 311 FFMAX(boffset - toffset, avpkt->size - boffset) in decode_frame() 316 memcpy(s->buffer, avpkt->data + toffset, boffset - toffset); in decode_frame() 317 memset(s->buffer + boffset - toffset, 0, AV_INPUT_BUFFER_PADDING_SIZE); in decode_frame() 320 (boffset - toffset in decode_frame() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | afir_template.c | 139 int toffset = 0; in convert_channels() local 156 const int remaining = s->nb_taps - toffset; in convert_channels() 161 coeff[coffset + n].re = time[toffset + n]; in convert_channels() 163 toffset += size; in convert_channels() 168 memcpy(blockin, time + toffset, size * sizeof(*blockin)); in convert_channels() 177 toffset += size; in convert_channels()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A 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/libinput/tools/ |
H A D | libinput-replay.py | 258 toffset = min(first_timestamps or [math.inf]) 265 d["__first_event_offset"] = toffset
|
/third_party/mesa3d/src/mesa/main/ |
H A D | varray.h | 37 int toffset; /* always zero */ member
|
H A D | glthread_varray.c | 680 (GLubyte *) pointer + layout.toffset); in _mesa_glthread_InterleavedArrays()
|
H A D | varray.c | 2716 (GLubyte *) pointer + layout.toffset ); in _mesa_InterleavedArrays()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
Completed in 12 milliseconds