video: driver: add enumerate format support

Add below configuration
- format enumeration
- set format for encoder
- get inst capabilities based on codec from core

Change-Id: I2484056ae688cf7b634c5137631197a83c382950
Signed-off-by: Maheshwar Ajja <majja@codeaurora.org>
This commit is contained in:
Maheshwar Ajja
2020-08-20 09:26:07 -07:00
父節點 25f6fd7e7e
當前提交 cd536c944c
共有 13 個文件被更改,包括 638 次插入116 次删除

查看文件

@@ -21,7 +21,7 @@ struct msm_platform_inst_capability {
enum msm_vidc_codec_type codec;
s32 min;
s32 max;
u32 step_or_menu;
u32 step_or_mask;
s32 value;
enum msm_vidc_inst_capability_flags flags;
u32 v4l2_id;