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:outputBufferMap_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/av_codec/services/media_engine/filters/
H
A
D
decoder_surface_filter.cpp
350
outputBufferMap_
.clear();
in DoFlush()
612
FALSE_RETURN_V(
outputBufferMap_
.find(index) !=
outputBufferMap_
.end(), false);
in AcquireNextRenderBuffer()
613
outBuffer =
outputBufferMap_
[index];
in AcquireNextRenderBuffer()
614
outputBufferMap_
.erase(index);
in AcquireNextRenderBuffer()
707
outputBufferMap_
.insert(std::make_pair(index, outputBuffer));
in DrainOutputBuffer()
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H
A
D
native_video_encoder.cpp
59
std::unordered_map<uint32_t, OHOS::sptr<OH_AVBuffer>>
outputBufferMap_
;
member
283
auto &bufferMap = isOutput ? videoEncObj->
outputBufferMap_
: videoEncObj->inputBufferMap_;
in GetTransData()
361
BufferToTempFunc(
outputBufferMap_
);
in ClearBufferList()
363
outputBufferMap_
.clear();
in ClearBufferList()
H
A
D
native_video_decoder.cpp
61
std::unordered_map<uint32_t, OHOS::sptr<OH_AVBuffer>>
outputBufferMap_
;
member
259
auto &bufferMap = isOutput ? videoDecObj->
outputBufferMap_
: videoDecObj->inputBufferMap_;
in GetTransData()
298
BufferToTempFunc(
outputBufferMap_
);
in ClearBufferList()
300
outputBufferMap_
.clear();
in ClearBufferList()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H
A
D
decoder_surface_filter.h
187
std::unordered_map<uint32_t, std::shared_ptr<AVBuffer>>
outputBufferMap_
;
member in OHOS::Media::Pipeline::DecoderSurfaceFilter
Completed in 8 milliseconds