Searched refs:glyph_cmp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_drawtext.c216 static int glyph_cmp(void *key, const void *b) function
263 av_tree_insert(&dtext->glyphs, glyph, glyph_cmp, &node);
494 glyph = av_tree_find(dtext->glyphs, &dummy, glyph_cmp, NULL);
525 glyph = av_tree_find(dtext->glyphs, &dummy, glyph_cmp, NULL);
732 glyph = av_tree_find(dtext->glyphs, &dummy, (void *)glyph_cmp, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_drawtext.c288 static int glyph_cmp(void *key, const void *b) function
350 av_tree_insert(&s->glyphs, glyph, glyph_cmp, &node);
1041 glyph = av_tree_find(s->glyphs, &dummy, (void *)glyph_cmp, NULL);
1130 glyph = av_tree_find(s->glyphs, &dummy, glyph_cmp, NULL);
1164 glyph = av_tree_find(s->glyphs, &dummy, glyph_cmp, NULL);

Completed in 48 milliseconds