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:ASSSplitContext
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
ass_split.h
101
typedef struct
ASSSplitContext
ASSSplitContext
;
typedef
110
ASSSplitContext
*ff_ass_split(const char *buf);
124
ASSDialog *ff_ass_split_dialog(
ASSSplitContext
*ctx, const char *buf);
127
* Free all the memory allocated for an
ASSSplitContext
.
131
void ff_ass_split_free(
ASSSplitContext
*ctx);
189
ASSStyle *ff_ass_style_get(
ASSSplitContext
*ctx, const char *style);
H
A
D
ass_split.c
205
struct
ASSSplitContext
{
struct
213
static uint8_t *realloc_section_array(
ASSSplitContext
*ctx)
in realloc_section_array()
255
static const char *ass_split_section(
ASSSplitContext
*ctx, const char *buf)
in ass_split_section()
357
static int ass_split(
ASSSplitContext
*ctx, const char *buf)
in ass_split()
382
ASSSplitContext
*ff_ass_split(const char *buf)
in ff_ass_split()
384
ASSSplitContext
*ctx = av_mallocz(sizeof(*ctx));
in ff_ass_split()
397
static void free_section(
ASSSplitContext
*ctx, const ASSSection *section)
in free_section()
433
ASSDialog *ff_ass_split_dialog(
ASSSplitContext
*ctx, const char *buf)
in ff_ass_split_dialog()
470
void ff_ass_split_free(
ASSSplitContext
*ctx)
in ff_ass_split_free()
578
ASSStyle *ff_ass_style_get(
ASSSplitContext
*ct
[all...]
H
A
D
webvttenc.c
34
ASSSplitContext
*ass_ctx;
H
A
D
srtenc.c
37
ASSSplitContext
*ass_ctx;
H
A
D
ttmlenc.c
41
ASSSplitContext
*ass_ctx;
H
A
D
movtextenc.c
75
ASSSplitContext
*ass_ctx;
Completed in 5 milliseconds