Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser2_syntax.c377 static const RK_U32 start_code_size = sizeof(start_code); in h265d_syntax_fill_slice() local
395 memcpy(current, start_code, start_code_size); in h265d_syntax_fill_slice()
396 current += start_code_size; in h265d_syntax_fill_slice()
397 position += start_code_size; in h265d_syntax_fill_slice()