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:alignedHeight_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H
A
D
image_sink_decoder.cpp
52
alignedHeight_
= configParam_.GetVideoHeight();
in ConfigureDecoder()
53
if (
alignedHeight_
% ALIGNEDBITS != 0) {
in ConfigureDecoder()
54
alignedHeight_
= ((
alignedHeight_
/ ALIGNEDBITS) + 1) * ALIGNEDBITS;
in ConfigureDecoder()
153
srcDataOffset = alignedWidth *
alignedHeight_
;
in OffsetProcess()
197
if (static_cast<uint32_t>(
alignedHeight_
) == configParam_.GetVideoHeight()) {
in ConsumeSurface()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H
A
D
screenregion.cpp
256
alignedHeight_
= videoParam_->GetVideoHeight();
in SetAlignedHeight()
257
if (
alignedHeight_
% ALIGNEDBITS != 0) {
in SetAlignedHeight()
258
alignedHeight_
= ((
alignedHeight_
/ ALIGNEDBITS) + 1) * ALIGNEDBITS;
in SetAlignedHeight()
366
srcOffset = alignedWidth *
alignedHeight_
;
in GetWSBuffer()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/include/
H
A
D
screenregion.h
70
uint32_t
alignedHeight_
= 0;
member in OHOS::DistributedHardware::V2_0::ScreenRegion
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/include/
H
A
D
image_sink_decoder.h
96
uint32_t
alignedHeight_
= 0;
member in OHOS::DistributedHardware::ImageSinkDecoder
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/2.0/src/
H
A
D
screenregion_test.cpp
451
EXPECT_EQ(screenRegion_->
alignedHeight_
, 32);
in HWTEST_F()
457
EXPECT_EQ(screenRegion_->
alignedHeight_
, 32);
in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H
A
D
decode_data_process.h
135
int32_t
alignedHeight_
= 0;
member in OHOS::DistributedHardware::DecodeDataProcess
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H
A
D
decode_data_process.cpp
76
alignedHeight_
= GetAlignedHeight(sourceConfig_.GetHeight());
in InitNode()
334
alignedHeight_
= 0;
in ReleaseProcessNode()
525
int32_t alignedHeight =
alignedHeight_
;
in GetDecoderOutputBuffer()
H
A
D
decode_data_process_common.cpp
76
alignedHeight_
= GetAlignedHeight(sourceConfig_.GetHeight());
in InitNode()
381
alignedHeight_
= 0;
in ReleaseProcessNode()
572
int32_t alignedHeight =
alignedHeight_
;
in GetDecoderOutputBuffer()
Completed in 7 milliseconds