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:last_serial
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
wtvenc.c
106
int64_t
last_serial
;
member
485
wctx->
last_serial
= wctx->serial;
in write_packet()
636
avio_wl64(pb, wctx->
last_serial
);
in write_table_entries_time()
/third_party/ffmpeg/fftools/
H
A
D
ffplay.c
2026
int
last_serial
= -1;
in audio_thread()
local
2049
is->auddec.pkt_serial !=
last_serial
;
in audio_thread()
2057
is->audio_filter_src.freq, is->audio_filter_src.ch_layout.nb_channels, av_get_sample_fmt_name(is->audio_filter_src.fmt), buf1,
last_serial
,
in audio_thread()
2065
last_serial
= is->auddec.pkt_serial;
in audio_thread()
2132
int
last_serial
= -1;
in video_thread()
local
2150
||
last_serial
!= is->viddec.pkt_serial
in video_thread()
2155
(const char *)av_x_if_null(av_get_pix_fmt_name(last_format), "none"),
last_serial
,
in video_thread()
2177
last_serial
= is->viddec.pkt_serial;
in video_thread()
Completed in 8 milliseconds