Home
last modified time | relevance | path

Searched defs:h264d_dxva_ctx_t (Results 1 – 1 of 1) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_global.h863 typedef struct h264d_dxva_ctx_t { struct
864 RK_U8 cfgBitstrmRaw;
865 struct _DXVA_PicParams_H264_MVC pp;
866 struct _DXVA_Qmatrix_H264 qm;
867 RK_U32 max_slice_size;
868 RK_U32 slice_count;
869 struct _DXVA_Slice_H264_Long *slice_long; //!< MAX_SLICES
870 RK_U8 *bitstream;
871 RK_U32 max_strm_size;
872 RK_U32 strm_offset;
[all …]