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:ToSdr
(Results
1 - 10
of
10
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H
A
D
pixel_map_impl.cpp
182
uint32_t PixelMapImpl::
ToSdr
()
in ToSdr()
function in OHOS::Media::PixelMapImpl
191
return real_->
ToSdr
();
in ToSdr()
H
A
D
image_ffi.cpp
1059
return instance->
ToSdr
();
in FfiImagePixelMapImplToSdr()
/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H
A
D
pixel_map_impl.h
35
uint32_t
ToSdr
();
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H
A
D
ithumbnail_helper.cpp
748
data.source->
ToSdr
();
in IsCreateThumbnailSuccess()
834
data.source->
ToSdr
();
in DoCreateLcdAndThumbnail()
842
data.sourceEx->
ToSdr
();
in DoCreateLcdAndThumbnail()
883
data.source->
ToSdr
();
in DoCreateAstc()
971
data.source->
ToSdr
();
in DoCreateAstcEx()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H
A
D
image_source_hdr_test.cpp
358
* @tc.desc:
ToSdr
test
375
uint32_t errCode = pixelMap->
ToSdr
();
in HWTEST_F()
385
* @tc.desc:
ToSdr
test
402
uint32_t errCode = pixelMap->
ToSdr
();
in HWTEST_F()
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H
A
D
pixel_map_napi.h
137
static napi_value
ToSdr
(napi_env env, napi_callback_info info);
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H
A
D
pixel_map.h
304
NATIVEEXPORT uint32_t
ToSdr
();
307
NATIVEEXPORT uint32_t
ToSdr
(PixelFormat format, bool toSRGB);
/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H
A
D
pixelmap_native.cpp
522
if (pixelmap->GetInnerPixelmap()->
ToSdr
() != IMAGE_SUCCESS) {
in OH_PixelmapNative_ToSdr()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
pixel_map.cpp
3865
IMAGE_LOGI("
ToSdr
decompose failed");
in CreateSdrMemory()
3929
uint32_t PixelMap::
ToSdr
()
in ToSdr()
function in OHOS::Media::PixelMap
3940
return
ToSdr
(outFormat, toSRGB);
in ToSdr()
3943
uint32_t PixelMap::
ToSdr
(PixelFormat format, bool toSRGB)
in ToSdr()
function in OHOS::Media::PixelMap
3949
ImageTrace imageTrace("PixelMap
ToSdr
");
in ToSdr()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H
A
D
pixel_map_napi.cpp
533
DECLARE_NAPI_FUNCTION("toSdr",
ToSdr
),
in RegisterNapi()
3385
STATIC_COMPLETE_FUNC(
ToSdr
)
in STATIC_COMPLETE_FUNC()
3447
context->status = context->rPixelMap->
ToSdr
();
in ToSdrExec()
3457
napi_value PixelMapNapi::
ToSdr
(napi_env env, napi_callback_info info)
in ToSdr()
function in OHOS::Media::PixelMapNapi
3464
IMAGE_LOGI("
ToSdr
prepare napi env failed");
in ToSdr()
Completed in 23 milliseconds