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:AVSurfaceMemory
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H
A
D
av_surface_memory.cpp
27
constexpr OHOS::HiviewDFX::HiLogLabel LABEL = { LOG_CORE, LOG_DOMAIN_FOUNDATION, "
AVSurfaceMemory
" };
81
AVSurfaceMemory
::
AVSurfaceMemory
() : isFirstFlag_(true) {}
in AVSurfaceMemory()
function in OHOS::Media::AVSurfaceMemory
83
AVSurfaceMemory
::~
AVSurfaceMemory
()
in ~AVSurfaceMemory()
95
Status
AVSurfaceMemory
::Init()
in Init()
104
Status
AVSurfaceMemory
::Init(MessageParcel &parcel)
in Init()
110
Status
AVSurfaceMemory
::InitSurfaceBuffer(MessageParcel &parcel)
in InitSurfaceBuffer()
123
Status
AVSurfaceMemory
::InitSurfaceBuffer(sptr<SurfaceBuffer> surfaceBuffer)
in InitSurfaceBuffer()
131
bool
AVSurfaceMemory
[all...]
H
A
D
avmemory.cpp
72
mem = std::shared_ptr<AVMemory>(new
AVSurfaceMemory
());
in CreateAVMemory()
111
auto mem = std::shared_ptr<AVMemory>(new
AVSurfaceMemory
());
in CreateAVMemory()
113
FALSE_RETURN_V_MSG_E(ret == Status::OK, nullptr, "Init
AVSurfaceMemory
failed");
in CreateAVMemory()
123
mem = std::shared_ptr<AVMemory>(new
AVSurfaceMemory
());
in CreateAVMemory()
152
auto mem = std::shared_ptr<AVMemory>(new
AVSurfaceMemory
());
in CreateAVMemory()
154
FALSE_RETURN_V_MSG_E(ret == Status::OK, nullptr, "Init
AVSurfaceMemory
failed");
in CreateAVMemory()
/foundation/multimedia/media_foundation/src/buffer/avbuffer/include/
H
A
D
av_surface_memory.h
24
class
AVSurfaceMemory
: public AVMemory {
class
26
AVSurfaceMemory
();
27
~
AVSurfaceMemory
() override;
/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
H
A
D
avbuffer_func_unit_test.cpp
730
EXPECT_EQ(std::static_pointer_cast<
AVSurfaceMemory
>(buffer_->memory_)->allocator_->GetMemoryType(),
in HWTEST_F()
Completed in 5 milliseconds