Merge "video: driver: introduce metadata size macro"

This commit is contained in:
qctecmdr
2022-04-29 13:19:19 -07:00
committed by Gerrit - the friendly Code Review server
當前提交 cf5a48074b
共有 3 個文件被更改,包括 6 次插入26 次删除

查看文件

@@ -136,8 +136,6 @@
*/
#define MAX_DPB_LIST_ARRAY_SIZE (16 * 4)
#define MAX_DPB_LIST_PAYLOAD_SIZE (16 * 4 * 4)
/* Default metadata size */
#define MSM_VIDC_METADATA_SIZE ALIGN(16 * 1024, SZ_4K)
enum msm_vidc_domain_type {
MSM_VIDC_ENCODER = BIT(0),