Searched refs:lrc (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | lrcdec.c | 28 #include "lrc.h" 158 LRCContext *lrc = s->priv_data; in lrc_read_header() local 167 lrc->ts_offset = 0; in lrc_read_header() 185 sscanf(comma_offset + 1, "%"SCNd64, &lrc->ts_offset) != 1) { in lrc_read_header() 188 lrc->ts_offset = av_clip64(lrc->ts_offset, INT64_MIN/4, INT64_MAX/4); in lrc_read_header() 205 sub = ff_subtitles_queue_insert(&lrc->q, line.str + ts_strlength, in lrc_read_header() 210 sub->pts = ts_start - lrc->ts_offset; in lrc_read_header() 215 ff_subtitles_queue_finalize(s, &lrc->q); in lrc_read_header() 222 .name = "lrc", [all...] |
H A D | Makefile | 324 OBJS-$(CONFIG_LRC_DEMUXER) += lrcdec.o lrc.o subtitles.o 325 OBJS-$(CONFIG_LRC_MUXER) += lrcenc.o lrc.o
|
/third_party/ffmpeg/tests/fate/ |
H A D | subtitles.mak | 29 FATE_SUBTITLES-$(call DEMMUX, LRC, LRC) += fate-sub-lrc-remux 30 fate-sub-lrc-remux: CMD = fmtstdout lrc -i $(TARGET_SAMPLES)/sub/test-lrc.lrc
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 39263 int lrc = robust_flock(pFile->h, LOCK_EX | LOCK_NB); flockCheckReservedLock() local 39703 int lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1); afpCheckReservedLock() local [all...] |
Completed in 127 milliseconds