Merge "video: driver: Update session admission and work modes"

This commit is contained in:
qctecmdr
2021-06-05 11:13:10 -07:00
committed by Gerrit - the friendly Code Review server
4 changed files with 79 additions and 51 deletions

View File

@@ -429,6 +429,8 @@ void msm_vidc_free_capabililty_list(struct msm_vidc_inst *inst,
enum msm_vidc_ctrl_list_type list_type);
bool res_is_greater_than(u32 width, u32 height,
u32 ref_width, u32 ref_height);
bool res_is_less_than(u32 width, u32 height,
u32 ref_width, u32 ref_height);
bool res_is_less_than_or_equal_to(u32 width, u32 height,
u32 ref_width, u32 ref_height);
#endif // _MSM_VIDC_DRIVER_H_