CRI Sofdec  Last Updated: 2024-04-17 11:21 p
cri_mana_vp9.h ファイル
#include <cri_xpt.h>
#include <cri_mana.h>

データ構造

struct  CriManaVp9DecoderConfig
 VP9デコーダー用コンフィグ構造体 [詳解]
 

マクロ定義

#define criMana_SetDefaultVp9DecoderConfig(p_config)
 VP9ムービー用デコーダーコンフィグ構造体にデフォルト値をセット [詳解]
 

関数

CriSint32 criMana_CalculateVp9DecoderWorkSize (const CriManaVp9DecoderConfig *config)
 VP9デコーダー初期化用ワークサイズ計算関数 [詳解]
 
void criMana_SetupVp9Decoder (const CriManaVp9DecoderConfig *config, void *work, CriSint32 work_size)
 VP9デコーダー初期化パラメーターのセットアップ関数 [詳解]