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:configFormat_
(Results
1 - 10
of
10
) sorted by relevance
/foundation/multimedia/av_codec/services/media_engine/filters/
H
A
D
surface_decoder_filter.cpp
130
configFormat_
.SetMeta(configureParameter_);
in Configure()
135
configFormat_
.PutIntValue(MediaAVCodec::MediaDescriptionKey::MD_KEY_VIDEO_DECODER_OUTPUT_COLOR_SPACE,
in Configure()
137
configFormat_
.PutIntValue(MediaAVCodec::MediaDescriptionKey::MD_KEY_PIXEL_FORMAT,
in Configure()
142
configFormat_
.PutIntValue(Tag::VIDEO_FRAME_RATE_ADAPTIVE_MODE, true);
in Configure()
143
Status ret = mediaCodec_->Configure(
configFormat_
);
in Configure()
H
A
D
decoder_surface_filter.cpp
186
configFormat_
.SetMeta(configureParameter_);
in Configure()
187
Status ret = videoDecoder_->Configure(
configFormat_
);
in Configure()
445
configFormat_
.PutIntValue(Tag::VIDEO_SCALE_TYPE, codecScalingMode);
in SetParameter()
451
if (
configFormat_
.GetDoubleValue(Tag::VIDEO_FRAME_RATE, rate)) {
in SetParameter()
468
videoDecoder_->Configure(
configFormat_
);
in SetParameter()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H
A
D
surface_decoder_filter.h
81
Format
configFormat_
{};
H
A
D
decoder_surface_filter.h
137
Format
configFormat_
;
member in OHOS::Media::Pipeline::DecoderSurfaceFilter
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H
A
D
image_decoder.cpp
32
configFormat_
= make_shared<Format>(format);
in OnConfigure()
231
(void)
configFormat_
->GetValue(ImageCodecDescriptionKey::OUTPUT_BUFFER_COUNT, outputBufferCnt);
in ReConfigureOutputBufferCnt()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H
A
D
hcodec_state.cpp
210
if (codec_->
configFormat_
== nullptr) {
in ProcessShutDownFromRunning()
213
Format copyOfCurConfig(*codec_->
configFormat_
);
in ProcessShutDownFromRunning()
H
A
D
hcodec.h
336
std::shared_ptr<Format>
configFormat_
;
member in OHOS::MediaAVCodec::HCodec
H
A
D
hdecoder.cpp
42
configFormat_
= make_shared<Format>(format);
in OnConfigure()
H
A
D
hencoder.cpp
37
configFormat_
= make_shared<Format>(format);
in OnConfigure()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H
A
D
image_codec.h
264
std::shared_ptr<Format>
configFormat_
;
member in OHOS::ImagePlugin::ImageCodec
Completed in 12 milliseconds