Searched refs:hfi_session_flush (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | hfi.c | 388 int hfi_session_flush(struct venus_inst *inst, u32 type, bool block) in hfi_session_flush() function 407 EXPORT_SYMBOL_GPL(hfi_session_flush); variable
|
H A D | hfi.h | 166 int hfi_session_flush(struct venus_inst *inst, u32 type, bool block);
|
H A D | vdec.c | 1110 ret = hfi_session_flush(inst, HFI_FLUSH_ALL, true); in vdec_stop_capture() 1120 ret = hfi_session_flush(inst, HFI_FLUSH_OUTPUT, true); in vdec_stop_capture() 1140 ret = hfi_session_flush(inst, HFI_FLUSH_ALL, true); in vdec_stop_output() 1145 ret = hfi_session_flush(inst, HFI_FLUSH_INPUT, true); in vdec_stop_output() 1397 ret = hfi_session_flush(inst, HFI_FLUSH_OUTPUT, false); in vdec_event_change()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | hfi.c | 438 int hfi_session_flush(struct venus_inst *inst, u32 type, bool block) in hfi_session_flush() function 460 EXPORT_SYMBOL_GPL(hfi_session_flush); variable
|
H A D | hfi.h | 166 int hfi_session_flush(struct venus_inst *inst, u32 type, bool block);
|
H A D | vdec.c | 1223 ret = hfi_session_flush(inst, HFI_FLUSH_ALL, true); in vdec_stop_capture() 1233 ret = hfi_session_flush(inst, HFI_FLUSH_OUTPUT, true); in vdec_stop_capture() 1253 ret = hfi_session_flush(inst, HFI_FLUSH_ALL, true); in vdec_stop_output() 1258 ret = hfi_session_flush(inst, HFI_FLUSH_INPUT, true); in vdec_stop_output() 1543 ret = hfi_session_flush(inst, HFI_FLUSH_OUTPUT, false); in vdec_event_change()
|
Completed in 7 milliseconds