Home
last modified time | relevance | path

Searched refs:svcExt (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c177 currSlice->svcExt.valid = 1; in parser_nalu_header()
179 READ_ONEBIT(p_bitctx, &currSlice->svcExt.idr_flag); in parser_nalu_header()
180 READ_BITS(p_bitctx, 6, &currSlice->svcExt.priority_id); in parser_nalu_header()
181 READ_ONEBIT(p_bitctx, &currSlice->svcExt.no_inter_layer_pred_flag); in parser_nalu_header()
182 READ_BITS(p_bitctx, 3, &currSlice->svcExt.dependency_id); in parser_nalu_header()
183 READ_BITS(p_bitctx, 4, &currSlice->svcExt.quality_id); in parser_nalu_header()
184 READ_BITS(p_bitctx, 3, &currSlice->svcExt.temporal_id); in parser_nalu_header()
185 READ_ONEBIT(p_bitctx, &currSlice->svcExt.use_ref_base_pic_flag); in parser_nalu_header()
186 READ_ONEBIT(p_bitctx, &currSlice->svcExt.discardable_flag); in parser_nalu_header()
187 READ_ONEBIT(p_bitctx, &currSlice->svcExt.output_flag); in parser_nalu_header()
[all …]
H A Dh264d_pps.c198 if ((currSlice->svcExt.use_ref_base_pic_flag || in process_prefix()
200 !currSlice->svcExt.idr_flag) { in process_prefix()
H A Dh264d_init.c512 struct h264_nalu_svc_ext_t *svcExt = &slice->svcExt; in dpb_mark_malloc() local
514 if (svcExt->valid && impl->meta) in dpb_mark_malloc()
515 mpp_meta_set_s32(impl->meta, KEY_TEMPORAL_ID, svcExt->temporal_id); in dpb_mark_malloc()
H A Dh264d_global.h756 struct h264_nalu_svc_ext_t svcExt; member