Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_helpers.c392 int start_code_size; in vpu_helper_find_startcode() local
402 start_code_size = 4; in vpu_helper_find_startcode()
411 if (i < start_code_size - 1) in vpu_helper_find_startcode()
414 ret = i + 1 - start_code_size; in vpu_helper_find_startcode()