Home
last modified time | relevance | path

Searched refs:decoded_offset (Results 1 – 25 of 67) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/blink/
H A Dvideo_decode_stats_reporter_unittest.cc402 uint32_t decoded_offset = pipeline_decoded_frames_; in TEST_F() local
421 uint32_t decoded_offset = pipeline_decoded_frames_; in TEST_F() local
449 uint32_t decoded_offset = pipeline_decoded_frames_; in TEST_F() local
474 decoded_offset = pipeline_decoded_frames_; in TEST_F()
486 uint32_t decoded_offset = pipeline_decoded_frames_; in TEST_F() local
520 uint32_t decoded_offset = pipeline_decoded_frames_; in TEST_F() local
545 decoded_offset = pipeline_decoded_frames_; in TEST_F()
604 uint32_t decoded_offset = 0; in TEST_F() local
629 decoded_offset = pipeline_decoded_frames_; in TEST_F()
775 decoded_offset = pipeline_decoded_frames_; in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/blink/
H A Dvideo_decode_stats_reporter_unittest.cc402 uint32_t decoded_offset = pipeline_decoded_frames_; in TEST_F() local
421 uint32_t decoded_offset = pipeline_decoded_frames_; in TEST_F() local
449 uint32_t decoded_offset = pipeline_decoded_frames_; in TEST_F() local
474 decoded_offset = pipeline_decoded_frames_; in TEST_F()
486 uint32_t decoded_offset = pipeline_decoded_frames_; in TEST_F() local
520 uint32_t decoded_offset = pipeline_decoded_frames_; in TEST_F() local
545 decoded_offset = pipeline_decoded_frames_; in TEST_F()
604 uint32_t decoded_offset = 0; in TEST_F() local
629 decoded_offset = pipeline_decoded_frames_; in TEST_F()
775 decoded_offset = pipeline_decoded_frames_; in TEST_F()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/base64-0.13.0/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/base64-0.13.0/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/base64-0.12.3/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/base64-0.12.3/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/base64-0.13.0/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/base64-0.13.0/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/base64-0.12.3/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/base64-0.13.0/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/base64-0.12.3/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/base64-0.12.3/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()
/dports/shells/nsh/nsh-0.4.2/cargo-crates/base64-0.13.0/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/base64-0.12.3/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/base64-0.13.0/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()
/dports/net/routinator/routinator-0.10.2/cargo-crates/base64-0.13.0/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/base64-0.13.0/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/base64-0.12.3/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/base64-0.13.0/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()
/dports/www/rearx/rearx-0.1.4/cargo-crates/base64-0.13.0/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/base64-0.12.3/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/base64-0.12.3/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/base64-0.13.0/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/base64-0.12.3/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/base64-0.13.0/src/read/
H A Ddecoder.rs50 decoded_offset: usize, field
64 .field("decoded_offset", &self.decoded_offset) in fmt()
81 decoded_offset: 0, in new()
99 &self.decoded_buffer[self.decoded_offset..self.decoded_offset + copy_len], in flush_decoded_buf()
102 self.decoded_offset += copy_len; in flush_decoded_buf()
190 self.decoded_offset <= DECODED_CHUNK_SIZE in read()
192 self.decoded_offset < DECODED_CHUNK_SIZE in read()
199 debug_assert!(self.decoded_len + self.decoded_offset <= DECODED_CHUNK_SIZE); in read()
254 self.decoded_offset = 0; in read()

123