Home
last modified time | relevance | path

Searched refs:venus_helper_set_color_format (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhelpers.h46 int venus_helper_set_color_format(struct venus_inst *inst, u32 fmt);
H A Dhelpers.c1263 int venus_helper_set_color_format(struct venus_inst *inst, u32 pixfmt) in venus_helper_set_color_format() function
1280 EXPORT_SYMBOL_GPL(venus_helper_set_color_format);
H A Dvenc.c1029 ret = venus_helper_set_color_format(inst, inst->fmt_out->pixfmt); in venc_init_session()