Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c1566 for (i = 0; i < s->nal_length_size; i++) in split_nal_units()
1568 buf += s->nal_length_size; in split_nal_units()
1569 length -= s->nal_length_size; in split_nal_units()
1823 s->nal_length_size = 1 + (ptr[14 + 7] & 3); in hevc_parser_extradata()
H A Dh265d_parser.h558 RK_S32 nal_length_size; ///< Number of bytes used for nal length (1, 2 or 4) member