Searched defs:h264_frame_store_t (Results 1 – 1 of 1) sorted by relevance
363 typedef struct h264_frame_store_t { struct364 RK_S32 is_used; //!< 0=empty; 1=top; 2=bottom; 3=both fields (or frame)365 …erence; //!< 0=not used for ref; 1=top used; 2=bottom used; 3=both fields (or frame) used366 …g_term; //!< 0=not used for ref; 1=top used; 2=bottom used; 3=both fields (or frame) used367 …arking by nal_ref_idc: 0=not used for ref; 1=top used; 2=bottom used; 3=both fields (or frame) used368 RK_S32 is_non_existent;369 RK_S32 frame_num_wrap;370 RK_S32 long_term_frame_idx;371 RK_S32 is_output;372 RK_S32 poc;[all …]