Searched refs:p_dxva (Results 1 – 1 of 1) sorted by relevance
189 static MPP_RET free_dxva_ctx(H264dDxvaCtx_t *p_dxva) in free_dxva_ctx() argument193 INP_CHECK(ret, NULL == p_dxva); in free_dxva_ctx()195 MPP_FREE(p_dxva->slice_long); in free_dxva_ctx()196 MPP_FREE(p_dxva->bitstream); in free_dxva_ctx()197 MPP_FREE(p_dxva->syn.buf); in free_dxva_ctx()203 static MPP_RET init_dxva_ctx(H264dDxvaCtx_t *p_dxva) in init_dxva_ctx() argument207 INP_CHECK(ret, !p_dxva); in init_dxva_ctx()209 p_dxva->slice_count = 0; in init_dxva_ctx()210 p_dxva->max_slice_size = MAX_SLICE_NUM; in init_dxva_ctx()211 p_dxva->max_strm_size = BITSTREAM_MAX_SIZE; in init_dxva_ctx()[all …]