[h265e]: add h265 encoder code

Change-Id: I08350dc76d3040bc1a16a3d8234f836f5fbf69d0
Signed-off-by: Ding Wei <leo.ding@rock-chips.com>
This commit is contained in:
Ding Wei
2018-09-13 15:47:08 +08:00
committed by Herman Chen
parent 4553fac11e
commit 3e5ad4fed3
26 changed files with 4968 additions and 4 deletions

View File

@@ -92,7 +92,14 @@ typedef enum VPU_API_CMD {
VPU_API_GET_FRAME_INFO,
VPU_API_SET_OUTPUT_BLOCK,
VPU_API_GET_EOS_STATUS,
VPU_API_SET_IMMEDIATE_OUT = 0x1000,
VPU_API_ENC_VEPU22_START = 0x2000,
VPU_API_ENC_SET_VEPU22_CFG,
VPU_API_ENC_GET_VEPU22_CFG,
VPU_API_ENC_SET_VEPU22_CTU_QP,
VPU_API_ENC_SET_VEPU22_ROI,
} VPU_API_CMD;
typedef struct {