Searched refs:subtitle (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.c | 199 av_log(NULL, AV_LOG_WARNING, "sub2video: non-bitmap subtitle\n"); in sub2video_copy_rect() 289 (possibly overlay) is desperately waiting for a subtitle frame. */ in sub2video_heartbeat() 297 /* do not send the heartbeat frame if the subtitle is already ahead */ in sub2video_heartbeat() 619 avsubtitle_free(&ist->prev_sub.subtitle); in ffmpeg_cleanup() 1021 /* Note: DVB subtitle need one packet to draw them and one other in do_subtitle_out() 1379 // TODO support subtitle filters in reap_filters() 1417 av_log(NULL, AV_LOG_INFO, "video:%1.0fkB audio:%1.0fkB subtitle:%1.0fkB other streams:%1.0fkB global headers:%1.0fkB muxing overhead: ", in print_final_stats() 2276 AVSubtitle subtitle; in transcode_subtitles() local 2279 &subtitle, got_output, pkt); in transcode_subtitles() 2293 end = av_rescale(subtitle in transcode_subtitles() [all...] |
H A D | ffmpeg.h | 354 struct { /* previous decoded subtitle and related variables */ 357 AVSubtitle subtitle; member
|
/third_party/littlefs/scripts/ |
H A D | plot.py | 910 subtitle = s.args.get('title') 915 subtitle = (escape(subtitle).splitlines() 916 if subtitle is not None else []) 940 s.title = subtitle 957 len(s.title), # fit subtitle 1236 # draw subtitle?
|
H A D | plotmpl.py | 803 subtitle = s.args.get('title') 917 if subtitle is not None: 918 ax.set_title(escape(subtitle))
|
/third_party/eudev/hm_src/ |
H A D | keyboard-keys-from-name.h | 423 {"subtitle", KEY_SUBTITLE}, in keyboard_lookup_key()
|
/third_party/skia/gm/ |
H A D | compositor_quads.cpp | 653 const char* subtitle = transformCount == 0 ? "" : "w/ xforms"; in MakeBatched() local 654 return Make("Texture Set", subtitle, std::move(image), nullptr, nullptr, nullptr, nullptr, in MakeBatched()
|
/third_party/ffmpeg/tests/fate/ |
H A D | ffmpeg.mak | 103 # following subtitle's pts.
|
/third_party/ffmpeg/libavformat/ |
H A D | demux.c | 2010 AVSubtitle subtitle; in try_decode_frame() local 2081 ret = avcodec_decode_subtitle2(avctx, &subtitle, in try_decode_frame() 2084 avsubtitle_free(&subtitle); in try_decode_frame()
|
H A D | matroskaenc.c | 1953 CASE(SUBTITLE, subtitle) in mkv_write_tracks() 2758 /* All subtitle blocks are considered to be keyframes. */ in mkv_write_packet_internal()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 3300 \parseargdef\subtitle{%
|
Completed in 30 milliseconds