Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/qcom/venus/
Dhelpers.h22 bool venus_helper_check_codec(struct venus_inst *inst, u32 v4l2_pixfmt);
Dhelpers.c39 bool venus_helper_check_codec(struct venus_inst *inst, u32 v4l2_pixfmt) in venus_helper_check_codec() function
89 EXPORT_SYMBOL_GPL(venus_helper_check_codec);
Dvdec.c104 !venus_helper_check_codec(inst, fmt[i].pixfmt)) in find_format()
126 venus_helper_check_codec(inst, fmt[i].pixfmt); in find_format_by_index()
Dvenc.c86 !venus_helper_check_codec(inst, fmt[i].pixfmt)) in find_format()
108 venus_helper_check_codec(inst, fmt[i].pixfmt); in find_format_by_index()