|
FFmpeg
|
#include "config_components.h"#include "avcodec.h"#include "hwaccel_internal.h"#include "internal.h"#include "mpegutils.h"#include "mpegvideo.h"#include "nvdec.h"#include "decode.h"Go to the source code of this file.
Functions | |
| static int | nvdec_mpeg12_start_frame (AVCodecContext *avctx, const AVBufferRef *buffer_ref, const uint8_t *buffer, uint32_t size) |
| static int | nvdec_mpeg12_frame_params (AVCodecContext *avctx, AVBufferRef *hw_frames_ctx) |
|
static |
Definition at line 33 of file nvdec_mpeg12.c.
|
static |
Definition at line 98 of file nvdec_mpeg12.c.
1.8.17