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:pixFormat
(Results
1 - 5
of
5
) sorted by relevance
/test/xts/hats/hdf/codec/hdi_idlomx/
H
A
D
codec_hdi_omx_enc_test.cpp
127
* @tc.desc : Verify the GetParameter function when the input parameter
pixFormat
.portIndex is outputIndex.
133
CodecVideoPortFormatParam
pixFormat
;
in HWTEST_F()
local
134
func_->InitExtParam(
pixFormat
);
in HWTEST_F()
135
pixFormat
.portIndex = outputIndex;
in HWTEST_F()
136
pixFormat
.codecColorIndex = 0;
in HWTEST_F()
139
func_->ObjectToVector(
pixFormat
, inParam);
in HWTEST_F()
149
* @tc.desc : Verify the GetParameter function when the input parameter
pixFormat
.portIndex is inputIndex.
155
CodecVideoPortFormatParam
pixFormat
;
in HWTEST_F()
local
156
func_->InitExtParam(
pixFormat
);
in HWTEST_F()
157
pixFormat
in HWTEST_F()
363
CodecVideoPortFormatParam
pixFormat
;
HWTEST_F()
local
[all...]
/test/xts/hats/hdf/codec/hdi_omx/
H
A
D
codec_hdi_omx_test.cpp
322
CodecVideoPortFormatParam
pixFormat
;
in HWTEST_F()
local
323
InitExtParam(
pixFormat
);
in HWTEST_F()
324
pixFormat
.portIndex = (uint32_t)PortIndex::PORT_INDEX_OUTPUT;
in HWTEST_F()
325
pixFormat
.codecColorIndex = 0;
in HWTEST_F()
327
reinterpret_cast<int8_t *>(&
pixFormat
), sizeof(
pixFormat
));
in HWTEST_F()
338
CodecVideoPortFormatParam
pixFormat
;
in HWTEST_F()
local
339
InitExtParam(
pixFormat
);
in HWTEST_F()
340
pixFormat
.portIndex = (uint32_t)PortIndex::PORT_INDEX_INPUT;
in HWTEST_F()
341
pixFormat
in HWTEST_F()
500
CodecVideoPortFormatParam
pixFormat
;
HWTEST_F()
local
[all...]
/test/xts/hats/hdf/display/composer/common/
H
A
D
hdi_test_layer.cpp
152
layerInfo_.width, layerInfo_.height, layerInfo_.
pixFormat
);
in Init()
H
A
D
hdi_test_display.cpp
61
layerinfo.
pixFormat
= Composer::V1_0::PIXEL_FMT_BGRA_8888;
in Init()
/test/xts/hats/hdf/hdf_lite/display/
H
A
D
display_test.c
67
layInfo->
pixFormat
= PIXEL_FMT_RGBA_5551;
in GetLayerInfo()
Completed in 4 milliseconds