Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_global.h363 typedef struct h264_frame_store_t { struct
364 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) used
366 …g_term; //!< 0=not used for ref; 1=top used; 2=bottom used; 3=both fields (or frame) used
367 …arking by nal_ref_idc: 0=not used for ref; 1=top used; 2=bottom used; 3=both fields (or frame) used
368 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 …]