|
Grok 15.1.0
|
#include <plugin_interface.h>
Public Member Functions | |
| PluginDecodeCallbackInfo () | |
| PluginDecodeCallbackInfo (std::string input, std::string output, grk_decompress_parameters *decompressorParameters, GRK_CODEC_FORMAT format, uint32_t flags) | |
Public Attributes | |
| size_t | device_id |
| GROK_INIT_DECOMPRESSORS | init_decompressors_func |
| std::string | inputFile |
| std::string | outputFile |
| GRK_CODEC_FORMAT | decod_format |
| GRK_SUPPORTED_FILE_FMT | cod_format |
| grk_object * | codec |
| grk_decompress_parameters * | decompressor_parameters |
| grk_header_info | header_info |
| grk_image * | image |
| bool | plugin_owns_image |
| grk_plugin_tile * | tile |
| int32_t | error_code |
| uint32_t | decompress_flags |
| void * | user_data |
|
inline |
References GRK_CODEC_UNK, and PluginDecodeCallbackInfo().
Referenced by PluginDecodeCallbackInfo().
|
inline |
References cod_format, codec, decod_format, decompress_flags, decompressor_parameters, device_id, error_code, GRK_FMT_UNK, header_info, image, init_decompressors_func, inputFile, outputFile, plugin_owns_image, tile, and user_data.
| GRK_SUPPORTED_FILE_FMT grk::PluginDecodeCallbackInfo::cod_format |
Referenced by grk_plugin_internal_decode_callback(), and PluginDecodeCallbackInfo().
| grk_object* grk::PluginDecodeCallbackInfo::codec |
Referenced by grk_plugin_internal_decode_callback(), and PluginDecodeCallbackInfo().
| GRK_CODEC_FORMAT grk::PluginDecodeCallbackInfo::decod_format |
Referenced by grk_plugin_internal_decode_callback(), and PluginDecodeCallbackInfo().
| uint32_t grk::PluginDecodeCallbackInfo::decompress_flags |
Referenced by grk_plugin_internal_decode_callback(), and PluginDecodeCallbackInfo().
| grk_decompress_parameters* grk::PluginDecodeCallbackInfo::decompressor_parameters |
Referenced by grk_plugin_internal_decode_callback(), and PluginDecodeCallbackInfo().
| size_t grk::PluginDecodeCallbackInfo::device_id |
Referenced by PluginDecodeCallbackInfo().
| int32_t grk::PluginDecodeCallbackInfo::error_code |
Referenced by PluginDecodeCallbackInfo().
| grk_header_info grk::PluginDecodeCallbackInfo::header_info |
Referenced by grk_plugin_internal_decode_callback(), and PluginDecodeCallbackInfo().
| grk_image* grk::PluginDecodeCallbackInfo::image |
Referenced by grk_plugin_internal_decode_callback(), and PluginDecodeCallbackInfo().
| GROK_INIT_DECOMPRESSORS grk::PluginDecodeCallbackInfo::init_decompressors_func |
Referenced by grk_plugin_internal_decode_callback(), and PluginDecodeCallbackInfo().
| std::string grk::PluginDecodeCallbackInfo::inputFile |
Referenced by grk_plugin_internal_decode_callback(), and PluginDecodeCallbackInfo().
| std::string grk::PluginDecodeCallbackInfo::outputFile |
Referenced by grk_plugin_internal_decode_callback(), and PluginDecodeCallbackInfo().
| bool grk::PluginDecodeCallbackInfo::plugin_owns_image |
Referenced by grk_plugin_internal_decode_callback(), and PluginDecodeCallbackInfo().
| grk_plugin_tile* grk::PluginDecodeCallbackInfo::tile |
Referenced by grk_plugin_internal_decode_callback(), and PluginDecodeCallbackInfo().
| void* grk::PluginDecodeCallbackInfo::user_data |
Referenced by PluginDecodeCallbackInfo().