| 433 | } |
| 434 | |
| 435 | static nvimgcodecStatus_t static_wait(void *instance, int device_id) { |
| 436 | auto *handle = static_cast<ImageDecoder<Backend> *>(instance); |
| 437 | return handle->wait(device_id); |
| 438 | } |
| 439 | |
| 440 | static int static_get_num_threads(void *instance) { |
| 441 | auto *handle = static_cast<ImageDecoder<Backend> *>(instance); |