Searched refs:hmem_buf (Results 1 – 4 of 4) sorted by relevance
18 const struct ia_css_bh_table *hmem_buf) in ia_css_bh_hmem_decode() argument25 if (!hmem_buf) in ia_css_bh_hmem_decode()27 assert(sizeof_hmem(HMEM0_ID) == sizeof(*hmem_buf)); in ia_css_bh_hmem_decode()31 out_ptr[i].r = hmem_buf->hmem[BH_COLOR_R][i]; in ia_css_bh_hmem_decode()32 out_ptr[i].g = hmem_buf->hmem[BH_COLOR_G][i]; in ia_css_bh_hmem_decode()33 out_ptr[i].b = hmem_buf->hmem[BH_COLOR_B][i]; in ia_css_bh_hmem_decode()34 out_ptr[i].y = hmem_buf->hmem[BH_COLOR_Y][i]; in ia_css_bh_hmem_decode()
16 const struct ia_css_bh_table *hmem_buf);
219 const struct ia_css_bh_table *hmem_buf) in ia_css_s3a_hmem_decode() argument230 assert(hmem_buf); in ia_css_s3a_hmem_decode()238 ia_css_bh_hmem_decode(out_ptr, hmem_buf); in ia_css_s3a_hmem_decode()
56 const struct ia_css_bh_table *hmem_buf);
Completed in 6 milliseconds