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