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:THREE_BYTES_SHIFT
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H
A
D
heif_utils.h
28
return (string[BUFFER_INDEX_ZERO] <<
THREE_BYTES_SHIFT
) |
in fourcc_to_code()
H
A
D
heif_constant.h
24
const uint8_t
THREE_BYTES_SHIFT
= 24;
member
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H
A
D
heif_utils.cpp
23
fourcc[BUFFER_INDEX_ZERO] = static_cast<char>((code >>
THREE_BYTES_SHIFT
) & 0xFF);
in code_to_fourcc()
H
A
D
heif_stream.cpp
131
return static_cast<uint32_t>((buf[BUFFER_INDEX_ZERO] <<
THREE_BYTES_SHIFT
) |
in Read32()
153
((uint64_t)buf[BUFFER_INDEX_FOUR] <<
THREE_BYTES_SHIFT
) |
in Read64()
232
data_[position_++] = uint8_t((value >>
THREE_BYTES_SHIFT
) & 0xFF);
in Write32()
245
data_[position_++] = uint8_t((value >>
THREE_BYTES_SHIFT
) & 0xFF);
in Write64()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H
A
D
heif_box.cpp
106
writer.Write32((GetVersion() <<
THREE_BYTES_SHIFT
) | GetFlags());
in WriteHeader()
158
version_ = static_cast<uint8_t>(data >>
THREE_BYTES_SHIFT
);
in ParseFullHeader()
H
A
D
item_property_hvcc_box.cpp
111
outData->push_back((unit.size() >>
THREE_BYTES_SHIFT
) & 0xFF);
in GetHeaders()
/foundation/communication/nfc/services/include/
H
A
D
isodep_card_handler.h
80
static const int
THREE_BYTES_SHIFT
= 24;
member in OHOS::NFC::TAG::IsodepCardHandler
Completed in 3 milliseconds