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:prev_sub
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/fftools/
H
A
D
ffmpeg.c
619
avsubtitle_free(&ist->
prev_sub
.subtitle);
in ffmpeg_cleanup()
2292
if (ist->
prev_sub
.got_output) {
in transcode_subtitles()
2293
end = av_rescale(subtitle.pts - ist->
prev_sub
.subtitle.pts,
in transcode_subtitles()
2295
if (end < ist->
prev_sub
.subtitle.end_display_time) {
in transcode_subtitles()
2298
ist->
prev_sub
.subtitle.end_display_time, end,
in transcode_subtitles()
2300
ist->
prev_sub
.subtitle.end_display_time = end;
in transcode_subtitles()
2303
FFSWAP(int, *got_output, ist->
prev_sub
.got_output);
in transcode_subtitles()
2304
FFSWAP(int, ret, ist->
prev_sub
.ret);
in transcode_subtitles()
2305
FFSWAP(AVSubtitle, subtitle, ist->
prev_sub
.subtitle);
in transcode_subtitles()
H
A
D
ffmpeg.h
358
}
prev_sub
;
member
Completed in 8 milliseconds