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:AllocDmaMemory
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/image_effect/test/unittest/mock/src/
H
A
D
mock_producer_surface.cpp
29
void MockProducerSurface::
AllocDmaMemory
(sptr<SurfaceBuffer> &buffer)
in AllocDmaMemory()
function in OHOS::Media::Effect::MockProducerSurface
59
AllocDmaMemory
(buffer_);
in MockProducerSurface()
/foundation/multimedia/image_effect/test/unittest/mock/include/
H
A
D
mock_producer_surface.h
34
static void
AllocDmaMemory
(sptr<SurfaceBuffer> &buffer);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H
A
D
post_proc.h
49
static uint8_t *
AllocDmaMemory
(ImageInfo info, const uint64_t bufferSize,
/foundation/multimedia/image_effect/test/unittest/
H
A
D
TestImageEffect.cpp
436
MockProducerSurface::
AllocDmaMemory
(surfaceBuffer);
in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H
A
D
post_proc.cpp
249
dstPixels =
AllocDmaMemory
(dstImageInfo, bufferSize, &nativeBuffer, targetRowStride);
in CenterDisplay()
508
uint8_t *PostProc::
AllocDmaMemory
(ImageInfo info, const uint64_t bufferSize,
in AllocDmaMemory()
function in OHOS::Media::PostProc
Completed in 4 milliseconds