Home
last modified time | relevance | path

Searched refs:va_old_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
324 memcpy(&pic_param_buf->ReferenceFrames[0], &va_old_picture_h264, sizeof(VAPictureH264)); in h264_decode_frame()
403 memcpy(&slice_param_buf->RefPicList0[0], &va_old_picture_h264, sizeof(VAPictureH264)); in h264_decode_frame()
462 memcpy(&va_old_picture_h264, &va_picture_h264, sizeof(VAPictureH264)); in h264_decode_frame()