Searched defs:h264_store_pic_t (Results 1 – 1 of 1) sorted by relevance
303 typedef struct h264_store_pic_t { struct323 struct h264_store_pic_t *top_field; //!< for mb aff, if frame for referencing the top field argument324 … struct h264_store_pic_t *bottom_field; //!< for mb aff, if frame for referencing the bottom field argument325 …struct h264_store_pic_t *frame; //!< for mb aff, if field for referencing the combined fra… argument327 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 …]