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:read16
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
brstm.c
83
static av_always_inline unsigned int
read16
(AVFormatContext *s)
in read16()
function
131
size =
read16
(s);
in read_header()
143
header_size =
read16
(s); // 6
in read_header()
147
section_count =
read16
(s);
in read_header()
152
uint16_t flag =
read16
(s);
in read_header()
219
st->codecpar->sample_rate = bfstm ? read32(s) :
read16
(s);
in read_header()
/third_party/ffmpeg/libavcodec/
H
A
D
dpx.c
64
static unsigned int
read16
(const uint8_t **ptr, int is_big)
in read16()
function
235
packing =
read16
(&buf, endian);
in decode_frame()
236
encoding =
read16
(&buf, endian);
in decode_frame()
675
*dst[2]++ =
read16
(&buf, endian) >> shift & 0xFFF;
in decode_frame()
676
*dst[0]++ =
read16
(&buf, endian) >> shift & 0xFFF;
in decode_frame()
678
*dst[1]++ =
read16
(&buf, endian) >> shift & 0xFFF;
in decode_frame()
680
*dst[3]++ =
read16
(&buf, endian) >> shift & 0xFFF;
in decode_frame()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H
A
D
Endian.h
362
inline uint16_t
read16
(const void *P, endianness E) {
372
template <endianness E> inline uint16_t
read16
(const void *P) {
382
inline uint16_t read16le(const void *P) { return
read16
<little>(P); }
385
inline uint16_t read16be(const void *P) { return
read16
<big>(P); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
Endian.h
307
template <endianness E> inline uint16_t
read16
(const void *P) {
317
inline uint16_t read16le(const void *P) { return
read16
<little>(P); }
320
inline uint16_t read16be(const void *P) { return
read16
<big>(P); }
Completed in 4 milliseconds