Home
last modified time | relevance | path

Searched refs:current_pos (Results 1 – 25 of 41) sorted by relevance

12

/third_party/gstreamer/gstplugins_base/ext/ogg/
Dvorbis_parse.c117 unsigned char *current_pos = &op->packet[op->bytes - 1]; in gst_parse_vorbis_setup_packet() local
164 while (!((1 << --offset) & *current_pos)) { in gst_parse_vorbis_setup_packet()
167 current_pos -= 1; in gst_parse_vorbis_setup_packet()
179 current_pos -= 1; in gst_parse_vorbis_setup_packet()
181 if (((current_pos[-5] & ~((1 << (offset + 1)) - 1)) != 0) in gst_parse_vorbis_setup_packet()
183 current_pos[-4] != 0 in gst_parse_vorbis_setup_packet()
185 current_pos[-3] != 0 in gst_parse_vorbis_setup_packet()
187 current_pos[-2] != 0 in gst_parse_vorbis_setup_packet()
188 || ((current_pos[-1] & ((1 << (offset + 1)) - 1)) != 0) in gst_parse_vorbis_setup_packet()
195 current_pos -= 5; in gst_parse_vorbis_setup_packet()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/
Drwhelper.c48 int current_pos, done; in SDLVisualTest_RWHelperReadLine() local
77 for(current_pos = 0; in SDLVisualTest_RWHelperReadLine()
79 current_pos++) in SDLVisualTest_RWHelperReadLine()
81 str[current_pos] = ch; in SDLVisualTest_RWHelperReadLine()
82 if(current_pos >= size - 2) in SDLVisualTest_RWHelperReadLine()
84 current_pos++; in SDLVisualTest_RWHelperReadLine()
98 if(current_pos == 0) in SDLVisualTest_RWHelperReadLine()
102 if(current_pos == 0) in SDLVisualTest_RWHelperReadLine()
105 str[current_pos] = '\0'; in SDLVisualTest_RWHelperReadLine()
/third_party/boost/libs/wave/samples/real_positions/
Dcorrect_token_positions.hpp85 position_type current_pos(pos); in generated_token() local
93 pos.set_line(current_pos.get_line()+1); in generated_token()
101 pos.set_line(current_pos.get_line() + lines); in generated_token()
105 pos.set_column(current_pos.get_column() + in generated_token()
112 pos.set_column(current_pos.get_column() + v.size()); in generated_token()
117 token.set_corrected_position(current_pos); in generated_token()
/third_party/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbisenc.c603 unsigned char *current_pos = &op->packet[op->bytes - 1]; in parse_vorbis_codebooks_packet() local
650 while (!((1 << --offset) & *current_pos)) { in parse_vorbis_codebooks_packet()
653 current_pos -= 1; in parse_vorbis_codebooks_packet()
665 current_pos -= 1; in parse_vorbis_codebooks_packet()
667 if (((current_pos[-5] & ~((1 << (offset + 1)) - 1)) != 0) in parse_vorbis_codebooks_packet()
669 current_pos[-4] != 0 in parse_vorbis_codebooks_packet()
671 current_pos[-3] != 0 in parse_vorbis_codebooks_packet()
673 current_pos[-2] != 0 in parse_vorbis_codebooks_packet()
674 || ((current_pos[-1] & ((1 << (offset + 1)) - 1)) != 0) in parse_vorbis_codebooks_packet()
681 current_pos -= 5; in parse_vorbis_codebooks_packet()
[all …]
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstsparsefile.c69 gsize current_pos; member
153 result->current_pos = 0; in gst_sparse_file_new()
199 file->current_pos = 0; in gst_sparse_file_clear()
254 if (file->current_pos != offset) { in gst_sparse_file_write()
263 file->current_pos = offset + count; in gst_sparse_file_write()
339 if (file->current_pos != offset) { in gst_sparse_file_read()
341 file->current_pos, offset); in gst_sparse_file_read()
350 file->current_pos = offset + res; in gst_sparse_file_read()
353 *remaining = range->stop - file->current_pos; in gst_sparse_file_read()
Dgstfilesink.c258 filesink->current_pos = 0; in gst_file_sink_init()
378 sink->current_pos = 0; in gst_file_sink_open_file()
456 self->current_pos + self->current_buffer_size); in gst_file_sink_query()
523 gst_file_sink_get_current_offset (filesink, &filesink->current_pos); in gst_file_sink_do_seek()
561 if (filesink->current_pos + filesink->current_buffer_size != in gst_file_sink_event()
580 if (filesink->current_pos != 0 && filesink->seekable) { in gst_file_sink_event()
658 sink->current_pos); in gst_file_sink_render_buffers()
661 buffers, num_buffers, mem_nums, total_mems, &sink->current_pos, 0); in gst_file_sink_render_buffers()
777 sink->current_pos + sink->current_buffer_size); in gst_file_sink_render_list()
832 filesink->current_pos + filesink->current_buffer_size); in gst_file_sink_render()
Dgstfdsink.c170 fdsink->current_pos = 0; in gst_fd_sink_init()
204 gst_query_set_position (query, GST_FORMAT_BYTES, fdsink->current_pos); in gst_fd_sink_query()
255 sink->current_pos += bytes_written; in gst_fd_sink_render_buffers()
388 fdsink->current_pos = 0; in gst_fd_sink_start()
533 fdsink->current_pos = new_offset; in gst_fd_sink_do_seek()
536 "%" G_GUINT64_FORMAT, fdsink->fd, fdsink->current_pos); in gst_fd_sink_do_seek()
569 if (fdsink->current_pos != segment->start) { in gst_fd_sink_event()
Dgstfdsink.h62 guint64 current_pos; member
Dgstfilesink.h79 guint64 current_pos; member
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D1-5.c164 intptr_t stack_start, stack_end, current_pos; in threaded()
169 current_pos = (intptr_t) & ret; in threaded()
177 if ((stack_start > current_pos) || (current_pos > stack_end)) { in threaded()
/third_party/ffmpeg/libavformat/
Dsccdec.c82 int64_t current_pos, next_pos; in scc_read_header() local
89 current_pos = ff_text_pos(&tr); in scc_read_header()
141 sub->pos = current_pos; in scc_read_header()
145 current_pos = next_pos; in scc_read_header()
Dmxg.c103 unsigned int current_pos = mxg->buffer_ptr - mxg->buffer; in mxg_update_cache() local
109 if (current_pos > current_pos + cache_size) in mxg_update_cache()
113 current_pos + cache_size + in mxg_update_cache()
118 mxg->buffer_ptr = mxg->buffer + current_pos; in mxg_update_cache()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Draw_ostream.h98 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell()
297 virtual uint64_t current_pos() const = 0;
376 uint64_t current_pos() const override { return pos; } in current_pos() function
471 uint64_t current_pos() const override { return OS.size(); } in current_pos() function
499 uint64_t current_pos() const override;
526 uint64_t current_pos() const override;
Draw_os_ostream.h33 uint64_t current_pos() const override;
/third_party/boost/boost/pending/
Dmutable_queue.hpp109 size_type current_pos = index_array[get(id, x)]; in update() local
110 c[current_pos] = x; in update()
112 Node node(c.begin(), c.end(), c.begin() + current_pos, id); in update()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
Draw_ostream.h113 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell()
323 virtual uint64_t current_pos() const = 0;
420 uint64_t current_pos() const override { return pos; } in current_pos() function
524 uint64_t current_pos() const override { return OS.size(); } in current_pos() function
552 uint64_t current_pos() const override;
579 uint64_t current_pos() const override;
Draw_os_ostream.h32 uint64_t current_pos() const override;
Draw_sha1_ostream.h41 uint64_t current_pos() const override { return 0; } in current_pos() function
/third_party/uboot/u-boot-2020.01/scripts/kconfig/
Dzconf.l24 } current_pos; variable
105 current_pos.file = current_file;
106 current_pos.lineno = yylineno;
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlsdemux.c322 GstClockTime current_pos, target_pos, final_pos; in gst_hls_demux_seek() local
381 &current_pos); in gst_hls_demux_seek()
384 if (final_pos > current_pos) in gst_hls_demux_seek()
385 final_pos = current_pos; in gst_hls_demux_seek()
406 GstClockTime current_pos; in gst_hls_demux_stream_seek() local
412 current_pos = gst_m3u8_is_live (hls_stream->playlist) ? in gst_hls_demux_stream_seek()
427 if (current_pos >= ts) in gst_hls_demux_stream_seek()
429 if (snap_nearest && ts - current_pos < file->duration / 2) in gst_hls_demux_stream_seek()
434 GstClockTime next_pos = current_pos + file->duration; in gst_hls_demux_stream_seek()
439 } else if (current_pos <= ts && ts < current_pos + file->duration) { in gst_hls_demux_stream_seek()
[all …]
/third_party/curl/lib/vtls/
Dschannel_verify.c354 LPTSTR current_pos = NULL; in cert_get_name_string() local
420 current_pos = host_names; in cert_get_name_string()
449 *current_pos++ = (char)(*dns_w++); in cert_get_name_string()
451 *current_pos++ = '\0'; in cert_get_name_string()
456 *current_pos = '\0'; in cert_get_name_string()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_os_ostream.cpp30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } in current_pos() function in raw_os_ostream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Draw_os_ostream.cpp29 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } in current_pos() function in raw_os_ostream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCLinkerOptimizationHint.cpp49 uint64_t current_pos() const override { return Count; } in getEmitSize() function in MCLOHDirective::getEmitSize::raw_counting_ostream
/third_party/harfbuzz/src/
Dhb-repacker.hh477 unsigned current_pos = 0; in update_positions() local
481 v.start = current_pos; in update_positions()
482 current_pos += v.obj.tail - v.obj.head; in update_positions()
483 v.end = current_pos; in update_positions()

12