Merge "video: driver: add support to send input meta buffer via request"

This commit is contained in:
qctecmdr
2022-02-07 20:52:25 -08:00
committed by Gerrit - the friendly Code Review server
15 changed files with 278 additions and 29 deletions

View File

@@ -144,6 +144,7 @@ struct msm_vidc_inst {
struct list_head caps_list;
struct list_head children_list;
struct list_head firmware_list;
struct list_head pending_pkts; /* list of struct hfi_pending_packet */
bool once_per_session_set;
bool ipsc_properties_set;
bool opsc_properties_set;