Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser2_syntax.c415 static const RK_U32 start_code_size = sizeof(start_code); in h265d_syntax_fill_slice() local
433 memcpy(current, start_code, start_code_size); in h265d_syntax_fill_slice()
434 current += start_code_size; in h265d_syntax_fill_slice()
435 position += start_code_size; in h265d_syntax_fill_slice()