};
// format
-// // https://gstreamer.freedesktop.org/documentation/jpeg/jpegenc.html?gi-language=c#sink
-// { "I420", "YV12", "YUY2", "UYVY", "Y41B", "Y42B", "YVYU", "Y444", "NV21", "NV12", "RGB", "BGR", "RGBx", "xRGB", "BGRx", "xBGR", "GRAY8" };
+// { I420, YV12, YUY2, UYVY, Y41B, Y42B, YVYU, Y444, NV21, NV12, RGB, BGR, RGBx, xRGB, BGRx, xBGR, GRAY8 }
// convert_format
-// https://gstreamer.freedesktop.org/documentation/jpeg/jpegdec.html?gi-language=c#src
-// https://github.com/nnstreamer/nnstreamer/blob/main/gst/nnstreamer/tensor_converter/converter-media-info-video.h
-// { "RGB", "BGR", "RGBx", "xRGB", "BGRx", "xBGR", "GRAY8" }
+// { RGB, BGR, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, GRAY8 }
struct beyond_input_image_config {
const char *format;
int width;