Searched refs:hfi_session_flush (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/media/platform/qcom/venus/ |
| D | hfi.c | 385 int hfi_session_flush(struct venus_inst *inst, u32 type, bool block) in hfi_session_flush() function 404 EXPORT_SYMBOL_GPL(hfi_session_flush);
|
| D | hfi.h | 166 int hfi_session_flush(struct venus_inst *inst, u32 type, bool block);
|
| D | vdec.c | 917 ret = hfi_session_flush(inst, HFI_FLUSH_OUTPUT, true); in vdec_start_capture() 1074 ret = hfi_session_flush(inst, HFI_FLUSH_ALL, true); in vdec_stop_capture() 1102 ret = hfi_session_flush(inst, HFI_FLUSH_ALL, true); in vdec_stop_output() 1107 ret = hfi_session_flush(inst, HFI_FLUSH_INPUT, true); in vdec_stop_output() 1351 ret = hfi_session_flush(inst, HFI_FLUSH_OUTPUT, false); in vdec_event_change()
|