Home
last modified time | relevance | path

Searched defs:hfi_buffer_requirements (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/qcom/iris/
H A Diris_hfi_gen1_defines.h409 struct hfi_buffer_requirements { struct
410 u32 type;
411 u32 size;
412 u32 region_size;
413 u32 hold_count;
414 u32 count_min;
415 u32 count_actual;
416 u32 contiguous;
417 u32 alignment;
/linux/drivers/media/platform/qcom/venus/
H A Dhfi_helper.h1173 struct hfi_buffer_requirements { struct
1185 static inline u32 hfi_bufreq_get_hold_count(struct hfi_buffer_requirements *req, in hfi_bufreq_get_hold_count() argument