Home
last modified time | relevance | path

Searched refs:last_tag (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhtmlsubtitles.c230 struct font_tag *last_tag = &stack[sptr]; in ff_htmlmarkup_to_ass() local
233 if (!last_tag->size) in ff_htmlmarkup_to_ass()
235 else if (last_tag->size != cur_tag->size) in ff_htmlmarkup_to_ass()
236 av_bprintf(dst, "{\\fs%d}", last_tag->size); in ff_htmlmarkup_to_ass()
240 if (!(last_tag->color & 0xff000000)) in ff_htmlmarkup_to_ass()
242 else if (last_tag->color != cur_tag->color) in ff_htmlmarkup_to_ass()
243 av_bprintf(dst, "{\\c&H%"PRIX32"&}", last_tag->color & 0xffffff); in ff_htmlmarkup_to_ass()
247 if (!last_tag->face[0]) in ff_htmlmarkup_to_ass()
249 else if (strcmp(last_tag->face, cur_tag->face)) in ff_htmlmarkup_to_ass()
250 av_bprintf(dst, "{\\fn%s}", last_tag in ff_htmlmarkup_to_ass()
[all...]
H A Dtiff.c85 unsigned last_tag; member
1232 if (tag <= s->last_tag) in tiff_decode_tag()
1237 s->last_tag = tag; in tiff_decode_tag()
1803 s->last_tag = 0; in decode_frame()
/third_party/ltp/pan/cgi/
H A Dreconsile.cgi138 $last_tag = "";
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource.cc200 // last_tag set to dummy value that is different from tag. in WriteMessage()
201 uint32 tag = stream_->ReadTag(), last_tag = tag + 1; in WriteMessage() local
212 if (tag != last_tag) { // Update field only if tag is changed. in WriteMessage()
213 last_tag = tag; in WriteMessage()

Completed in 6 milliseconds