Lines Matching full:decoder
21 * The Amlogic GXM and G12A SoC families embeds an AFBC Decoder,
24 * For the GXM Family, Amlogic designed their own Decoder, named in
25 * the vendor source as "MESON_AFBC", and a single decoder is available
27 * This decoder is compatible with the AFBC 1.0 specifications and the
34 * The decoder reads the data from the SDRAM, decodes and sends the
37 * For the G12A Family, Amlogic integrated an ARM AFBC Decoder, named
38 * in the vendor source as "MALI_AFBC", and the decoder can decode up
40 * This decoder is compatible with the AFBC 1.2 specifications for the
48 * The ARM AFBC Decoder independent from the VPU Pixel Pipeline, so
49 * the ARM AFBC Decoder reads the data from the SDRAM then decodes
54 /* Amlogic AFBC Decoder for GXM Family */
188 /* ARM AFBC Decoder for G12A Family */
190 /* Amlogic G12A Mali AFBC Decoder supported formats */
300 /* Handle AFBC Decoder reset manually */ in meson_g12a_afbcd_init()