Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video.h45 struct pipe_h264_picture_desc *h264;
117 struct pipe_h264_picture_desc *desc,
125 struct pipe_h264_picture_desc *desc,
Dnv84_video_bsp.c86 struct pipe_h264_picture_desc *desc, in nv84_decoder_bsp()
Dnv84_video.c134 struct pipe_h264_picture_desc *desc = (struct pipe_h264_picture_desc *)picture; in nv84_decoder_decode_bitstream_h264()
Dnv84_video_vp.c67 struct pipe_h264_picture_desc *desc, in nv84_decoder_vp_h264()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_dec_h264.h223 pipe_h264_picture_desc *pipeDesc);
232 d3d12_video_decoder_dxva_qmatrix_from_pipe_picparams_h264(pipe_h264_picture_desc *pPipeDesc,
248 struct pipe_h264_picture_desc* picture_h264);
Dd3d12_video_dec.cpp304 pipe_h264_picture_desc *pPicControlH264 = (pipe_h264_picture_desc *) picture; in d3d12_video_decoder_store_upper_layer_references()
1190 pipe_h264_picture_desc *pPicControlH264 = (pipe_h264_picture_desc *) picture; in d3d12_video_decoder_store_converted_dxva_picparams_from_pipe_input()
1206 … d3d12_video_decoder_dxva_qmatrix_from_pipe_picparams_h264((pipe_h264_picture_desc *) picture, in d3d12_video_decoder_store_converted_dxva_picparams_from_pipe_input()
1230 struct pipe_h264_picture_desc* picture_h264 = (struct pipe_h264_picture_desc*) picture; in d3d12_video_decoder_prepare_dxva_slices_control()
Dd3d12_video_dec_h264.cpp138 struct pipe_h264_picture_desc *picture_h264) in d3d12_video_decoder_prepare_dxva_slices_control_h264()
329 pipe_h264_picture_desc *pPipeDesc) in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
583 d3d12_video_decoder_dxva_qmatrix_from_pipe_picparams_h264(pipe_h264_picture_desc *pPipeDesc, in d3d12_video_decoder_dxva_qmatrix_from_pipe_picparams_h264()
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_dec_common.h96 struct pipe_h264_picture_desc h264; \
181 struct pipe_h264_picture_desc h264;
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.h61 struct pipe_h264_picture_desc *h264;
Dnouveau_vp3_video_vp.c314 const struct pipe_h264_picture_desc *d, in nouveau_vp3_fill_picparm_h264_vp()
401 struct pipe_h264_picture_desc *d, in nouveau_vp3_fill_picparm_h264_vp_refs()
Dnouveau_vp3_video_bsp.c193 struct pipe_h264_picture_desc *d, in nouveau_vp3_fill_picparm_h264_bsp()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_h264.c45 static void resetReferencePictureDesc(struct pipe_h264_picture_desc *h264, in resetReferencePictureDesc()
Dva_private.h289 struct pipe_h264_picture_desc h264;
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c350 vlVdpDecoderRenderH264(struct pipe_h264_picture_desc *picture, in vlVdpDecoderRenderH264()
582 struct pipe_h264_picture_desc h264; in vlVdpDecoderRender()
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.c372 static struct ruvd_h264 get_h264_msg(struct ruvd_decoder *dec, struct pipe_h264_picture_desc *pic) in get_h264_msg()
971 dec->msg->body.decode.codec.h264 = get_h264_msg(dec, (struct pipe_h264_picture_desc*)picture); in ruvd_end_frame()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h334 struct pipe_h264_picture_desc struct
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_uvd.c488 static struct ruvd_h264 get_h264_msg(struct ruvd_decoder *dec, struct pipe_h264_picture_desc *pic) in get_h264_msg()
1132 get_h264_msg(dec, (struct pipe_h264_picture_desc *)picture); in ruvd_end_frame()
Dradeon_vcn_dec.c68 struct pipe_h264_picture_desc *pic) in get_h264_msg()
1979 … rvcn_dec_message_avc_t avc = get_h264_msg(dec, target, (struct pipe_h264_picture_desc *)picture); in rvcn_dec_message_decode()