Home
last modified time | relevance | path

Searched defs:DecoderSettings (Results 1 – 16 of 16) sorted by relevance

/dports/multimedia/libgav1/libgav1-0.17.0/src/gav1/
H A Ddecoder_settings.h99 struct DecoderSettings { struct
103 int threads = 1;
107 bool frame_parallel = false;
112 bool blocking_dequeue = false;
118 GetFrameBufferCallback get_frame_buffer = nullptr;
120 ReleaseFrameBufferCallback release_frame_buffer = nullptr;
123 ReleaseInputBufferCallback release_input_buffer = nullptr;
125 void* callback_private_data = nullptr;
128 bool output_all_layers = false;
130 int operating_point = 0;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/gav1/
H A Ddecoder_settings.h98 struct DecoderSettings { struct
102 int threads = 1;
106 bool frame_parallel = false;
111 bool blocking_dequeue = false;
117 GetFrameBufferCallback get_frame_buffer = nullptr;
119 ReleaseFrameBufferCallback release_frame_buffer = nullptr;
121 ReleaseInputBufferCallback release_input_buffer = nullptr;
123 void* callback_private_data = nullptr;
126 bool output_all_layers = false;
128 int operating_point = 0;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/gav1/
H A Ddecoder_settings.h93 struct DecoderSettings { struct
98 int threads = 1;
103 bool frame_parallel = false;
108 bool blocking_dequeue = false;
112 FrameBufferSizeChangedCallback on_frame_buffer_size_changed = nullptr;
114 GetFrameBufferCallback get_frame_buffer = nullptr;
116 ReleaseFrameBufferCallback release_frame_buffer = nullptr;
118 ReleaseInputBufferCallback release_input_buffer = nullptr;
120 void* callback_private_data = nullptr;
129 uint8_t post_filter_mask = 0x1f;
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/
H A Djwx.go31 func DecoderSettings(options ...JSONOption) { func
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/
H A Djwx.go31 func DecoderSettings(options ...JSONOption) { func
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/internal/json/
H A Djson.go16 func DecoderSettings(inUseNumber bool) { func
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/internal/json/
H A Djson.go16 func DecoderSettings(inUseNumber bool) { func
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/lodepng-2.5.0/src/
H A Dffi.rs246 pub struct DecoderSettings { struct
248 pub zlibsettings: DecompressSettings,
250 pub ignore_crc: c_uint,
251 pub color_convert: c_uint,
252 pub read_text_chunks: c_uint,
253 pub remember_unknown_chunks: c_uint,
765 pub unsafe extern "C" fn lodepng_decoder_settings_init(settings: *mut DecoderSettings) { in lodepng_decoder_settings_init()
H A Dlib.rs1119 impl DecoderSettings { impl
1125 impl Default for DecoderSettings { implementation
H A Drustimpl.rs3041 pub fn lodepng_inspect(decoder: &DecoderSettings, inp: &[u8]) -> Result<(Info, usize, usize), Error… in lodepng_inspect()
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/lodepng-3.4.6/src/
H A Dffi.rs325 pub struct DecoderSettings { struct
327 pub zlibsettings: DecompressSettings,
329 pub ignore_crc: bool,
330 pub color_convert: bool,
331 pub read_text_chunks: bool,
332 pub remember_unknown_chunks: bool,
866 pub unsafe extern "C" fn lodepng_decoder_settings_init(settings: *mut DecoderSettings) { in lodepng_decoder_settings_init()
H A Dlib.rs1115 impl DecoderSettings { impl
1122 impl Default for DecoderSettings { implementation
H A Drustimpl.rs1994 pub fn lodepng_inspect(decoder: &DecoderSettings, inp: &[u8], read_chunks: bool) -> Result<(Info, u… in lodepng_inspect()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/lodepng-3.4.7/src/
H A Dffi.rs327 pub struct DecoderSettings { struct
329 pub zlibsettings: DecompressSettings,
331 pub ignore_crc: bool,
332 pub color_convert: bool,
333 pub read_text_chunks: bool,
334 pub remember_unknown_chunks: bool,
868 pub unsafe extern "C" fn lodepng_decoder_settings_init(settings: *mut DecoderSettings) { in lodepng_decoder_settings_init()
H A Dlib.rs1115 impl DecoderSettings { implementation
1122 impl Default for DecoderSettings { implementation
H A Drustimpl.rs1994 pub fn lodepng_inspect(decoder: &DecoderSettings, inp: &[u8], read_chunks: bool) -> Result<(Info, u… in lodepng_inspect()