Home
last modified time | relevance | path

Searched refs:count_min (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/media/platform/qcom/venus/
Dhfi_plat_bufs_v6.c1217 out_min_count = max(out_min_count, bufreq->count_min); in bufreq_dec()
1221 bufreq->count_min = 1; in bufreq_dec()
1228 bufreq->count_min = MIN_INPUT_BUFFERS; in bufreq_dec()
1235 bufreq->count_min = out_min_count; in bufreq_dec()
1287 bufreq->count_min = 1; in bufreq_enc()
1294 bufreq->count_min = MIN_INPUT_BUFFERS; in bufreq_enc()
1300 bufreq->count_min = in bufreq_enc()
Dhfi_helper.h1157 ((ver) == HFI_VERSION_4XX ? (bufreq)->hold_count : (bufreq)->count_min)
1159 ((ver) == HFI_VERSION_4XX ? (bufreq)->count_min : 0)
1166 u32 count_min; member
Dhelpers.c677 req->count_min = inst->fw_min_cnt; in venus_helper_get_bufreq()
682 inst->fw_min_cnt = req->count_min; in venus_helper_get_bufreq()