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:Rebind
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H
A
D
codec_buffer.h
43
Status
Rebind
(const std::shared_ptr<Plugin::Buffer>& pluginBuffer); // 重新申请内存时, CodecBuffer都要重新创建
H
A
D
codec_buffer.cpp
114
Status CodecBuffer::
Rebind
(const std::shared_ptr<Plugin::Buffer>& pluginBuffer)
in Rebind()
function in OHOS::Media::Plugin::CodecAdapter::CodecBuffer
116
MEDIA_LOG_DD("
Rebind
Start");
in Rebind()
142
MEDIA_LOG_E("
Rebind
pluginBuffer failed, MemoryType is VIRTUAL_ADDR");
in Rebind()
150
MEDIA_LOG_DD("
Rebind
end, omxBufferId: " PUBLIC_LOG_U32, omxBuffer_->bufferId);
in Rebind()
162
// 因为
Rebind
()里面用buffer_保存了PluginBuf,所以这里的buffer_需要主动释放,减少智能指针的引用计数
in Unbind()
H
A
D
hdi_codec_adapter.cpp
448
FALSE_RETURN_MSG(codecBuffer->
Rebind
(inputBuffer) == Status::OK, "
Rebind
inBuffer into codecBuffer fail");
in HandleFrame()
532
codecBuffer->
Rebind
(outputBuffer); // 这里outBuf需要保存到codecBuffer里面,方便往下一节点传数据
in FillAllTheOutBuffer()
Completed in 3 milliseconds