Searched refs:p_dxva (Results 1 – 1 of 1) sorted by relevance
199 static MPP_RET free_dxva_ctx(H264dDxvaCtx_t *p_dxva) in free_dxva_ctx() argument203 INP_CHECK(ret, NULL == p_dxva); in free_dxva_ctx()205 MPP_FREE(p_dxva->slice_long); in free_dxva_ctx()206 MPP_FREE(p_dxva->bitstream); in free_dxva_ctx()207 MPP_FREE(p_dxva->syn.buf); in free_dxva_ctx()213 static MPP_RET init_dxva_ctx(H264dDxvaCtx_t *p_dxva) in init_dxva_ctx() argument217 INP_CHECK(ret, !p_dxva); in init_dxva_ctx()219 p_dxva->slice_count = 0; in init_dxva_ctx()220 p_dxva->max_slice_size = MAX_SLICE_NUM; in init_dxva_ctx()221 p_dxva->max_strm_size = BITSTREAM_MAX_SIZE; in init_dxva_ctx()[all …]