Home
last modified time | relevance | path

Searched refs:venus_helper_check_codec (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhelpers.h14 bool venus_helper_check_codec(struct venus_inst *inst, u32 v4l2_pixfmt);
H A Dvenc.c83 !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 Dvdec.c132 !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 Dhelpers.c41 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);