Home
last modified time | relevance | path

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

/external/libvncserver/libvncclient/
Dh264.c290 static VAPictureH264 va_picture_h264, va_old_picture_h264; in h264_decode_frame() local
303 va_picture_h264.picture_id = va_surface_id[sid]; in h264_decode_frame()
304 va_picture_h264.frame_idx = frame_id; in h264_decode_frame()
305 va_picture_h264.flags = 0; in h264_decode_frame()
306 va_picture_h264.BottomFieldOrderCnt = field_order_count; in h264_decode_frame()
307 va_picture_h264.TopFieldOrderCnt = field_order_count; in h264_decode_frame()
321 memcpy(&pic_param_buf->CurrPic, &va_picture_h264, sizeof(VAPictureH264)); in h264_decode_frame()
462 memcpy(&va_old_picture_h264, &va_picture_h264, sizeof(VAPictureH264)); in h264_decode_frame()