|
FFmpeg
|
#include <drm_fourcc.h>#include <pthread.h>#include <rockchip/mpp_buffer.h>#include <rockchip/rk_mpi.h>#include <time.h>#include <unistd.h>#include "avcodec.h"#include "decode.h"#include "internal.h"#include "libavutil/buffer.h"#include "libavutil/common.h"#include "libavutil/frame.h"#include "libavutil/hwcontext.h"#include "libavutil/hwcontext_drm.h"#include "libavutil/imgutils.h"#include "libavutil/log.h"Go to the source code of this file.
Data Structures | |
| struct | RKMPPDecoder |
| struct | RKMPPDecodeContext |
| struct | RKMPPFrameContext |
Macros | |
| #define | RECEIVE_FRAME_TIMEOUT 100 |
| #define | FRAMEGROUP_MAX_FRAMES 16 |
| #define | RKMPP_DEC_CLASS(NAME) |
| #define | RKMPP_DEC(NAME, ID, BSFS) |
Functions | |
| static MppCodingType | rkmpp_get_codingtype (AVCodecContext *avctx) |
| static uint32_t | rkmpp_get_frameformat (MppFrameFormat mppformat) |
| static int | rkmpp_write_data (AVCodecContext *avctx, uint8_t *buffer, int size, int64_t pts) |
| static int | rkmpp_close_decoder (AVCodecContext *avctx) |
| static void | rkmpp_release_decoder (void *opaque, uint8_t *data) |
| static int | rkmpp_init_decoder (AVCodecContext *avctx) |
| static int | rkmpp_send_packet (AVCodecContext *avctx, const AVPacket *avpkt) |
| static void | rkmpp_release_frame (void *opaque, uint8_t *data) |
| static int | rkmpp_retrieve_frame (AVCodecContext *avctx, AVFrame *frame) |
| static int | rkmpp_receive_frame (AVCodecContext *avctx, AVFrame *frame) |
| static void | rkmpp_flush (AVCodecContext *avctx) |
| #define RECEIVE_FRAME_TIMEOUT 100 |
Definition at line 40 of file rkmppdec.c.
Referenced by rkmpp_init_decoder().
| #define FRAMEGROUP_MAX_FRAMES 16 |
Definition at line 41 of file rkmppdec.c.
Referenced by rkmpp_init_decoder().
| #define RKMPP_DEC_CLASS | ( | NAME | ) |
Definition at line 567 of file rkmppdec.c.
| #define RKMPP_DEC | ( | NAME, | |
| ID, | |||
| BSFS | |||
| ) |
Definition at line 573 of file rkmppdec.c.
|
static |
Definition at line 66 of file rkmppdec.c.
Referenced by rkmpp_init_decoder().
|
static |
Definition at line 77 of file rkmppdec.c.
Referenced by rkmpp_retrieve_frame().
|
static |
Definition at line 88 of file rkmppdec.c.
Referenced by rkmpp_send_packet().
|
static |
Definition at line 123 of file rkmppdec.c.
Referenced by rkmpp_init_decoder().
Definition at line 130 of file rkmppdec.c.
Referenced by rkmpp_init_decoder().
|
static |
Definition at line 151 of file rkmppdec.c.
|
static |
Definition at line 268 of file rkmppdec.c.
Definition at line 306 of file rkmppdec.c.
Referenced by rkmpp_retrieve_frame().
|
static |
Definition at line 319 of file rkmppdec.c.
|
static |
Definition at line 511 of file rkmppdec.c.
|
static |
Definition at line 550 of file rkmppdec.c.
1.8.6