Home
last modified time | relevance | path

Searched defs:notfound (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/mpp/utils/
H A Diniparser.c454 long int iniparser_getlongint(const dictionary * d, const char * key, long int notfound) in iniparser_getlongint()
491 int iniparser_getint(const dictionary * d, const char * key, int notfound) in iniparser_getint()
509 double iniparser_getdouble(const dictionary * d, const char * key, double notfound) in iniparser_getdouble()
550 int iniparser_getboolean(const dictionary * d, const char * key, int notfound) in iniparser_getboolean()
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-jpeg/
H A Dmtk_jpeg_dec_parse.c60 bool notfound = true; in mtk_jpeg_do_parse() local
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c1115 int c, components = 0, notfound, n_dht = 0, n_dqt = 0; in s5p_jpeg_parse_hdr() local