Home
last modified time | relevance | path

Searched refs:dependency_id (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dh264e_syntax.h49 RK_S32 dependency_id; member
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c182 READ_BITS(p_bitctx, 3, &currSlice->svcExt.dependency_id); in parser_nalu_header()
190 ASSERT(currSlice->svcExt.dependency_id == 0); in parser_nalu_header()
H A Dh264d_global.h220 RK_U32 dependency_id; member
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c535 prefix->dependency_id = 0; in h264e_proc_hal()
H A Dh264e_slice.c1131 mpp_writer_put_raw_bits(s, prefix->dependency_id, 3); in h264e_slice_write_prefix_nal_unit_svc()