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:GetFormatMap
(Results
1 - 18
of
18
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/
H
A
D
scene_format.h
68
const FormatDataMap &
GetFormatMap
() const
in GetFormatMap()
function in OHOS::Sharing::SceneFormat
H
A
D
scene_format.cpp
267
auto dataMap = format.
GetFormatMap
();
in Marshalling()
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H
A
D
format.h
263
const FormatDataMap &
GetFormatMap
() const;
/foundation/multimedia/media_utils_lite/interfaces/kits/
H
A
D
format.h
349
const std::map<std::string, FormatData *> &
GetFormatMap
() const;
/foundation/multimedia/media_foundation/tests/unittest/format/
H
A
D
avformat_unit_channel_layout_test.cpp
280
Format::FormatDataMap formatMap = format->
GetFormatMap
();
in HWTEST_F()
312
Format::FormatDataMap formatMap = format->
GetFormatMap
();
in HWTEST_F()
H
A
D
avformat_unit_test.cpp
544
Format::FormatDataMap formatMap = format->
GetFormatMap
();
in HWTEST_F()
581
Format::FormatDataMap formatMap = format->
GetFormatMap
();
in HWTEST_F()
/foundation/multimedia/media_utils_lite/src/
H
A
D
format.cpp
310
const std::map<std::string, FormatData *> &Format::
GetFormatMap
() const
in GetFormatMap()
function in OHOS::Media::Format
318
std::map<std::string, FormatData *> formatMap = format.
GetFormatMap
();
in CopyFrom()
/foundation/multimedia/player_framework/services/services/sa_media/ipc/
H
A
D
media_parcel.cpp
27
auto dataMap = format.
GetFormatMap
();
in DoMarshalling()
/foundation/multimedia/player_framework/frameworks/js/common/
H
A
D
common_napi.cpp
573
for (auto &iter : format.
GetFormatMap
()) {
in CreateFormatBuffer()
618
for (auto &iter : format.
GetFormatMap
()) {
in CreateFormatBufferByRef()
/foundation/multimedia/av_codec/frameworks/native/capi/common/
H
A
D
native_avcapability.cpp
540
Format::FormatDataMap formatMap = format.
GetFormatMap
();
in OH_AVCapability_GetFeatureProperties()
/foundation/multimedia/media_foundation/src/meta/
H
A
D
format.cpp
338
const Format::FormatDataMap &Format::
GetFormatMap
() const
in GetFormatMap()
function in OHOS::Media::Format
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/encoder/
H
A
D
encode_data_process.cpp
533
if (encodeOutputFormat_.
GetFormatMap
().empty()) {
in OnOutputFormatChanged()
/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H
A
D
player_client.cpp
656
std::map<std::string, FormatData *> formatParam = params.
GetFormatMap
();
in SetParameter()
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H
A
D
decode_data_process.cpp
684
if (decodeOutputFormat_.
GetFormatMap
().empty()) {
in OnOutputFormatChanged()
H
A
D
decode_data_process_common.cpp
731
if (decodeOutputFormat_.
GetFormatMap
().empty()) {
in OnOutputFormatChanged()
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H
A
D
hevc_decoder.cpp
290
for (auto &it : format.
GetFormatMap
()) {
in Configure()
604
for (auto &it : format.
GetFormatMap
()) {
in SetParameter()
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H
A
D
fcodec.cpp
245
for (auto &it : format.
GetFormatMap
()) {
in Configure()
577
for (auto &it : format.
GetFormatMap
()) {
in SetParameter()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/
H
A
D
scene_unit_test.cpp
799
sceneFormat->
GetFormatMap
();
in HWTEST_F()
Completed in 21 milliseconds