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:pluginBuffer
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H
A
D
codec_buffer.cpp
88
Status CodecBuffer::Copy(const std::shared_ptr<Plugin::Buffer>&
pluginBuffer
)
in Copy()
argument
90
omxBuffer_->flag = Translate2omxFlagSet(
pluginBuffer
->flag);
in Copy()
91
omxBuffer_->pts =
pluginBuffer
->pts;
in Copy()
93
if (
pluginBuffer
->flag & BUFFER_FLAG_EOS) {
in Copy()
97
auto mem =
pluginBuffer
->GetMemory();
in Copy()
99
MEDIA_LOG_DD("
pluginBuffer
->GetMemory() return nullptr");
in Copy()
114
Status CodecBuffer::Rebind(const std::shared_ptr<Plugin::Buffer>&
pluginBuffer
)
in Rebind()
argument
117
omxBuffer_->flag = Translate2omxFlagSet(
pluginBuffer
->flag);
in Rebind()
118
omxBuffer_->pts =
pluginBuffer
->pts;
in Rebind()
120
memory_ =
pluginBuffer
in Rebind()
[all...]
H
A
D
codec_buffer.h
41
Status Copy(const std::shared_ptr<Plugin::Buffer>&
pluginBuffer
);
43
Status Rebind(const std::shared_ptr<Plugin::Buffer>&
pluginBuffer
); // 重新申请内存时, CodecBuffer都要重新创建
H
A
D
codec_buffer_pool.cpp
43
auto
pluginBuffer
= bufQue.Pop();
in UseBuffers()
local
44
auto codecBuffer = std::make_shared<CodecBuffer>(
pluginBuffer
, verInfo_, isInput, bufferSize, bufMemType);
in UseBuffers()
Completed in 2 milliseconds