Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_global.h878 typedef struct h264d_input_ctx_t { struct
879 struct h264_dec_ctx_t *p_Dec;
880 struct h264d_cur_ctx_t *p_Cur; //!< current parameters, use in read nalu
881 struct h264d_video_ctx_t *p_Vid; //!< parameters for video decoder
882 enum mpp_decmtd_type dec_mtd;
885 RK_U8 *in_buf;
886 size_t in_length;
887 RK_U32 pkt_eos;
889 MppPacket in_pkt;
891 RK_S64 in_pts;
[all …]