Searched refs:lex_fixed (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | sbgdec.c | 256 static int lex_fixed(struct sbg_parser *p, const char *t, int l) in lex_fixed() function 468 if (lex_fixed(p, "NOW", 3)) { in parse_timestamp() 554 if (lex_fixed(p, "->", 2)) { in parse_time_sequence() 649 if (!lex_fixed(p, "pink", 4)) in parse_synth_channel_pink() 663 if (!lex_fixed(p, "bell", 4)) in parse_synth_channel_bell() 681 if (!lex_fixed(p, "mix", 3)) in parse_synth_channel_mix() 695 if (!lex_fixed(p, "spin:", 5)) in parse_synth_channel_spin()
|