Grok 20.3.2
plugin_gpup_bridge.h File Reference
#include "grok.h"
#include "gpup/gpu_plugin_shared.h"
#include <cstring>

Go to the source code of this file.

Namespaces

namespace  grk
 ResWindow.

Macros

#define GPUP_TYPES_ONLY

Functions

void grk::grk_to_gpup_compress_params (const grk_cparameters *src, gpup_compress_params *dst)
void grk::grk_to_gpup_decompress_params (const grk_decompress_parameters *src, gpup_decompress_params *dst)
void grk::gpup_to_grk_header_info (const gpup_header_info *src, grk_header_info *dst)
void grk::grk_to_gpup_header_info (const grk_header_info *src, gpup_header_info *dst)
gpup_imagegrk::grk_to_gpup_image (const grk_image *src)
void grk::gpup_image_free_shell (gpup_image *img)
void grk::gpup_to_grk_image_shallow (const gpup_image *src, grk_image *dst)
grk_plugin_tilegrk::gpup_tile_to_grk (gpup_tile *src)
void grk::gpup_tile_update_grk (grk_plugin_tile *dst, gpup_tile *src)
void grk::grk_tile_sync_metadata_to_gpup (grk_plugin_tile *wrapper, gpup_tile *original)
void grk::grk_plugin_tile_free_wrapper (grk_plugin_tile *t)
gpup_tilegrk::grk_tile_to_gpup (grk_plugin_tile *src)
void grk::gpup_tile_free_wrapper (gpup_tile *t)
void grk::grk_to_gpup_stream_params (const grk_stream_params *src, gpup_stream_params *dst)
void grk::gpup_to_grk_stream_params (const gpup_stream_params *src, grk_stream_params *dst)

Macro Definition Documentation

◆ GPUP_TYPES_ONLY

#define GPUP_TYPES_ONLY