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:LockPixelMap
(Results
1 - 11
of
11
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
napi_test.cpp
47
* @tc.desc:
LockPixelMap
54
bool res = napi.
LockPixelMap
();
in HWTEST_F()
70
bool res = napi.
LockPixelMap
();
in HWTEST_F()
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H
A
D
common_utils.h
41
IMAGE_EFFECT_EXPORT static ErrorCode
LockPixelMap
(PixelMap *pixelMap, std::shared_ptr<EffectBuffer> &effectBuffer);
H
A
D
common_utils.cpp
80
ErrorCode CommonUtils::
LockPixelMap
(PixelMap *pixelMap, std::shared_ptr<EffectBuffer> &effectBuffer)
in LockPixelMap()
function in OHOS::Media::Effect::CommonUtils
240
ErrorCode res =
LockPixelMap
(pixelMap.get(), effectBuffer);
in ParsePath()
510
ErrorCode errorCode = CommonUtils::
LockPixelMap
(pixelMap.get(), effectBuffer);
in ParsePicture()
528
errorCode = CommonUtils::
LockPixelMap
(gainMap.get(), gainMapEffectBuffer);
in ParsePicture()
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/
H
A
D
sendable_pixel_map_napi.h
54
bool
LockPixelMap
();
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H
A
D
pixel_map_napi.h
65
bool
LockPixelMap
();
/foundation/multimedia/image_effect/frameworks/native/capi/
H
A
D
image_effect_filter.cpp
749
ErrorCode result = CommonUtils::
LockPixelMap
(input, inEffectBuffer);
in OH_EffectFilter_Render()
757
result = CommonUtils::
LockPixelMap
(output, outEffectBuffer);
in OH_EffectFilter_Render()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H
A
D
image_pixel_map_napi_kits.cpp
366
native->
LockPixelMap
();
in PixelMapNapiAccessPixels()
H
A
D
pixel_map_napi.cpp
644
bool PixelMapNapi::
LockPixelMap
()
in LockPixelMap()
function in OHOS::Media::PixelMapNapi
734
pixmapNapi->
LockPixelMap
();
in OHOS_MEDIA_AccessPixels()
/foundation/multimedia/image_effect/frameworks/native/effect/manager/colorspace_manager/
H
A
D
colorspace_converter.cpp
352
ErrorCode errorCode = CommonUtils::
LockPixelMap
(pixelMap, buffer);
in ApplyColorSpace()
/foundation/multimedia/image_effect/frameworks/native/effect/base/
H
A
D
image_effect_inner.cpp
1093
return CommonUtils::
LockPixelMap
(dataInfo.pixelMap_, effectBuffer);
in ParseDataInfo()
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H
A
D
sendable_pixel_map_napi.cpp
491
bool SendablePixelMapNapi::
LockPixelMap
()
in LockPixelMap()
function in OHOS::Media::SendablePixelMapNapi
Completed in 30 milliseconds