Searched defs:msm_format (Results 1 – 1 of 1) sorted by relevance
55 struct msm_format { struct56 uint32_t pixel_format;57 enum mdp_bpc bpc_g_y, bpc_b_cb, bpc_r_cr;58 enum mdp_bpc_alpha bpc_a;59 u8 element[4];60 enum mdp_fetch_type fetch_type;61 enum mdp_chroma_samp_type chroma_sample;62 bool alpha_enable;63 u8 unpack_count;64 u8 bpp;[all …]