Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/venus/
H A Dhfi.c415 int hfi_session_flush(struct venus_inst *inst, u32 type, bool block) in hfi_session_flush() function
437 EXPORT_SYMBOL_GPL(hfi_session_flush);
H A Dhfi.h164 int hfi_session_flush(struct venus_inst *inst, u32 type, bool block);
H A Dvdec.c1239 ret = hfi_session_flush(inst, HFI_FLUSH_ALL, true); in vdec_stop_capture()
1249 ret = hfi_session_flush(inst, HFI_FLUSH_OUTPUT, true); in vdec_stop_capture()
1269 ret = hfi_session_flush(inst, HFI_FLUSH_ALL, true); in vdec_stop_output()
1274 ret = hfi_session_flush(inst, HFI_FLUSH_ALL, true); in vdec_stop_output()
1559 ret = hfi_session_flush(inst, HFI_FLUSH_OUTPUT, false); in vdec_event_change()