Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_fill.c373 p_dec->DataSize = sizeof(DXVA_PicParams_H264_MVC); in commit_buffer()
380 p_dec->DataSize = sizeof(DXVA_Qmatrix_H264); in commit_buffer()
386 p_dec->DataSize = MPP_ALIGN(dxva_ctx->strm_offset, 16); in commit_buffer()
387 memset(dxva_ctx->bitstream + dxva_ctx->strm_offset, 0, p_dec->DataSize - dxva_ctx->strm_offset); in commit_buffer()
396 p_dec->DataSize = dxva_ctx->slice_count * sizeof(DXVA_Slice_H264_Long); in commit_buffer()
/rockchip-linux_mpp/mpp/common/
H A Ddxva_syntax.h59 RK_U32 DataSize; member
/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_api.c222 p_hal->slice_num = pdes[i].DataSize / sizeof(DXVA_Slice_H264_Long); in explain_input_buffer()
227 p_hal->strm_len = pdes[i].DataSize; in explain_input_buffer()
/rockchip-linux_mpp/mpp/codec/dec/h263/
H A Dh263d_parser.c138 data->DataSize = sizeof(syntax->pp); in h263_syntax_init()
463 syn->data[1]->DataSize = p->bit_ctx->buf_len; in mpp_h263_parser_setup_syntax()
/rockchip-linux_mpp/mpp/hal/vpu/h263d/
H A Dhal_h263d_vdpu2.c48 stream_length = desc->DataSize; in vpu2_h263d_setup_regs_by_syntax()
H A Dhal_h263d_vdpu1.c48 stream_length = desc->DataSize; in vpu1_h263d_setup_regs_by_syntax()
/rockchip-linux_mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.c1038 data->DataSize = sizeof(syntax->pp); in mpg4_syntax_init()
1046 data->DataSize = sizeof(syntax->qm); in mpg4_syntax_init()
1398 syn->data[2]->DataSize = p->bit_ctx->buf_len; in mpp_mpg4_parser_setup_syntax()
/rockchip-linux_mpp/mpp/hal/vpu/mpg4d/
H A Dhal_m4vd_vdpu2.c56 stream_length = desc->DataSize; in vdpu2_mpg4d_setup_regs_by_syntax()
H A Dhal_m4vd_vdpu1.c56 stream_length = desc->DataSize; in vdpu1_mpg4d_setup_regs_by_syntax()