Merge "video: driver: Update session admission and work modes"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
c67713f34e
@@ -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_
|
||||
|
Reference in New Issue
Block a user