Searched refs:src1_format (Results 1 – 3 of 3) sorted by relevance
375 RK_U8 src1_format = 0; in RGA2_set_reg_dst_info() local421 case RGA2_FORMAT_RGBA_8888 : src1_format = 0x0; spw = 4; break; in RGA2_set_reg_dst_info()422 case RGA2_FORMAT_BGRA_8888 : src1_format = 0x0; src1_rb_swp = 0x1; spw = 4; break; in RGA2_set_reg_dst_info()423 case RGA2_FORMAT_RGBX_8888 : src1_format = 0x1; spw = 4; break; in RGA2_set_reg_dst_info()424 case RGA2_FORMAT_BGRX_8888 : src1_format = 0x1; src1_rb_swp = 0x1; spw = 4; break; in RGA2_set_reg_dst_info()425 case RGA2_FORMAT_RGB_888 : src1_format = 0x2; src1_rgb_pack = 1; spw = 3; break; in RGA2_set_reg_dst_info()426 …case RGA2_FORMAT_BGR_888 : src1_format = 0x2; src1_rgb_pack = 1; src1_rb_swp = 1; spw = 3; br… in RGA2_set_reg_dst_info()427 case RGA2_FORMAT_RGB_565 : src1_format = 0x4; spw = 2; break; in RGA2_set_reg_dst_info()428 case RGA2_FORMAT_RGBA_5551 : src1_format = 0x5; spw = 2; src1_rb_swp = 0x1; break; in RGA2_set_reg_dst_info()429 case RGA2_FORMAT_RGBA_4444 : src1_format = 0x6; spw = 2; src1_rb_swp = 0x1; break; in RGA2_set_reg_dst_info()[all …]
653 u8 src1_format = 0; in RGA2_set_reg_dst_info() local701 src1_format = 0x0; in RGA2_set_reg_dst_info()705 src1_format = 0x0; in RGA2_set_reg_dst_info()710 src1_format = 0x1; in RGA2_set_reg_dst_info()714 src1_format = 0x1; in RGA2_set_reg_dst_info()719 src1_format = 0x2; in RGA2_set_reg_dst_info()723 src1_format = 0x2; in RGA2_set_reg_dst_info()728 src1_format = 0x4; in RGA2_set_reg_dst_info()732 src1_format = 0x5; in RGA2_set_reg_dst_info()736 src1_format = 0x6; in RGA2_set_reg_dst_info()[all …]
314 unsigned int src1_format:3; member