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:pes_ext
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
mpeg.c
238
int
pes_ext
, ext2_len, id_ext, skip;
in mpegps_read_pes_header()
local
408
pes_ext
= avio_r8(s->pb);
in mpegps_read_pes_header()
412
skip = (
pes_ext
>> 4) & 0xb;
in mpegps_read_pes_header()
414
if (
pes_ext
& 0x40 || skip > header_len) {
in mpegps_read_pes_header()
415
av_log(s, AV_LOG_WARNING, "
pes_ext
%X is invalid\n",
pes_ext
);
in mpegps_read_pes_header()
416
pes_ext
= skip = 0;
in mpegps_read_pes_header()
421
if (
pes_ext
& 0x01) { /* PES extension 2 */
in mpegps_read_pes_header()
H
A
D
mpegts.c
1861
unsigned int flags,
pes_ext
, skip;
in mpegts_push_data()
local
1878
pes_ext
= *r++;
in mpegts_push_data()
1880
skip = (
pes_ext
>> 4) & 0xb;
in mpegts_push_data()
1883
if ((
pes_ext
& 0x41) == 0x01 &&
in mpegts_push_data()
Completed in 9 milliseconds