Home
last modified time | relevance | path

Searched refs:DXVA2_DecodeBufferDesc (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh263d_syntax.h94 DXVA2_DecodeBufferDesc *data[2];
95 DXVA2_DecodeBufferDesc desc[2];
H A Dmpg4d_syntax.h140 DXVA2_DecodeBufferDesc *data[3];
141 DXVA2_DecodeBufferDesc desc[3];
H A Ddxva_syntax.h67 } DXVA2_DecodeBufferDesc; typedef
H A Dh264d_syntax.h436 DXVA2_DecodeBufferDesc *buf;
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_fill.c356 DXVA2_DecodeBufferDesc *p_dec = NULL; in commit_buffer()
361 memset(p_dec, 0, sizeof(DXVA2_DecodeBufferDesc)); in commit_buffer()
368 memset(p_dec, 0, sizeof(DXVA2_DecodeBufferDesc)); in commit_buffer()
375 memset(p_dec, 0, sizeof(DXVA2_DecodeBufferDesc)); in commit_buffer()
382 memset(p_dec, 0, sizeof(DXVA2_DecodeBufferDesc)); in commit_buffer()
H A Dh264d_api.c215 p_dxva->syn.buf = mpp_calloc(DXVA2_DecodeBufferDesc, SYNTAX_BUF_SIZE); in init_dxva_ctx()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_api.c51 DXVA2_DecodeBufferDesc *pdes = (DXVA2_DecodeBufferDesc *)task->syntax.data; in explain_input_buffer()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h263d/
H A Dhal_h263d_vdpu2.c35 DXVA2_DecodeBufferDesc **data = syntax.data; in vpu2_h263d_setup_regs_by_syntax()
42 DXVA2_DecodeBufferDesc *desc = data[i]; in vpu2_h263d_setup_regs_by_syntax()
H A Dhal_h263d_vdpu1.c35 DXVA2_DecodeBufferDesc **data = syntax.data; in vpu1_h263d_setup_regs_by_syntax()
42 DXVA2_DecodeBufferDesc *desc = data[i]; in vpu1_h263d_setup_regs_by_syntax()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/mpg4d/
H A Dhal_m4vd_vdpu1.c38 DXVA2_DecodeBufferDesc **data = syntax.data; in vdpu1_mpg4d_setup_regs_by_syntax()
47 DXVA2_DecodeBufferDesc *desc = data[i]; in vdpu1_mpg4d_setup_regs_by_syntax()
H A Dhal_m4vd_vdpu2.c38 DXVA2_DecodeBufferDesc **data = syntax.data; in vdpu2_mpg4d_setup_regs_by_syntax()
47 DXVA2_DecodeBufferDesc *desc = data[i]; in vdpu2_mpg4d_setup_regs_by_syntax()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h263/
H A Dh263d_parser.c131 DXVA2_DecodeBufferDesc *data = &syntax->desc[0]; in h263_syntax_init()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.c1031 DXVA2_DecodeBufferDesc *data = &syntax->desc[0]; in mpg4_syntax_init()