Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/qcom/venus/
Dhfi.c407 int hfi_session_flush(struct venus_inst *inst, u32 type, bool block) in hfi_session_flush() function
426 EXPORT_SYMBOL_GPL(hfi_session_flush);
Dhfi.h166 int hfi_session_flush(struct venus_inst *inst, u32 type, bool block);
Dvdec.c1123 ret = hfi_session_flush(inst, HFI_FLUSH_ALL, true); in vdec_stop_capture()
1133 ret = hfi_session_flush(inst, HFI_FLUSH_OUTPUT, true); in vdec_stop_capture()
1153 ret = hfi_session_flush(inst, HFI_FLUSH_ALL, true); in vdec_stop_output()
1158 ret = hfi_session_flush(inst, HFI_FLUSH_INPUT, true); in vdec_stop_output()
1427 ret = hfi_session_flush(inst, HFI_FLUSH_OUTPUT, false); in vdec_event_change()