Home
last modified time | relevance | path

Searched refs:pvPVPState (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_api.c55 p_hal->pp = (DXVA_PicParams_H264_MVC *)pdes[i].pvPVPState; in explain_input_buffer()
58 p_hal->qm = (DXVA_Qmatrix_H264 *)pdes[i].pvPVPState; in explain_input_buffer()
62 p_hal->slice_long = (DXVA_Slice_H264_Long *)pdes[i].pvPVPState; in explain_input_buffer()
65 p_hal->bitstream = (RK_U8 *)pdes[i].pvPVPState; in explain_input_buffer()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_fill.c363 p_dec->pvPVPState = (void *)&dxva_ctx->pp; in commit_buffer()
370 p_dec->pvPVPState = (void *)&dxva_ctx->qm; in commit_buffer()
379 p_dec->pvPVPState = (void *)dxva_ctx->bitstream; in commit_buffer()
386 p_dec->pvPVPState = dxva_ctx->slice_long; in commit_buffer()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Ddxva_syntax.h66 void *pvPVPState; member
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/mpg4d/
H A Dhal_m4vd_vdpu1.c50 pp = (DXVA_PicParams_MPEG4_PART2 *)desc->pvPVPState; in vdpu1_mpg4d_setup_regs_by_syntax()
53 qm = (DXVA_QmatrixData *)desc->pvPVPState; in vdpu1_mpg4d_setup_regs_by_syntax()
H A Dhal_m4vd_vdpu2.c50 pp = (DXVA_PicParams_MPEG4_PART2 *)desc->pvPVPState; in vdpu2_mpg4d_setup_regs_by_syntax()
53 qm = (DXVA_QmatrixData *)desc->pvPVPState; in vdpu2_mpg4d_setup_regs_by_syntax()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h263/
H A Dh263d_parser.c136 data->pvPVPState = (void *)&syntax->pp; in h263_syntax_init()
463 syn->data[1]->pvPVPState = p->bit_ctx->buf; in mpp_h263_parser_setup_syntax()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h263d/
H A Dhal_h263d_vdpu2.c45 pp = (DXVA_PicParams_H263 *)desc->pvPVPState; in vpu2_h263d_setup_regs_by_syntax()
H A Dhal_h263d_vdpu1.c45 pp = (DXVA_PicParams_H263 *)desc->pvPVPState; in vpu1_h263d_setup_regs_by_syntax()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.c1036 data->pvPVPState = (void *)&syntax->pp; in mpg4_syntax_init()
1044 data->pvPVPState = (void *)&syntax->qm; in mpg4_syntax_init()
1398 syn->data[2]->pvPVPState = p->bit_ctx->buf; in mpp_mpg4_parser_setup_syntax()