Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Davstring.h219 static inline av_const int av_isgraph(int c) in av_isgraph() function
/third_party/ffmpeg/libavfilter/
Dvsrc_cellauto.c137 s->buf[i] = !!av_isgraph(*(p++)); in init_pattern_from_string()
Dvf_libopencv.c181 (*values)[*cols*i + j] = !!av_isgraph(*(p++)); in read_shape_from_file()
Dvsrc_life.c213 life->buf[0][i*life->w + j] = av_isgraph(*(p++)) ? ALIVE_CELL : 0; in init_pattern_from_file()
/third_party/ffmpeg/doc/
DAPIchanges2241 Add av_isdigit, av_isgraph, av_isspace, av_isxdigit.