[jpege]: add jpeg encoder basic flow

Change-Id: I9227008e5c46ddca27df1e807e96813e57e1bb34
Signed-off-by: herman.chen <herman.chen@rock-chips.com>
This commit is contained in:
herman.chen
2016-09-02 08:33:35 +08:00
committed by Herman Chen
parent 6b744430b4
commit f54382264e
14 changed files with 384 additions and 9 deletions

View File

@@ -45,6 +45,7 @@ static MppCodingTypeInfo support_list[] = {
{ MPP_CTX_DEC, MPP_VIDEO_CodingAVS, "dec", "avs+", },
{ MPP_CTX_DEC, MPP_VIDEO_CodingMJPEG, "dec", "jpeg", },
{ MPP_CTX_ENC, MPP_VIDEO_CodingAVC, "enc", "h.264/AVC", },
{ MPP_CTX_ENC, MPP_VIDEO_CodingMJPEG, "enc", "jpeg", },
};
#define check_mpp_ctx(ctx) _check_mpp_ctx(ctx, __FUNCTION__)