Searched refs:ch_h (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/libvncclient/ |
D | h264.c | 82 …oid nv12_to_rgba(const VAImage vaImage, rfbClient *client, int ch_x, int ch_y, int ch_w, int ch_h); 574 …void nv12_to_rgba(const VAImage vaImage, rfbClient *client, int ch_x, int ch_y, int ch_w, int ch_h) 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() 587 if (ch_y % 2) { --ch_y; ++ch_h; } in nv12_to_rgba() 589 if ((ch_y + ch_h) % 2) { ++ch_h; } in nv12_to_rgba() 603 for (src_y = 0; src_y < ch_h; src_y += 2) { in nv12_to_rgba()
|