Searched refs:hfi_session_flush (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/media/platform/qcom/venus/ |
| A D | hfi.c | 435 int hfi_session_flush(struct venus_inst *inst, u32 type, bool block) in hfi_session_flush() function 457 EXPORT_SYMBOL_GPL(hfi_session_flush);
|
| A D | hfi.h | 166 int hfi_session_flush(struct venus_inst *inst, u32 type, bool block);
|
| A D | vdec.c | 1154 ret = hfi_session_flush(inst, HFI_FLUSH_ALL, true); in vdec_stop_capture() 1164 ret = hfi_session_flush(inst, HFI_FLUSH_OUTPUT, true); in vdec_stop_capture() 1184 ret = hfi_session_flush(inst, HFI_FLUSH_ALL, true); in vdec_stop_output() 1189 ret = hfi_session_flush(inst, HFI_FLUSH_INPUT, true); in vdec_stop_output() 1467 ret = hfi_session_flush(inst, HFI_FLUSH_OUTPUT, false); in vdec_event_change()
|
Completed in 8 milliseconds