Home
last modified time | relevance | path

Searched refs:sid_new (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/libvncclient/
Dh264.c440 int sid_new = (sid + 1) % SURFACE_NUM; in h264_decode_frame() local
441 DebugLog(("%s: new Surface ID = %d\n", __FUNCTION__, sid_new)); in h264_decode_frame()
442 va_status = vaBeginPicture(va_dpy, va_context_id, va_surface_id[sid_new]); in h264_decode_frame()
452 sid = sid_new; in h264_decode_frame()