1root { 2 module = "master"; 3 codec_image_config { 4 match_attr = "codec_image_capabilities"; 5 6 ImageHwEncoders { 7 } 8 ImageHwDecoders { 9 /* node name explanation -- HDF_video_hw_enc_avc_rk: 10 ** 11 ** HDF____________Jpeg__________________hw____________________enc______________rk 12 ** | | | | | 13 ** HDF Jpeg or Heif hardware or software encoder or decoder vendor 14 */ 15 HDF_Image_hw_dec_jpeg_rk { 16 role = 0; 17 type = 0; 18 name = "HDF.rk.decoder.jpeg"; 19 maxInst = 1; 20 isSoftwareCodec = false; 21 minWidth = 144; 22 minHeight = 144; 23 maxWidth = 4096; 24 maxHeight = 2160; 25 widthAlignment = 8; 26 heightAlignment = 16; 27 maxSample = 8; 28 supportPixelFmts = [24]; 29 } 30 } 31 } 32} 33