Searched refs:pic_param_buf (Results 1 – 1 of 1) sorted by relevance
316 VAPictureParameterBufferH264 *pic_param_buf = NULL; in h264_decode_frame() local317 va_status = vaMapBuffer(va_dpy, va_pic_param_buf_id[sid], (void **)&pic_param_buf); in h264_decode_frame()320 SetVAPictureParameterBufferH264(pic_param_buf, f_width, f_height); in h264_decode_frame()321 memcpy(&pic_param_buf->CurrPic, &va_picture_h264, sizeof(VAPictureH264)); in h264_decode_frame()324 memcpy(&pic_param_buf->ReferenceFrames[0], &va_old_picture_h264, sizeof(VAPictureH264)); in h264_decode_frame()325 pic_param_buf->ReferenceFrames[0].flags = 0; in h264_decode_frame()331 pic_param_buf->frame_num = frame_id; in h264_decode_frame()