Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:subtitles
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
Makefile
113
OBJS-$(CONFIG_AQTITLE_DEMUXER) += aqtitledec.o
subtitles
.o
124
OBJS-$(CONFIG_ASS_DEMUXER) += assdec.o
subtitles
.o
314
OBJS-$(CONFIG_JACOSUB_DEMUXER) += jacosubdec.o
subtitles
.o
324
OBJS-$(CONFIG_LRC_DEMUXER) += lrcdec.o lrc.o
subtitles
.o
339
OBJS-$(CONFIG_MCC_DEMUXER) += mccdec.o
subtitles
.o
342
OBJS-$(CONFIG_MICRODVD_DEMUXER) += microdvddec.o
subtitles
.o
379
OBJS-$(CONFIG_MPL2_DEMUXER) += mpl2dec.o
subtitles
.o
381
OBJS-$(CONFIG_MPSUB_DEMUXER) += mpsubdec.o
subtitles
.o
470
OBJS-$(CONFIG_PJS_DEMUXER) += pjsdec.o
subtitles
.o
479
OBJS-$(CONFIG_REALTEXT_DEMUXER) += realtextdec.o
subtitles
[all...]
H
A
D
dashdec.c
129
struct representation **
subtitles
;
member
394
struct representation *pls = c->
subtitles
[i];
in free_subtitle_list()
397
av_freep(&c->
subtitles
);
in free_subtitle_list()
1083
ret = av_dynarray_add_nofree(&c->
subtitles
, &c->n_subtitles, rep);
in parse_manifest_representation()
1493
struct representation **
subtitles
= c->
subtitles
;
in refresh_manifest()
local
1502
c->
subtitles
= NULL;
in refresh_manifest()
1521
"new manifest has mismatched no. of
subtitles
representations, %d -> %d\n",
in refresh_manifest()
1566
if (c->
subtitles
)
in refresh_manifest()
1574
c->
subtitles
in refresh_manifest()
[all...]
H
A
D
hls.c
342
char
subtitles
[MAX_FIELD_LEN];
member
363
strcpy(var->subtitles_group, info->
subtitles
);
in new_variant()
384
*dest = info->
subtitles
;
in handle_variant_args()
385
*dest_len = sizeof(info->
subtitles
);
in handle_variant_args()
508
/* URI is mandatory for
subtitles
as per spec */
in new_rendition()
514
/* TODO: handle
subtitles
(each segment has to parsed separately) */
in new_rendition()
/third_party/ffmpeg/tests/fate/
H
A
D
subtitles.mak
108
fate-sub-charenc: CMD = fmtstdout ass -sub_charenc cp1251 -i $(TARGET_SAMPLES)/sub/cp1251-
subtitles
.sub
128
fate-
subtitles
: $(FATE_SUBTITLES)
H
A
D
matroska.mak
174
# This test muxes DVB
subtitles
twice into Matroska: Once normally
/third_party/ffmpeg/libavfilter/
H
A
D
vf_subtitles.c
25
* Libass
subtitles
burning filter.
27
* @see{http://www.matroska.org/technical/specs/
subtitles
/ssa.html}
255
.description = NULL_IF_CONFIG_SMALL("Render ASS
subtitles
onto input video using the libass library."),
307
AVFILTER_DEFINE_CLASS(
subtitles
);
variable
332
/* Open
subtitles
file */
in init_subtitles()
342
/* Locate
subtitles
stream */
in init_subtitles()
404
"Only text based
subtitles
are currently supported\n");
in init_subtitles()
423
* timestamps: in the current API the decoded
subtitles
have their pts
in init_subtitles()
456
/* Decode
subtitles
and push them into the renderer (libass) */
in init_subtitles()
494
.name = "
subtitles
",
[all...]
/third_party/ffmpeg/tests/
H
A
D
Makefile
235
include $(SRC_PATH)/tests/fate/
subtitles
.mak
/third_party/ffmpeg/
H
A
D
configure
221
--enable-libass enable libass
subtitles
rendering,
222
needed for
subtitles
and ass filter [no]
Completed in 16 milliseconds