CRI Sofdec
Last Updated: 2024-09-25 20:36 p
|
データ構造 | |
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デコーダー初期化パラメーターのセットアップ関数 [詳解] | |