Searched refs:venus_helper_find_buf (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | helpers.h | 15 struct vb2_v4l2_buffer *venus_helper_find_buf(struct venus_inst *inst,
|
H A D | helpers.c | 1271 venus_helper_find_buf(struct venus_inst *inst, unsigned int type, u32 idx) in venus_helper_find_buf() function 1280 EXPORT_SYMBOL_GPL(venus_helper_find_buf); variable
|
H A D | venc.c | 956 vbuf = venus_helper_find_buf(inst, type, tag); in venc_buf_done()
|
H A D | vdec.c | 1296 vbuf = venus_helper_find_buf(inst, type, tag); in vdec_buf_done()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | helpers.h | 15 struct vb2_v4l2_buffer *venus_helper_find_buf(struct venus_inst *inst,
|
H A D | helpers.c | 1415 venus_helper_find_buf(struct venus_inst *inst, unsigned int type, u32 idx) in venus_helper_find_buf() function 1424 EXPORT_SYMBOL_GPL(venus_helper_find_buf); variable
|
H A D | vdec.c | 1412 vbuf = venus_helper_find_buf(inst, type, tag); in vdec_buf_done()
|
H A D | venc.c | 1340 vbuf = venus_helper_find_buf(inst, type, tag); in venc_buf_done()
|
Completed in 13 milliseconds