get_format
ic_image->fmt = get_format(image->pix.pixelformat);
infmt = get_format(in->pix.pixelformat);
outfmt = get_format(out->pix.pixelformat);
infmt = get_format(V4L2_PIX_FMT_RGB24);
outfmt = get_format(V4L2_PIX_FMT_RGB24);
fmt = get_format(i);
const struct gsc_fmt *get_format(int index);
ctx->s_frame.fmt = get_format(0);
ctx->d_frame.fmt = get_format(0);
struct c2c_fmt *c2c_fmt = get_format(name);
struct c2c_fmt *c2c_fmt = get_format(name);
struct kvm_fmt *kvm_fmt = get_format(name);
struct kvm_fmt *kvm_fmt = get_format(name);