Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_global.h303 typedef struct h264_store_pic_t { struct
323 struct h264_store_pic_t *top_field; //!< for mb aff, if frame for referencing the top field argument
324 … struct h264_store_pic_t *bottom_field; //!< for mb aff, if frame for referencing the bottom field argument
325 …struct h264_store_pic_t *frame; //!< for mb aff, if field for referencing the combined fra… argument
327 RK_S32 slice_type;
328 RK_S32 idr_flag;
329 RK_S32 no_output_of_prior_pics_flag;
330 RK_S32 long_term_reference_flag;
331 RK_S32 adaptive_ref_pic_buffering_flag;
332 RK_S32 chroma_format_idc;
[all …]