Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.h77 typedef struct SliceHeader { struct
78 RK_U32 pps_id;
81 RK_U32 slice_segment_addr;
83 RK_U32 slice_addr;
85 enum SliceType slice_type;
87 RK_S32 pic_order_cnt_lsb;
89 RK_U8 first_slice_in_pic_flag;
90 RK_U8 dependent_slice_segment_flag;
91 RK_U8 pic_output_flag;
92 RK_U8 colour_plane_id;
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h349 typedef struct SliceHeader { struct
350 RK_U32 pps_id;
353 RK_U32 slice_segment_addr;
355 RK_U32 slice_addr;
357 SliceType slice_type;
359 RK_S32 pic_order_cnt_lsb;
361 RK_U8 first_slice_in_pic_flag;
362 RK_U8 dependent_slice_segment_flag;
363 RK_U8 pic_output_flag;
364 RK_U8 colour_plane_id;
[all …]