![]() |
CRI Sofdec
Last Updated: 2025-10-30 19:19 p
|
VP9デコーダー用コンフィグ構造体 [詳解]
#include <cri_mana_vp9.h>
フィールド | |
| CriManaMallocFunc | mem_alloc_func |
| CriManaFreeFunc | mem_free_func |
| void * | mem_usr_obj |
| CriSint32 | thd_num_threads |
VP9デコーダー用コンフィグ構造体
| CriManaMallocFunc mem_alloc_func |
ムービー再生に必要なメモリ領域を確保する関数
| CriManaFreeFunc mem_free_func |
ムービー再生に必要なメモリ領域を解放する関数
| void* mem_usr_obj |
ムービー再生に必要なメモリ領域の確保、解放時に引数に渡すユーザーオブジェクト(任意)
| CriSint32 thd_num_threads |
デコード処理を行うスレッド数