Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dtedcaptionsdec.c131 static int parse_label(AVIOContext *pb, int *cur_byte, AVBPrint *bp) in parse_label() function
197 ret = parse_label(pb, &cur_byte, &label); in parse_file()
210 ret = parse_label(pb, &cur_byte, &label); in parse_file()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_text.c408 static boolean parse_label( struct translate_ctx *ctx, uint *val ) in parse_label() function
1869 if (parse_label( ctx, &label_val )) { in translate()