Home
last modified time | relevance | path

Searched refs:H264dDxvaCtx_t (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_fill.h35 void commit_buffer(H264dDxvaCtx_t *dxva);
36 MPP_RET fill_slice_syntax(H264_SLICE_t *currSlice, H264dDxvaCtx_t *dxva_ctx);
H A Dh264d_fill.c28 static MPP_RET realloc_slice_list(H264dDxvaCtx_t *dxva_ctx) in realloc_slice_list()
43 static MPP_RET fill_slice_stream(H264dDxvaCtx_t *dxva_ctx, H264_Nalu_t *p_nal) in fill_slice_stream()
294 MPP_RET fill_slice_syntax(H264_SLICE_t *currSlice, H264dDxvaCtx_t *dxva_ctx) in fill_slice_syntax()
362 void commit_buffer(H264dDxvaCtx_t *dxva_ctx) in commit_buffer()
H A Dh264d_api.c199 static MPP_RET free_dxva_ctx(H264dDxvaCtx_t *p_dxva) in free_dxva_ctx()
213 static MPP_RET init_dxva_ctx(H264dDxvaCtx_t *p_dxva) in init_dxva_ctx()
H A Dh264d_global.h875 } H264dDxvaCtx_t; typedef
H A Dh264d_parse.c376 static MPP_RET store_cur_nalu(H264dCurCtx_t *p_Cur, H264dCurStream_t *p_strm, H264dDxvaCtx_t *dxva_… in store_cur_nalu()
H A Dh264d_init.c2107 H264dDxvaCtx_t *dxva_ctx = p_Dec->dxva_ctx; in init_picture()