Home
last modified time | relevance | path

Searched refs:hwaccel_picture_private (Results 1 - 25 of 39) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Dvaapi_mpeg2.c45 VAAPIDecodePicture *pic = s->current_picture_ptr->hwaccel_picture_private; in vaapi_mpeg2_start_frame()
118 VAAPIDecodePicture *pic = s->current_picture_ptr->hwaccel_picture_private; in vaapi_mpeg2_end_frame()
134 VAAPIDecodePicture *pic = s->current_picture_ptr->hwaccel_picture_private; in vaapi_mpeg2_decode_slice()
H A Dvaapi_mjpeg.c31 VAAPIDecodePicture *pic = s->hwaccel_picture_private; in vaapi_mjpeg_start_frame()
67 VAAPIDecodePicture *pic = s->hwaccel_picture_private; in vaapi_mjpeg_end_frame()
77 VAAPIDecodePicture *pic = s->hwaccel_picture_private; in vaapi_mjpeg_decode_slice()
H A Dh264_picture.c128 if (src->hwaccel_picture_private) { in ff_h264_ref_picture()
134 dst->hwaccel_picture_private = dst->hwaccel_priv_buf->data; in ff_h264_ref_picture()
186 dst->hwaccel_picture_private = src->hwaccel_picture_private; in ff_h264_replace_picture()
H A Dvdpau_h264.c72 struct vdpau_picture_context *pic_ctx = h->cur_pic_ptr->hwaccel_picture_private; in vdpau_h264_set_reference_frames()
127 struct vdpau_picture_context *pic_ctx = pic->hwaccel_picture_private; in vdpau_h264_start_frame()
186 struct vdpau_picture_context *pic_ctx = pic->hwaccel_picture_private; in vdpau_h264_decode_slice()
206 struct vdpau_picture_context *pic_ctx = pic->hwaccel_picture_private; in vdpau_h264_end_frame()
H A Dvaapi_vp9.c42 VAAPIDecodePicture *pic = h->frames[CUR_FRAME].hwaccel_picture_private; in vaapi_vp9_start_frame()
123 VAAPIDecodePicture *pic = h->frames[CUR_FRAME].hwaccel_picture_private; in vaapi_vp9_end_frame()
133 VAAPIDecodePicture *pic = h->frames[CUR_FRAME].hwaccel_picture_private; in vaapi_vp9_decode_slice()
H A Dvaapi_mpeg4.c52 VAAPIDecodePicture *pic = s->current_picture_ptr->hwaccel_picture_private; in vaapi_mpeg4_start_frame()
142 VAAPIDecodePicture *pic = s->current_picture_ptr->hwaccel_picture_private; in vaapi_mpeg4_end_frame()
158 VAAPIDecodePicture *pic = s->current_picture_ptr->hwaccel_picture_private; in vaapi_mpeg4_decode_slice()
H A Dvdpau_mpeg12.c39 struct vdpau_picture_context *pic_ctx = pic->hwaccel_picture_private; in vdpau_mpeg_start_frame()
91 struct vdpau_picture_context *pic_ctx = pic->hwaccel_picture_private; in vdpau_mpeg_decode_slice()
H A Dvaapi_vp8.c39 VAAPIDecodePicture *pic = s->framep[VP56_FRAME_CURRENT]->hwaccel_picture_private; in vaapi_vp8_start_frame()
180 VAAPIDecodePicture *pic = s->framep[VP56_FRAME_CURRENT]->hwaccel_picture_private; in vaapi_vp8_end_frame()
190 VAAPIDecodePicture *pic = s->framep[VP56_FRAME_CURRENT]->hwaccel_picture_private; in vaapi_vp8_decode_slice()
H A Dvdpau_vp9.c38 struct vdpau_picture_context *pic_ctx = pic.hwaccel_picture_private; in vdpau_vp9_start_frame()
171 struct vdpau_picture_context *pic_ctx = pic.hwaccel_picture_private; in vdpau_vp9_decode_slice()
190 struct vdpau_picture_context *pic_ctx = pic.hwaccel_picture_private; in vdpau_vp9_end_frame()
H A Dvdpau_vc1.c40 struct vdpau_picture_context *pic_ctx = pic->hwaccel_picture_private; in vdpau_vc1_start_frame()
108 struct vdpau_picture_context *pic_ctx = pic->hwaccel_picture_private; in vdpau_vc1_decode_slice()
H A Ddxva2_hevc.c246 struct hevc_dxva2_picture_context *ctx_pic = current_picture->hwaccel_picture_private; in commit_bitstream_and_slice_buffer()
364 struct hevc_dxva2_picture_context *ctx_pic = h->ref->hwaccel_picture_private; in dxva2_hevc_start_frame()
388 struct hevc_dxva2_picture_context *ctx_pic = current_picture->hwaccel_picture_private; in dxva2_hevc_decode_slice()
408 struct hevc_dxva2_picture_context *ctx_pic = h->ref->hwaccel_picture_private; in dxva2_hevc_end_frame()
H A Ddxva2_vc1.c192 struct dxva2_picture_context *ctx_pic = s->current_picture_ptr->hwaccel_picture_private; in commit_bitstream_and_slice_buffer()
318 struct dxva2_picture_context *ctx_pic = v->s.current_picture_ptr->hwaccel_picture_private; in dxva2_vc1_start_frame()
338 struct dxva2_picture_context *ctx_pic = current_picture->hwaccel_picture_private; in dxva2_vc1_decode_slice()
365 struct dxva2_picture_context *ctx_pic = v->s.current_picture_ptr->hwaccel_picture_private; in dxva2_vc1_end_frame()
H A Ddxva2_mpeg2.c159 s->current_picture_ptr->hwaccel_picture_private; in commit_bitstream_and_slice_buffer()
262 s->current_picture_ptr->hwaccel_picture_private; in dxva2_mpeg2_start_frame()
282 s->current_picture_ptr->hwaccel_picture_private; in dxva2_mpeg2_decode_slice()
304 s->current_picture_ptr->hwaccel_picture_private; in dxva2_mpeg2_end_frame()
H A Ddxva2_vp9.c172 struct vp9_dxva2_picture_context *ctx_pic = h->frames[CUR_FRAME].hwaccel_picture_private; in commit_bitstream_and_slice_buffer()
260 struct vp9_dxva2_picture_context *ctx_pic = h->frames[CUR_FRAME].hwaccel_picture_private; in dxva2_vp9_start_frame()
280 struct vp9_dxva2_picture_context *ctx_pic = h->frames[CUR_FRAME].hwaccel_picture_private; in dxva2_vp9_decode_slice()
296 struct vp9_dxva2_picture_context *ctx_pic = h->frames[CUR_FRAME].hwaccel_picture_private; in dxva2_vp9_end_frame()
H A Dmpegpicture.c164 assert(!pic->hwaccel_picture_private); in alloc_frame_buffer()
171 pic->hwaccel_picture_private = pic->hwaccel_priv_buf->data; in alloc_frame_buffer()
394 if (src->hwaccel_picture_private) { in ff_mpeg_ref_picture()
400 dst->hwaccel_picture_private = dst->hwaccel_priv_buf->data; in ff_mpeg_ref_picture()
H A Dav1dec.h37 void *hwaccel_picture_private; member
H A Ddxva2_h264.c307 struct dxva2_picture_context *ctx_pic = current_picture->hwaccel_picture_private; in commit_bitstream_and_slice_buffer()
449 struct dxva2_picture_context *ctx_pic = h->cur_pic_ptr->hwaccel_picture_private; in dxva2_h264_start_frame()
475 struct dxva2_picture_context *ctx_pic = current_picture->hwaccel_picture_private; in dxva2_h264_decode_slice()
504 h->cur_pic_ptr->hwaccel_picture_private; in dxva2_h264_end_frame()
H A Dvaapi_h264.c231 VAAPIDecodePicture *pic = h->cur_pic_ptr->hwaccel_picture_private; in vaapi_h264_start_frame()
313 VAAPIDecodePicture *pic = h->cur_pic_ptr->hwaccel_picture_private; in vaapi_h264_end_frame()
333 VAAPIDecodePicture *pic = h->cur_pic_ptr->hwaccel_picture_private; in vaapi_h264_decode_slice()
H A Dvdpau_av1.c51 struct vdpau_picture_context *pic_ctx = s->cur_frame.hwaccel_picture_private; in vdpau_av1_start_frame()
280 struct vdpau_picture_context *pic_ctx = s->cur_frame.hwaccel_picture_private; in vdpau_av1_decode_slice()
323 struct vdpau_picture_context *pic_ctx = s->cur_frame.hwaccel_picture_private; in vdpau_av1_end_frame()
H A Dmpegpicture.h79 void *hwaccel_picture_private; ///< Hardware accelerator private data member
H A Ddxva2_av1.c276 struct av1_dxva2_picture_context *ctx_pic = h->cur_frame.hwaccel_picture_private; in dxva2_av1_start_frame()
297 struct av1_dxva2_picture_context *ctx_pic = h->cur_frame.hwaccel_picture_private; in dxva2_av1_decode_slice()
352 struct av1_dxva2_picture_context *ctx_pic = h->cur_frame.hwaccel_picture_private; in commit_bitstream_and_slice_buffer()
435 struct av1_dxva2_picture_context *ctx_pic = h->cur_frame.hwaccel_picture_private; in dxva2_av1_end_frame()
H A Dvaapi_hevc.c122 VAAPIDecodePictureHEVC *pic = h->ref->hwaccel_picture_private; in vaapi_hevc_start_frame()
298 VAAPIDecodePictureHEVC *pic = h->ref->hwaccel_picture_private; in vaapi_hevc_end_frame()
390 VAAPIDecodePictureHEVC *pic = h->ref->hwaccel_picture_private; in get_ref_pic_index()
413 VAAPIDecodePictureHEVC *pic = h->ref->hwaccel_picture_private; in vaapi_hevc_decode_slice()
H A Dhevc_refs.c54 frame->hwaccel_picture_private = NULL; in ff_hevc_unref_frame()
119 av_assert0(!frame->hwaccel_picture_private); in alloc_frame()
124 frame->hwaccel_picture_private = frame->hwaccel_priv_buf->data; in alloc_frame()
H A Dvaapi_vc1.c256 VAAPIDecodePicture *pic = s->current_picture_ptr->hwaccel_picture_private; in vaapi_vc1_start_frame()
453 VAAPIDecodePicture *pic = s->current_picture_ptr->hwaccel_picture_private; in vaapi_vc1_end_frame()
470 VAAPIDecodePicture *pic = s->current_picture_ptr->hwaccel_picture_private; in vaapi_vc1_decode_slice()
H A Dvaapi_av1.c124 VAAPIDecodePicture *pic = s->cur_frame.hwaccel_picture_private; in vaapi_av1_start_frame()
374 VAAPIDecodePicture *pic = s->cur_frame.hwaccel_picture_private; in vaapi_av1_end_frame()
407 VAAPIDecodePicture *pic = s->cur_frame.hwaccel_picture_private; in vaapi_av1_decode_slice()

Completed in 16 milliseconds

12