Home
last modified time | relevance | path

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

/third_party/ffmpeg/tests/
Drefcmp-metadata.awk13 function is_numeric_str(str) { function
29 if (split(line, fields) == 2 && is_numeric_str(fields[2])) {
42 if (NF == 2 && is_numeric_str($2) && ref_vals[NR]) {