Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/
H A Dmpp_cfg_io.c486 rk_s32 str_start = 0; in mpp_cfg_find() local
507 mpp_logi("try match %s\n", name + str_start); in mpp_cfg_find()
509 if (pos->name && !strcmp(pos->name, name + str_start)) { in mpp_cfg_find()
524 if (array_pos->name && !strcmp(array_pos->name, name + str_start)) { in mpp_cfg_find()
539 str_start = i + 1; in mpp_cfg_find()