Home
last modified time | relevance | path

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

12

/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Src/
H A Drun_length_encoder.cpp47 output_capacity = 0; in clean()
66 output_capacity = iRecordSize * 32; in initialise()
68 output = new (std::nothrow) uint32_t[output_capacity]; in initialise()
164 if (output_capacity - output_size <= iObjSize) { in move_object_to_output()
165 size_t iNewSize = (output_capacity + iObjSize) * 2; in move_object_to_output()
177 output_capacity = iNewSize; in move_object_to_output()
H A Drun_length_encoder.h96 size_t output_capacity; variable
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/async-compression-0.3.8/src/stream/generic/
H A Dencoder.rs74 let output_capacity = output.written().len() + OUTPUT_BUFFER_SIZE; in poll_next() localVariable
75 output.get_mut().resize(output_capacity, 0); in poll_next()
H A Ddecoder.rs86 let output_capacity = output.written().len() + OUTPUT_BUFFER_SIZE; in poll_next() localVariable
87 output.get_mut().resize(output_capacity, 0); in poll_next()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/async-compression-0.3.8/src/stream/generic/
H A Dencoder.rs74 let output_capacity = output.written().len() + OUTPUT_BUFFER_SIZE; in poll_next() localVariable
75 output.get_mut().resize(output_capacity, 0); in poll_next()
H A Ddecoder.rs86 let output_capacity = output.written().len() + OUTPUT_BUFFER_SIZE; in poll_next() localVariable
87 output.get_mut().resize(output_capacity, 0); in poll_next()
/dports/net-im/fractal/fractal-4.4.0/vendor/async-compression/src/stream/generic/
H A Dencoder.rs74 let output_capacity = output.written().len() + OUTPUT_BUFFER_SIZE; in poll_next() localVariable
75 output.get_mut().resize(output_capacity, 0); in poll_next()
H A Ddecoder.rs86 let output_capacity = output.written().len() + OUTPUT_BUFFER_SIZE; in poll_next() localVariable
87 output.get_mut().resize(output_capacity, 0); in poll_next()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/async-compression-0.3.8/src/stream/generic/
H A Dencoder.rs74 let output_capacity = output.written().len() + OUTPUT_BUFFER_SIZE; in poll_next() localVariable
75 output.get_mut().resize(output_capacity, 0); in poll_next()
H A Ddecoder.rs86 let output_capacity = output.written().len() + OUTPUT_BUFFER_SIZE; in poll_next() localVariable
87 output.get_mut().resize(output_capacity, 0); in poll_next()
/dports/www/xh/xh-0.14.1/cargo-crates/async-compression-0.3.8/src/stream/generic/
H A Dencoder.rs74 let output_capacity = output.written().len() + OUTPUT_BUFFER_SIZE; in poll_next() localVariable
75 output.get_mut().resize(output_capacity, 0); in poll_next()
H A Ddecoder.rs86 let output_capacity = output.written().len() + OUTPUT_BUFFER_SIZE; in poll_next() localVariable
87 output.get_mut().resize(output_capacity, 0); in poll_next()
/dports/www/monolith/monolith-2.6.1/cargo-crates/async-compression-0.3.8/src/stream/generic/
H A Dencoder.rs74 let output_capacity = output.written().len() + OUTPUT_BUFFER_SIZE; in poll_next() localVariable
75 output.get_mut().resize(output_capacity, 0); in poll_next()
H A Ddecoder.rs86 let output_capacity = output.written().len() + OUTPUT_BUFFER_SIZE; in poll_next() localVariable
87 output.get_mut().resize(output_capacity, 0); in poll_next()
/dports/audio/fasttracker2/ft2-clone-1.49/src/libflac/
H A Dstream_decoder.c130 uint32_t output_capacity, output_channels; member
272 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_new()
591 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_finish()
1075 if(size <= decoder->private_->output_capacity && channels <= decoder->private_->output_channels) in allocate_output_()
1112 decoder->private_->output_capacity = size; in allocate_output_()
/dports/games/libretro-tyrquake/tyrquake-e76477d/deps/libFLAC/
H A Dstream_decoder.c155 unsigned output_capacity, output_channels; member
302 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_new()
695 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_finish()
1299 if(size <= decoder->private_->output_capacity && channels <= decoder->private_->output_channels) in allocate_output_()
1339 decoder->private_->output_capacity = size; in allocate_output_()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/src/libFLAC/
H A Dstream_decoder.c143 unsigned output_capacity, output_channels; member
288 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_new()
667 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_finish()
1271 if(size <= decoder->private_->output_capacity && channels <= decoder->private_->output_channels) in allocate_output_()
1308 decoder->private_->output_capacity = size; in allocate_output_()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libFLAC/
H A Dstream_decoder.c155 unsigned output_capacity, output_channels; member
302 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_new()
695 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_finish()
1299 if(size <= decoder->private_->output_capacity && channels <= decoder->private_->output_channels) in allocate_output_()
1339 decoder->private_->output_capacity = size; in allocate_output_()
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/core/cd_hw/libchdr/deps/libFLAC/
H A Dstream_decoder.c143 unsigned output_capacity, output_channels; member
288 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_new()
667 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_finish()
1271 if(size <= decoder->private_->output_capacity && channels <= decoder->private_->output_channels) in allocate_output_()
1308 decoder->private_->output_capacity = size; in allocate_output_()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_formats/codecs/flac/libFLAC/
H A Dstream_decoder.c150 unsigned output_capacity, output_channels; member
297 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_new()
681 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_finish()
1287 if(size <= decoder->private_->output_capacity && channels <= decoder->private_->output_channels) in allocate_output_()
1324 decoder->private_->output_capacity = size; in allocate_output_()
/dports/games/retroarch/RetroArch-1.9.7/deps/libFLAC/
H A Dstream_decoder.c146 unsigned output_capacity, output_channels; member
291 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_new()
670 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_finish()
1274 if(size <= decoder->private_->output_capacity && channels <= decoder->private_->output_channels) in allocate_output_()
1311 decoder->private_->output_capacity = size; in allocate_output_()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/flac-1.3.3/src/
H A Dstream_decoder.c143 uint32_t output_capacity, output_channels; member
288 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_new()
666 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_finish()
1267 if(size <= decoder->private_->output_capacity && channels <= decoder->private_->output_channels) in allocate_output_()
1304 decoder->private_->output_capacity = size; in allocate_output_()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/flac-1.3.2/src/libFLAC/
H A Dstream_decoder.c143 unsigned output_capacity, output_channels; member
288 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_new()
667 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_finish()
1271 if(size <= decoder->private_->output_capacity && channels <= decoder->private_->output_channels) in allocate_output_()
1308 decoder->private_->output_capacity = size; in allocate_output_()
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/core/cd_hw/libchdr/deps/libFLAC/
H A Dstream_decoder.c143 unsigned output_capacity, output_channels; member
288 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_new()
667 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_finish()
1271 if(size <= decoder->private_->output_capacity && channels <= decoder->private_->output_channels) in allocate_output_()
1308 decoder->private_->output_capacity = size; in allocate_output_()
/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/deps/flac-1.3.3/src/
H A Dstream_decoder.c143 uint32_t output_capacity, output_channels; member
288 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_new()
666 decoder->private_->output_capacity = 0; in FLAC__stream_decoder_finish()
1267 if(size <= decoder->private_->output_capacity && channels <= decoder->private_->output_channels) in allocate_output_()
1304 decoder->private_->output_capacity = size; in allocate_output_()

12