Home
last modified time | relevance | path

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

/external/libvncserver/libvncclient/
Dh264.c420 char *slice_data_buf; in h264_decode_frame() local
421 va_status = vaMapBuffer(va_dpy, va_d_param_buf_id[sid], (void **)&slice_data_buf); in h264_decode_frame()
423 memcpy(slice_data_buf, framedata, framesize); in h264_decode_frame()