Lines Matching refs:fmt_idx
80 RK_U32 fmt_idx, MppEncOSDRegion3 *cfg) in translate_argb() argument
91 if (fmt_idx == OSD_FMT_ARGB8888) { in translate_argb()
97 } else if (fmt_idx == OSD_FMT_RGBA8888) { in translate_argb()
110 } else if (fmt_idx == OSD_FMT_BGRA8888) { in translate_argb()
124 } else if (fmt_idx == OSD_FMT_ABGR8888) { in translate_argb()
137 } else if (fmt_idx == OSD_FMT_BGRA5551) { in translate_argb()
153 } else if (fmt_idx == OSD_FMT_RGBA5551) { in translate_argb()
169 } else if (fmt_idx == OSD_FMT_ABGR1555) { in translate_argb()
185 } else if (fmt_idx == OSD_FMT_ARGB1555) { in translate_argb()
201 } else if (fmt_idx == OSD_FMT_BGRA4444) { in translate_argb()
217 } else if (fmt_idx == OSD_FMT_RGBA4444) { in translate_argb()
233 } else if (fmt_idx == OSD_FMT_ABGR4444) { in translate_argb()
249 } else if (fmt_idx == OSD_FMT_ARGB4444) { in translate_argb()
265 } else if (fmt_idx == OSD_FMT_AYUV2BPP) { in translate_argb()
281 } else if (fmt_idx == OSD_FMT_AYUV1BPP) { in translate_argb()