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:InitBuffers
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H
A
D
hdi_codec.h
67
Status
InitBuffers
(uint32_t bufferSize);
H
A
D
hdi_codec.cpp
134
Status HdiCodec::
InitBuffers
(uint32_t bufferSize)
in InitBuffers()
function in OHOS::Media::Plugins::Hdi::HdiCodec
170
"
InitBuffers
failed, ret=%{public}d", ret);
in InitBuffersByPort()
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H
A
D
hevc_decoder.h
122
void
InitBuffers
();
H
A
D
hevc_decoder.cpp
351
InitBuffers
();
in Start()
358
void HevcDecoder::
InitBuffers
()
in InitBuffers()
function in OHOS::MediaAVCodec::Codec::HevcDecoder
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H
A
D
fcodec.h
105
void
InitBuffers
();
H
A
D
fcodec.cpp
328
InitBuffers
();
in Start()
336
void FCodec::
InitBuffers
()
in InitBuffers()
function in OHOS::MediaAVCodec::Codec::FCodec
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/lbvc/
H
A
D
audio_lbvc_encoder_plugin.cpp
100
Status ret = hdiCodec_->
InitBuffers
(maxInputSize_);
in Prepare()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/lbvc/
H
A
D
audio_lbvc_decoder_plugin.cpp
98
Status ret = hdiCodec_->
InitBuffers
(maxInputSize_);
in Prepare()
Completed in 9 milliseconds