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:info_hdr
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
rtpenc_vc2hq.c
55
char *
info_hdr
= &rtp_ctx->buf[4];
in send_picture()
local
80
AV_WB32(&
info_hdr
[ 0], pic_nr);
in send_picture()
81
AV_WB16(&
info_hdr
[ 4], prefix_bytes);
in send_picture()
82
AV_WB16(&
info_hdr
[ 6], size_scaler);
in send_picture()
83
AV_WB16(&
info_hdr
[ 8], frag_len);
in send_picture()
84
AV_WB16(&
info_hdr
[10], 0 /* nr. of slices */);
in send_picture()
91
AV_WB16(&
info_hdr
[ 8], frag_len);
in send_picture()
92
AV_WB16(&
info_hdr
[10], 1 /* nr. of slices */);
in send_picture()
93
AV_WB16(&
info_hdr
[12], 0 /* slice x */);
in send_picture()
94
AV_WB16(&
info_hdr
[1
in send_picture()
[all...]
Completed in 1 milliseconds