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:isAstc_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H
A
D
pixel_map.h
173
return
isAstc_
;
in IsAstc()
178
isAstc_
= isAstc;
in SetAstc()
287
bool
isAstc_
= false;
member in OHOS::Media::PixelMap
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H
A
D
pixel_map.h
280
return
isAstc_
;
in IsAstc()
285
isAstc_
= isAstc;
in SetAstc()
510
bool
isAstc_
= false;
member in OHOS::Media::PixelMap
H
A
D
image_source.h
398
std::optional<bool>
isAstc_
;
member in OHOS::HDI::Display::Graphic::Common::OHOS::Media::DecodeEvent::ImageDecodingState::SourceDecodingState::SourceInfoState::ImageSource
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H
A
D
rs_draw_cmd_test.cpp
137
pixelMapT->
isAstc_
= true;
in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H
A
D
image_source.cpp
571
if (!
isAstc_
.has_value()) {
575
isAstc_
= IsASTC(outData.inputStreamBuffer, outData.dataSize);
578
if (
isAstc_
.has_value() &&
isAstc_
.value()) {
2142
if (!
isAstc_
.has_value()) {
2146
isAstc_
= IsASTC(outData.inputStreamBuffer, outData.dataSize);
2149
if (
isAstc_
.has_value() &&
isAstc_
.value()) {
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H
A
D
rs_profiler_pixelmap.cpp
553
const size_t size = map.
isAstc_
? map.pixelsSize_ :
in OnClientMarshalling()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
pixel_map.cpp
2193
if (!parcel.WriteBool(
isAstc_
)) {
in WritePropertiesToParcel()
2194
IMAGE_LOGE("write pixel map
isAstc_
to parcel failed.");
in WritePropertiesToParcel()
2233
if (!CheckAshmemSize(*fd, bufferSize,
isAstc_
)) {
in WriteMemInfoToParcel()
2273
if (
isAstc_
) {
in WriteTransformDataToParcel()
2373
if (
isAstc_
) {
in WriteAstcRealSizeToParcel()
2390
if (
isAstc_
|| IsYUV(imageInfo_.pixelFormat) || imageInfo_.pixelFormat == PixelFormat::RGBA_F16) {
in Marshalling()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
post_proc_test.cpp
883
pixelMap->
isAstc_
= true;
in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H
A
D
image_source_test.cpp
1428
imageSource->
isAstc_
= true;
in HWTEST_F()
Completed in 23 milliseconds