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:IsHdr
(Results
1 - 19
of
19
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H
A
D
image_source_hdr_test.cpp
134
* @tc.desc: Test PixelMap
IsHdr
()
155
bool isHdr = pixelMap->
IsHdr
();
in HWTEST_F()
161
* @tc.desc: Test PixelMap
IsHdr
()
182
bool isHdr = pixelMap->
IsHdr
();
in HWTEST_F()
188
* @tc.desc: Test PixelMap
IsHdr
()
209
bool isHdr = pixelMap->
IsHdr
();
in HWTEST_F()
215
* @tc.desc: Test PixelMap
IsHdr
()
236
bool isHdr = pixelMap->
IsHdr
();
in HWTEST_F()
246
* @tc.desc: Test HdrVivid PixelMap
IsHdr
()
267
bool isHdr = pixelMap->
IsHdr
();
in HWTEST_F()
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H
A
D
dash_adpt_set_manager.h
43
bool
IsHdr
();
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H
A
D
dash_adpt_set_manager.cpp
267
bool DashAdptSetManager::
IsHdr
()
in IsHdr()
function in OHOS::Media::Plugins::HttpPlugin::DashAdptSetManager
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H
A
D
ithumbnail_helper.cpp
747
if (data.source != nullptr && data.source->
IsHdr
()) {
in IsCreateThumbnailSuccess()
833
if (data.source != nullptr && data.source->
IsHdr
()) {
in DoCreateLcdAndThumbnail()
841
if (data.orientation != 0 && data.sourceEx != nullptr && data.sourceEx->
IsHdr
()) {
in DoCreateLcdAndThumbnail()
882
if (data.source != nullptr && data.source->
IsHdr
()) {
in DoCreateAstc()
970
if (data.source != nullptr && data.source->
IsHdr
()) {
in DoCreateAstcEx()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
picture_ext_test.cpp
445
EXPECT_TRUE(pixelmap->
IsHdr
());
in HWTEST_F()
493
EXPECT_TRUE(pixelmap->
IsHdr
());
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H
A
D
rs_image_base.cpp
173
!pixelMap_->
IsHdr
()) {
in SetPixelMap()
H
A
D
rs_image.cpp
76
if (!pixelMap_->
IsHdr
()) {
in HDRConvert()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/
H
A
D
image_plugin_fuzz.cpp
200
pixelMap->
IsHdr
();
in PixelMapTest002()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H
A
D
ext_encoder.cpp
351
if (pixelmap_->
IsHdr
() &&
in PixelmapEncode()
1023
if (!pixelmap_->
IsHdr
() ||
in EncodeDualVivid()
1067
if (!pixelmap_->
IsHdr
()) {
in EncodeSdrImage()
1413
if (!mainPixelmap->
IsHdr
()) {
in EncodeJpegPictureSdr()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H
A
D
pixel_map.h
303
NATIVEEXPORT bool
IsHdr
();
/foundation/multimedia/image_effect/test/unittest/
H
A
D
native_image_effect_unittest.cpp
1522
if (pixelmapNative->pixelmap_->
IsHdr
()) {
in HWTEST_F()
1570
if (pixelmapNative->pixelmap_->
IsHdr
()) {
in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
pixel_map.cpp
920
if (source.GetAllocatorType() == AllocatorType::DMA_ALLOC && source.
IsHdr
()) {
in SetDstPixelMapInfo()
1461
bool PixelMap::
IsHdr
()
in IsHdr()
function in OHOS::Media::PixelMap
3568
if (allocatorType_ == AllocatorType::DMA_ALLOC &&
IsHdr
()) {
in DoTranslation()
3950
if (allocatorType_ != AllocatorType::DMA_ALLOC || !
IsHdr
()) {
in ToSdr()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H
A
D
rs_draw_cmd.cpp
193
if (pixelMap->
IsHdr
()) {
in PreProcessPixelMap()
/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H
A
D
pixelmap_native.cpp
540
imageInfo->isHdr = pixelmap->GetInnerPixelmap()->
IsHdr
();
in OH_PixelmapNative_GetImageInfo()
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H
A
D
image_ffi.cpp
798
ret.isHdr = pixelMap->
IsHdr
();
in ParsePixelMapImageInfo()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H
A
D
dash_mpd_downloader.cpp
1121
if (adptSetManager_->
IsHdr
()) {
in GetStreamsInfoInAdptSet()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H
A
D
rs_marshalling_helper.cpp
1475
!val->
IsHdr
()) {
in Unmarshalling()
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H
A
D
sendable_pixel_map_napi.cpp
1721
napi_get_boolean(env, rPixelMap->
IsHdr
(), &isHdrValue);
in STATIC_NAPI_VALUE_FUNC()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H
A
D
pixel_map_napi.cpp
2109
napi_get_boolean(env, rPixelMap->
IsHdr
(), &isHdrValue);
in STATIC_NAPI_VALUE_FUNC()
Completed in 58 milliseconds