#include <stdlib.h>
#include <string.h>
#include <3ds.h>
Go to the source code of this file.
|
| Result | mvdstdSetConfig (mvdstdConfig *config) |
| |
| void | mvdstdGenerateDefaultConfig (mvdstdConfig *config, u32 input_width, u32 input_height, u32 output_width, u32 output_height, u32 *vaddr_colorconv_indata, u32 *vaddr_outdata0, u32 *vaddr_outdata1_colorconv) |
| |
| Result | mvdstdInit (mvdstdMode mode, mvdstdTypeInput input_type, mvdstdTypeOutput output_type, u32 size) |
| |
| Result | mvdstdShutdown () |
| |
| Result | mvdstdProcessFrame (mvdstdConfig *config, u32 *h264_vaddr_inframe, u32 h264_inframesize, u32 h264_frameid) |
| |
| void mvdstdGenerateDefaultConfig |
( |
mvdstdConfig * |
config, |
|
|
u32 |
input_width, |
|
|
u32 |
input_height, |
|
|
u32 |
output_width, |
|
|
u32 |
output_height, |
|
|
u32 * |
vaddr_colorconv_indata, |
|
|
u32 * |
vaddr_outdata0, |
|
|
u32 * |
vaddr_outdata1_colorconv |
|
) |
| |
Definition at line 92 of file mvd.c.
Definition at line 76 of file mvd.c.
Definition at line 9 of file mvd.c.