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:ByteWriter
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/codec/test/demo/heif/include/
H
A
D
buffer_helper.h
58
class
ByteWriter
{
class
60
ByteWriter
() = default;
61
~
ByteWriter
();
H
A
D
codec_heif_helper.h
50
static bool AddPropOnlyForTmap(
ByteWriter
& bw);
51
bool AddPropMirrorAndRotate(
ByteWriter
& bw);
/drivers/peripheral/codec/test/demo/heif/src/
H
A
D
buffer_helper.cpp
162
ByteWriter
bw;
in CreateSharedBuffer()
229
ByteWriter
::~
ByteWriter
()
237
bool
ByteWriter
::CopyDataTo(uint8_t* dstStart)
248
bool
ByteWriter
::Finalize(std::vector<uint8_t>& dst)
in Finalize()
255
bool
ByteWriter
::AddDataFromFile(PropertyType key, const string& filePath)
in AddDataFromFile()
284
bool
ByteWriter
::Finalize(SharedBuffer& buffer)
in Finalize()
H
A
D
codec_heif_helper.cpp
79
bool HeifEncoderHelper::AddPropOnlyForTmap(
ByteWriter
& bw)
in AddPropOnlyForTmap()
130
bool HeifEncoderHelper::AddPropMirrorAndRotate(
ByteWriter
& bw)
in AddPropMirrorAndRotate()
161
ByteWriter
bw;
in CreateImgParam()
308
ByteWriter
bw;
in FillMetaItem()
Completed in 2 milliseconds