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:skip_packets
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
xma_parser.c
27
int
skip_packets
;
member
40
if (s->
skip_packets
== 0) {
in xma_parse()
42
s->
skip_packets
= buf[packet * 2048 + 3] + 1;
in xma_parse()
44
s->
skip_packets
--;
in xma_parse()
H
A
D
wmaprodec.c
229
uint8_t
skip_packets
; ///< packets to skip to find next packet in a stream (XMA1/2)
member
1684
s->
skip_packets
= get_bits(gb, 8);
in decode_packet()
1685
ff_dlog(avctx, "packet[%d]: skip packets %d\n", avctx->frame_number, s->
skip_packets
);
in decode_packet()
1892
/* select stream with 0
skip_packets
(= uses next packet) */
in xma_decode_packet()
1893
if (s->xma[s->current_stream].
skip_packets
!= 0) {
in xma_decode_packet()
1896
min[0] = s->xma[0].
skip_packets
;
in xma_decode_packet()
1900
if (s->xma[i].
skip_packets
< min[0]) {
in xma_decode_packet()
1901
min[0] = s->xma[i].
skip_packets
;
in xma_decode_packet()
1911
s->xma[i].
skip_packets
= FFMAX(0, s->xma[i].
skip_packets
in xma_decode_packet()
[all...]
Completed in 4 milliseconds