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:layout
(Results
1 - 10
of
10
) sorted by relevance
/drivers/interface/display/buffer/v1_2/hdi_impl/
H
A
D
display_buffer_hdi_impl.h
52
int32_t GetImageLayout(const BufferHandle& handle, ImageLayout&
layout
) const override
58
int32_t ret = mapper_v1_2_->GetImageLayout(hdiBuffer,
layout
);
/drivers/interface/display/buffer/v1_2/include/
H
A
D
idisplay_buffer.h
39
virtual int32_t GetImageLayout(const BufferHandle& handle, ImageLayout&
layout
) const = 0;
/drivers/peripheral/display/buffer/hdi_service/src/
H
A
D
mapper_service.cpp
177
int32_t MapperService::GetImageLayout(const sptr<NativeBuffer>& handle, V1_2::ImageLayout&
layout
)
in GetImageLayout()
argument
184
int32_t ret = vdiImpl_->GetImageLayout(*buffer,
layout
);
in GetImageLayout()
/drivers/peripheral/display/buffer/hdi_service/include/
H
A
D
mapper_service.h
42
int32_t GetImageLayout(const sptr<NativeBuffer>& handle, V1_2::ImageLayout&
layout
) override;
H
A
D
idisplay_buffer_vdi.h
132
virtual int32_t GetImageLayout(const BufferHandle& handle, V1_2::ImageLayout&
layout
) const = 0;
/drivers/peripheral/display/buffer/vdi_base/include/
H
A
D
display_buffer_vdi_impl.h
48
Display::Buffer::V1_2::ImageLayout&
layout
) const override;
/drivers/peripheral/display/buffer/vdi_base/src/
H
A
D
display_buffer_vdi_impl.cpp
113
int32_t DisplayBufferVdiImpl::GetImageLayout(const BufferHandle& handle, ImageLayout&
layout
) const
in GetImageLayout()
/drivers/peripheral/codec/test/demo/heif/src/
H
A
D
buffer_helper.cpp
79
ImageLayout
layout
;
in CopyYuvData()
local
80
int32_t ret = bufferMgr_->GetImageLayout(*handle,
layout
);
in CopyYuvData()
87
layout
.planes[PLANE_U].offset :
in CopyYuvData()
88
layout
.planes[PLANE_V].offset;
in CopyYuvData()
/drivers/hdf_core/framework/support/platform/include/hdmi/
H
A
D
hdmi_dfm.h
148
uint32_t
layout
;
member
/drivers/hdf_core/framework/support/platform/src/hdmi/
H
A
D
hdmi_dfm.c
62
param->
layout
= (audioAttr->channels > HDMI_AUDIO_FORMAT_CHANNEL_2) ? true : false;
in HdmiDfmFillParam()
115
if (param->
layout
== false) {
in HdmiDfmGetAudioPackets()
Completed in 4 milliseconds