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:substr_hdr
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
truehd_core_bsf.c
126
uint16_t
substr_hdr
= 0;
in truehd_core_filter()
local
128
substr_hdr
|= (units[i].bits[0] << 15);
in truehd_core_filter()
129
substr_hdr
|= (units[i].bits[1] << 14);
in truehd_core_filter()
130
substr_hdr
|= (units[i].bits[2] << 13);
in truehd_core_filter()
131
substr_hdr
|= (units[i].bits[3] << 12);
in truehd_core_filter()
132
substr_hdr
|= units[i].offset;
in truehd_core_filter()
134
AV_WB16(pkt->data + have_header * 28 + 4 + bpos,
substr_hdr
);
in truehd_core_filter()
136
parity_nibble ^=
substr_hdr
;
in truehd_core_filter()
H
A
D
mlpenc.c
1099
uint16_t
substr_hdr
= 0;
in write_frame_headers()
local
1101
substr_hdr
|= (0 << 15); /* extraword */
in write_frame_headers()
1102
substr_hdr
|= (!restart_frame << 14); /* !restart_frame */
in write_frame_headers()
1103
substr_hdr
|= (1 << 13); /* checkdata */
in write_frame_headers()
1104
substr_hdr
|= (0 << 12); /* ??? */
in write_frame_headers()
1105
substr_hdr
|= (substream_data_len[substr] / 2) & 0x0FFF;
in write_frame_headers()
1107
AV_WB16(substream_headers,
substr_hdr
);
in write_frame_headers()
Completed in 5 milliseconds