Searched refs:vlVaGetReferenceFrame (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/va/ |
D | picture_mpeg12.c | 51 vlVaGetReferenceFrame(drv, mpeg2->forward_reference_picture, &context->desc.mpeg12.ref[0]); in vlVaHandlePictureParameterBufferMPEG12() 52 vlVaGetReferenceFrame(drv, mpeg2->backward_reference_picture, &context->desc.mpeg12.ref[1]); in vlVaHandlePictureParameterBufferMPEG12()
|
D | picture_vc1.c | 36 vlVaGetReferenceFrame(drv, vc1->forward_reference_picture, &context->desc.vc1.ref[0]); in vlVaHandlePictureParameterBufferVC1() 37 vlVaGetReferenceFrame(drv, vc1->backward_reference_picture, &context->desc.vc1.ref[1]); in vlVaHandlePictureParameterBufferVC1()
|
D | picture_mpeg4.c | 89 vlVaGetReferenceFrame(drv, mpeg4->forward_reference_picture, &context->desc.mpeg4.ref[0]); in vlVaHandlePictureParameterBufferMPEG4() 90 vlVaGetReferenceFrame(drv, mpeg4->backward_reference_picture, &context->desc.mpeg4.ref[1]); in vlVaHandlePictureParameterBufferMPEG4()
|
D | picture_h264.c | 150 vlVaGetReferenceFrame(drv, h264->ReferenceFrames[i].picture_id, &context->desc.h264.ref[i]); in vlVaHandlePictureParameterBufferH264()
|
D | picture_hevc.c | 163 vlVaGetReferenceFrame(drv, hevc->ReferenceFrames[i].picture_id, &context->desc.h265.ref[i]); in vlVaHandlePictureParameterBufferHEVC()
|
D | picture_vp9.c | 88 vlVaGetReferenceFrame(drv, vp9->reference_frames[i], &context->desc.vp9.ref[i]); in vlVaHandlePictureParameterBufferVP9()
|
D | va_private.h | 442 void vlVaGetReferenceFrame(vlVaDriver *drv, VASurfaceID surface_id, struct pipe_video_buffer **ref_…
|
D | picture.c | 107 vlVaGetReferenceFrame(vlVaDriver *drv, VASurfaceID surface_id, in vlVaGetReferenceFrame() function
|
D | picture_av1.c | 349 vlVaGetReferenceFrame(drv, av1->ref_frame_map[i], &context->desc.av1.ref[i]); in vlVaHandlePictureParameterBufferAV1()
|