Searched refs:venus_helper_check_codec (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | helpers.h | 14 bool venus_helper_check_codec(struct venus_inst *inst, u32 v4l2_pixfmt);
|
H A D | venc.c | 78 !venus_helper_check_codec(inst, fmt[i].pixfmt)) in find_format() 100 venus_helper_check_codec(inst, fmt[i].pixfmt); in find_format_by_index()
|
H A D | helpers.c | 28 bool venus_helper_check_codec(struct venus_inst *inst, u32 v4l2_pixfmt) in venus_helper_check_codec() function 78 EXPORT_SYMBOL_GPL(venus_helper_check_codec); variable
|
H A D | vdec.c | 106 !venus_helper_check_codec(inst, fmt[i].pixfmt)) in find_format() 128 venus_helper_check_codec(inst, fmt[i].pixfmt); in find_format_by_index()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | helpers.h | 14 bool venus_helper_check_codec(struct venus_inst *inst, u32 v4l2_pixfmt);
|
H A D | vdec.c | 132 !venus_helper_check_codec(inst, fmt[i].pixfmt)) in find_format() 163 valid = venus_helper_check_codec(inst, fmt[i].pixfmt); in find_format_by_index()
|
H A D | venc.c | 83 !venus_helper_check_codec(inst, fmt[i].pixfmt)) in find_format() 105 venus_helper_check_codec(inst, fmt[i].pixfmt); in find_format_by_index()
|
H A D | helpers.c | 41 bool venus_helper_check_codec(struct venus_inst *inst, u32 v4l2_pixfmt) in venus_helper_check_codec() function 91 EXPORT_SYMBOL_GPL(venus_helper_check_codec); variable
|
Completed in 14 milliseconds