Searched refs:ch_w (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/libvncclient/ |
D | h264.c | 82 static void nv12_to_rgba(const VAImage vaImage, rfbClient *client, int ch_x, int ch_y, int ch_w, in… 574 static void nv12_to_rgba(const VAImage vaImage, rfbClient *client, int ch_x, int ch_y, int ch_w, in… in nv12_to_rgba() argument 576 …%s: converting region (%d, %d)-(%d, %d) from NV12->RGBA\n", __FUNCTION__, ch_x, ch_y, ch_w, ch_h)); in nv12_to_rgba() 586 if (ch_x % 2) { --ch_x; ++ch_w; } in nv12_to_rgba() 588 if ((ch_x + ch_w) % 2) { ++ch_w; } in nv12_to_rgba() 604 for (src_x = 0; src_x < ch_w; src_x += 2) { in nv12_to_rgba()
|