Home
last modified time | relevance | path

Searched refs:skipped_bytes (Results 1 – 25 of 81) sorted by relevance

1234

/dports/multimedia/dvbsnoop/dvbsnoop-1.4.50/src/dvb_api/
H A Ddmx_pes.c179 static long pes_SyncBufferRead (int fd, u_char *buf, u_long max_len, u_long *skipped_bytes);
270 u_long skipped_bytes = 0; in doReadPES() local
274 n = pes_SyncBufferRead (fd,buf,sizeof(buf), &skipped_bytes); in doReadPES()
303 if (skipped_bytes) { in doReadPES()
304 out_nl (3,"!!! %ld bytes skipped to get PS/PES sync!!!",skipped_bytes); in doReadPES()
305 out_SkipBuffer (8, skipped_bytes); in doReadPES()
400 *skipped_bytes = 0; in pes_SyncBufferRead()
418 *skipped_bytes -= 3; in pes_SyncBufferRead()
427 if ( (*skipped_bytes) < (sizeof(SkipBuffer)/sizeof(u_char)) ) { in pes_SyncBufferRead()
428 SkipBuffer[*skipped_bytes] = *b; in pes_SyncBufferRead()
[all …]
H A Ddmx_ts.c180 static long ts_SyncRead (int fd, u_char *buf, long max_buflen, long *skipped_bytes);
288 long skipped_bytes = 0; in doReadTS() local
295 n = ts_SyncRead (fd_dvr,buf,sizeof(buf), &skipped_bytes); in doReadTS()
296 b = buf+(skipped_bytes % TS_PACKET_LEN); in doReadTS()
324 if (skipped_bytes) { in doReadTS()
419 static long ts_SyncRead (int fd, u_char *buf, long max_buflen, long *skipped_bytes) in ts_SyncRead() argument
431 *skipped_bytes = 0; in ts_SyncRead()
443 *skipped_bytes += i; in ts_SyncRead()
/dports/multimedia/libde265/libde265-1.0.2/libde265/
H A Dnal-parser.cc34 : skipped_bytes(DE265_SKIPPED_BYTES_INITIAL_SIZE) in NAL_unit()
58 skipped_bytes.clear(); in clear()
102 skipped_bytes.push_back(pos); in insert_skipped_byte()
107 for (int k=skipped_bytes.size()-1;k>=0;k--) in num_skipped_bytes_before()
108 if (skipped_bytes[k]-headerLength <= byte_position) { in num_skipped_bytes_before()
H A Dnal-parser.h64 int num_skipped_bytes() const { return skipped_bytes.size(); } in num_skipped_bytes()
83 std::vector<int> skipped_bytes; // up to position[x], there were 'x' skipped bytes variable
/dports/graphics/digikam/digikam-7.4.0/core/libs/heifutils/libde265/
H A Dnal-parser.cc34 : skipped_bytes(DE265_SKIPPED_BYTES_INITIAL_SIZE) in NAL_unit()
58 skipped_bytes.clear(); in clear()
102 skipped_bytes.push_back(pos); in insert_skipped_byte()
107 for (int k=skipped_bytes.size()-1;k>=0;k--) in num_skipped_bytes_before()
108 if (skipped_bytes[k]-headerLength <= byte_position) { in num_skipped_bytes_before()
H A Dnal-parser.h64 int num_skipped_bytes() const { return skipped_bytes.size(); } in num_skipped_bytes()
83 std::vector<int> skipped_bytes; // up to position[x], there were 'x' skipped bytes variable
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dh2645_parse.c40 nal->skipped_bytes = 0; in ff_h2645_extract_rbsp()
112 nal->skipped_bytes++; in ff_h2645_extract_rbsp()
113 if (nal->skipped_bytes_pos_size < nal->skipped_bytes) { in ff_h2645_extract_rbsp()
115 av_assert0(nal->skipped_bytes_pos_size >= nal->skipped_bytes); in ff_h2645_extract_rbsp()
125 nal->skipped_bytes_pos[nal->skipped_bytes-1] = di - 1; in ff_h2645_extract_rbsp()
H A Dh2645_parse.h58 int skipped_bytes; member
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dscanners.rs900 let skipped_bytes = handler(&data[i..]); in scan_whitespace_with_newline_handler() localVariable
902 if skipped_bytes > 0 { in scan_whitespace_with_newline_handler()
904 *buffer_ix = i + skipped_bytes; in scan_whitespace_with_newline_handler()
907 i += skipped_bytes; in scan_whitespace_with_newline_handler()
934 let skipped_bytes = handler(&data[i..]); in scan_attribute_value() localVariable
936 if skipped_bytes > 0 { in scan_attribute_value()
938 *buffer_ix = i + skipped_bytes; in scan_attribute_value()
940 i += skipped_bytes; in scan_attribute_value()
1069 let skipped_bytes = handler(&data[i..]); in scan_html_block_inner() localVariable
1071 if skipped_bytes > 0 { in scan_html_block_inner()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dscanners.rs900 let skipped_bytes = handler(&data[i..]); in scan_whitespace_with_newline_handler() localVariable
902 if skipped_bytes > 0 { in scan_whitespace_with_newline_handler()
904 *buffer_ix = i + skipped_bytes; in scan_whitespace_with_newline_handler()
907 i += skipped_bytes; in scan_whitespace_with_newline_handler()
934 let skipped_bytes = handler(&data[i..]); in scan_attribute_value() localVariable
936 if skipped_bytes > 0 { in scan_attribute_value()
938 *buffer_ix = i + skipped_bytes; in scan_attribute_value()
940 i += skipped_bytes; in scan_attribute_value()
1069 let skipped_bytes = handler(&data[i..]); in scan_html_block_inner() localVariable
1071 if skipped_bytes > 0 { in scan_html_block_inner()
[all …]
/dports/editors/helix/helix-0.5.0/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dscanners.rs900 let skipped_bytes = handler(&data[i..]); in scan_whitespace_with_newline_handler() localVariable
902 if skipped_bytes > 0 { in scan_whitespace_with_newline_handler()
904 *buffer_ix = i + skipped_bytes; in scan_whitespace_with_newline_handler()
907 i += skipped_bytes; in scan_whitespace_with_newline_handler()
934 let skipped_bytes = handler(&data[i..]); in scan_attribute_value() localVariable
936 if skipped_bytes > 0 { in scan_attribute_value()
938 *buffer_ix = i + skipped_bytes; in scan_attribute_value()
940 i += skipped_bytes; in scan_attribute_value()
1069 let skipped_bytes = handler(&data[i..]); in scan_html_block_inner() localVariable
1071 if skipped_bytes > 0 { in scan_html_block_inner()
[all …]
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dscanners.rs900 let skipped_bytes = handler(&data[i..]); in scan_whitespace_with_newline_handler() localVariable
902 if skipped_bytes > 0 { in scan_whitespace_with_newline_handler()
904 *buffer_ix = i + skipped_bytes; in scan_whitespace_with_newline_handler()
907 i += skipped_bytes; in scan_whitespace_with_newline_handler()
934 let skipped_bytes = handler(&data[i..]); in scan_attribute_value() localVariable
936 if skipped_bytes > 0 { in scan_attribute_value()
938 *buffer_ix = i + skipped_bytes; in scan_attribute_value()
940 i += skipped_bytes; in scan_attribute_value()
1069 let skipped_bytes = handler(&data[i..]); in scan_html_block_inner() localVariable
1071 if skipped_bytes > 0 { in scan_html_block_inner()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dscanners.rs900 let skipped_bytes = handler(&data[i..]); in scan_whitespace_with_newline_handler() localVariable
902 if skipped_bytes > 0 { in scan_whitespace_with_newline_handler()
904 *buffer_ix = i + skipped_bytes; in scan_whitespace_with_newline_handler()
907 i += skipped_bytes; in scan_whitespace_with_newline_handler()
934 let skipped_bytes = handler(&data[i..]); in scan_attribute_value() localVariable
936 if skipped_bytes > 0 { in scan_attribute_value()
938 *buffer_ix = i + skipped_bytes; in scan_attribute_value()
940 i += skipped_bytes; in scan_attribute_value()
1069 let skipped_bytes = handler(&data[i..]); in scan_html_block_inner() localVariable
1071 if skipped_bytes > 0 { in scan_html_block_inner()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dscanners.rs900 let skipped_bytes = handler(&data[i..]); in scan_whitespace_with_newline_handler() localVariable
902 if skipped_bytes > 0 { in scan_whitespace_with_newline_handler()
904 *buffer_ix = i + skipped_bytes; in scan_whitespace_with_newline_handler()
907 i += skipped_bytes; in scan_whitespace_with_newline_handler()
934 let skipped_bytes = handler(&data[i..]); in scan_attribute_value() localVariable
936 if skipped_bytes > 0 { in scan_attribute_value()
938 *buffer_ix = i + skipped_bytes; in scan_attribute_value()
940 i += skipped_bytes; in scan_attribute_value()
1069 let skipped_bytes = handler(&data[i..]); in scan_html_block_inner() localVariable
1071 if skipped_bytes > 0 { in scan_html_block_inner()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/pulldown-cmark/src/
H A Dscanners.rs900 let skipped_bytes = handler(&data[i..]); in scan_whitespace_with_newline_handler() localVariable
902 if skipped_bytes > 0 { in scan_whitespace_with_newline_handler()
904 *buffer_ix = i + skipped_bytes; in scan_whitespace_with_newline_handler()
907 i += skipped_bytes; in scan_whitespace_with_newline_handler()
934 let skipped_bytes = handler(&data[i..]); in scan_attribute_value() localVariable
936 if skipped_bytes > 0 { in scan_attribute_value()
938 *buffer_ix = i + skipped_bytes; in scan_attribute_value()
940 i += skipped_bytes; in scan_attribute_value()
1069 let skipped_bytes = handler(&data[i..]); in scan_html_block_inner() localVariable
1071 if skipped_bytes > 0 { in scan_html_block_inner()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dh2645_parse.c40 nal->skipped_bytes = 0; in ff_h2645_extract_rbsp()
112 nal->skipped_bytes++; in ff_h2645_extract_rbsp()
113 if (nal->skipped_bytes_pos_size < nal->skipped_bytes) { in ff_h2645_extract_rbsp()
115 av_assert0(nal->skipped_bytes_pos_size >= nal->skipped_bytes); in ff_h2645_extract_rbsp()
125 nal->skipped_bytes_pos[nal->skipped_bytes-1] = di - 1; in ff_h2645_extract_rbsp()
H A Dh2645_parse.h64 int skipped_bytes; member
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dh2645_parse.c40 nal->skipped_bytes = 0; in ff_h2645_extract_rbsp()
112 nal->skipped_bytes++; in ff_h2645_extract_rbsp()
113 if (nal->skipped_bytes_pos_size < nal->skipped_bytes) { in ff_h2645_extract_rbsp()
115 av_assert0(nal->skipped_bytes_pos_size >= nal->skipped_bytes); in ff_h2645_extract_rbsp()
125 nal->skipped_bytes_pos[nal->skipped_bytes-1] = di - 1; in ff_h2645_extract_rbsp()
H A Dh2645_parse.h64 int skipped_bytes; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dh2645_parse.c40 nal->skipped_bytes = 0; in ff_h2645_extract_rbsp()
112 nal->skipped_bytes++; in ff_h2645_extract_rbsp()
113 if (nal->skipped_bytes_pos_size < nal->skipped_bytes) { in ff_h2645_extract_rbsp()
115 av_assert0(nal->skipped_bytes_pos_size >= nal->skipped_bytes); in ff_h2645_extract_rbsp()
125 nal->skipped_bytes_pos[nal->skipped_bytes-1] = di - 1; in ff_h2645_extract_rbsp()
H A Dh2645_parse.h64 int skipped_bytes; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dh2645_parse.c40 nal->skipped_bytes = 0; in ff_h2645_extract_rbsp()
112 nal->skipped_bytes++; in ff_h2645_extract_rbsp()
113 if (nal->skipped_bytes_pos_size < nal->skipped_bytes) { in ff_h2645_extract_rbsp()
115 av_assert0(nal->skipped_bytes_pos_size >= nal->skipped_bytes); in ff_h2645_extract_rbsp()
125 nal->skipped_bytes_pos[nal->skipped_bytes-1] = di - 1; in ff_h2645_extract_rbsp()
H A Dh2645_parse.h64 int skipped_bytes; member
/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Drockridge_read.c106 uint32_t block, nblocks, skipped_blocks, skipped_bytes; in susp_iter_next() local
110 skipped_bytes = skipped_blocks * BLOCK_SIZE; in susp_iter_next()
111 nblocks = DIV_UP(iter->ce_off - skipped_bytes + iter->ce_len, in susp_iter_next()
130 iter->base = iter->buffer + (iter->ce_off - skipped_bytes); in susp_iter_next()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/formats/mp2t/
H A Dmp2t_stream_parser.cc299 int skipped_bytes = TsPacket::Sync(ts_buffer, ts_buffer_size); in Parse() local
300 if (skipped_bytes > 0) { in Parse()
302 << " skipped_bytes=" << skipped_bytes; in Parse()
303 ts_byte_queue_.Pop(skipped_bytes); in Parse()

1234