Home
last modified time | relevance | path

Searched refs:nal_length_size (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c1625 for (i = 0; i < s->nal_length_size; i++) in split_nal_units()
1627 buf += s->nal_length_size; in split_nal_units()
1628 length -= s->nal_length_size; in split_nal_units()
1889 s->nal_length_size = 1 + (ptr[14 + 7] & 3); in hevc_parser_extradata()
H A Dh265d_parser.h589 RK_S32 nal_length_size; ///< Number of bytes used for nal length (1, 2 or 4) member