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:sami
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
samidec.c
44
SAMIContext *
sami
= avctx->priv_data;
in sami_paragraph_to_ass()
local
49
AVBPrint *dst_content = &
sami
->encoded_content;
in sami_paragraph_to_ass()
50
AVBPrint *dst_source = &
sami
->encoded_source;
in sami_paragraph_to_ass()
55
av_bprint_clear(&
sami
->encoded_content);
in sami_paragraph_to_ass()
56
av_bprint_clear(&
sami
->content);
in sami_paragraph_to_ass()
57
av_bprint_clear(&
sami
->encoded_source);
in sami_paragraph_to_ass()
61
AVBPrint *dst = &
sami
->content;
in sami_paragraph_to_ass()
80
dst = &
sami
->source;
in sami_paragraph_to_ass()
118
av_bprint_clear(&
sami
->full);
in sami_paragraph_to_ass()
119
if (
sami
in sami_paragraph_to_ass()
139
SAMIContext *
sami
= avctx->priv_data;
sami_decode_frame()
local
156
SAMIContext *
sami
= avctx->priv_data;
sami_init()
local
167
SAMIContext *
sami
= avctx->priv_data;
sami_close()
local
178
SAMIContext *
sami
= avctx->priv_data;
sami_flush()
local
[all...]
/third_party/ffmpeg/libavformat/
H
A
D
samidec.c
49
SAMIContext *
sami
= s->priv_data;
in sami_read_header()
local
87
sub = ff_subtitles_queue_insert(&
sami
->q, buf.str, buf.len, !is_sync);
in sami_read_header()
113
ff_subtitles_queue_finalize(s, &
sami
->q);
in sami_read_header()
121
.name = "
sami
",
127
.extensions = "smi,
sami
",
/third_party/ffmpeg/tests/fate/
H
A
D
subtitles.mak
59
FATE_SUBTITLES_ASS-$(call DEMDEC, SAMI, SAMI) += fate-sub-
sami
60
fate-sub-
sami
: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/SAMI_capability_tester.smi
Completed in 2 milliseconds