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:tmapMeta
(Results
1 - 2
of
2
) sorted by relevance
/drivers/peripheral/codec/test/demo/heif/src/
H
A
D
codec_heif_helper.cpp
97
ToneMapMetadata
tmapMeta
;
in AddPropOnlyForTmap()
local
99
tmapMeta
.channelCnt = MULTI_CHANNEL;
in AddPropOnlyForTmap()
100
tmapMeta
.useBaseColorSpace = true;
in AddPropOnlyForTmap()
101
tmapMeta
.baseHdrHeadroom = {12, 23};
in AddPropOnlyForTmap()
102
tmapMeta
.alternateHdrHeadroom = {36, 62};
in AddPropOnlyForTmap()
103
tmapMeta
.channels1 = {
in AddPropOnlyForTmap()
110
tmapMeta
.channels2 = {
in AddPropOnlyForTmap()
117
tmapMeta
.channels3 = {
in AddPropOnlyForTmap()
124
IF_TRUE_RETURN_VAL_WITH_MSG(!bw.AddData<ToneMapMetadata>(TONE_MAP_METADATA,
tmapMeta
), false,
in AddPropOnlyForTmap()
/drivers/peripheral/codec/test/unittest/hdi_image/
H
A
D
codec_hdi_heif_encode_test.cpp
235
ToneMapMetadata
tmapMeta
;
in SetPropeForTmap()
local
237
tmapMeta
.channelCnt = MULTI_CHANNEL;
in SetPropeForTmap()
238
tmapMeta
.useBaseColorSpace = true;
in SetPropeForTmap()
239
tmapMeta
.baseHdrHeadroom = {12, 23};
in SetPropeForTmap()
240
tmapMeta
.alternateHdrHeadroom = {36, 62};
in SetPropeForTmap()
241
tmapMeta
.channels1 = {
in SetPropeForTmap()
248
tmapMeta
.channels2 = {
in SetPropeForTmap()
255
tmapMeta
.channels3 = {
in SetPropeForTmap()
262
IF_TRUE_RETURN_VAL(!pw.AddData<ToneMapMetadata>(TONE_MAP_METADATA,
tmapMeta
), false);
in SetPropeForTmap()
Completed in 3 milliseconds