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:GetCodecInfo
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_profile_peer.cpp
86
CodecInfo A2dpStream::
GetCodecInfo
() const
in GetCodecInfo()
function in OHOS::bluetooth::A2dpStream
288
streamCtrl_[i].
GetCodecInfo
().codecIndex,
in UpdatePeerCapabilityInfo()
290
if (streamCtrl_[i].
GetCodecInfo
().codecIndex == A2DP_SOURCE_CODEC_INDEX_AAC) {
in UpdatePeerCapabilityInfo()
293
if ((streamCtrl_[i].
GetCodecInfo
().codecIndex + A2DP_SINK_CODEC_INDEX_MIN - 1) ==
in UpdatePeerCapabilityInfo()
309
streamCtrl_[i].
GetCodecInfo
().codecIndex,
in UpdatePeerCapabilityInfo()
311
if (streamCtrl_[i].
GetCodecInfo
().codecIndex == A2DP_SINK_CODEC_INDEX_AAC) {
in UpdatePeerCapabilityInfo()
315
if ((streamCtrl_[i].
GetCodecInfo
().codecIndex + 1 - A2DP_SINK_CODEC_INDEX_MIN) ==
in UpdatePeerCapabilityInfo()
507
streamCtrl_[i].
GetCodecInfo
().codecIndex);
in FindCapabilityMatched()
508
if (config.GetCodecIndex() == streamCtrl_[i].
GetCodecInfo
().codecIndex &&
in FindCapabilityMatched()
518
} else if (config.GetCodecIndex() == streamCtrl_[i].
GetCodecInfo
()
in FindCapabilityMatched()
[all...]
H
A
D
a2dp_profile_peer.h
107
CodecInfo
GetCodecInfo
() const;
/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H
A
D
caps_unit_test.cpp
158
videoCodecCaps = videoCaps->
GetCodecInfo
();
in CheckVideoCaps()
171
std::shared_ptr<AVCodecInfo> videoCodecCaps = videoCaps->
GetCodecInfo
();
in CheckAVDecH264()
203
std::shared_ptr<AVCodecInfo> videoCodecCaps = videoCaps->
GetCodecInfo
();
in CheckAVDecH263()
236
std::shared_ptr<AVCodecInfo> videoCodecCaps = videoCaps->
GetCodecInfo
();
in CheckAVDecMpeg2Video()
273
std::shared_ptr<AVCodecInfo> videoCodecCaps = videoCaps->
GetCodecInfo
();
in CheckAVDecMpeg4()
307
std::shared_ptr<AVCodecInfo> videoCodecCaps = videoCaps->
GetCodecInfo
();
in CheckAVDecAVC()
341
std::shared_ptr<AVCodecInfo> videoCodecCaps = videoCaps->
GetCodecInfo
();
in CheckAVEncAVC()
374
std::shared_ptr<AVCodecInfo> videoCodecCaps = videoCaps->
GetCodecInfo
();
in CheckAVEncMpeg4()
418
audioCodecCaps = audioCaps->
GetCodecInfo
();
in CheckAudioCaps()
439
std::shared_ptr<AVCodecInfo> audioCodecCaps = audioCaps->
GetCodecInfo
();
in CheckAVDecMP3()
[all...]
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcamera/
H
A
D
distributed_camera_source_service.h
69
std::string
GetCodecInfo
();
/foundation/multimedia/player_framework/frameworks/native/avcodeclist/
H
A
D
avcodec_info.cpp
93
std::shared_ptr<AVCodecInfo> VideoCaps::
GetCodecInfo
()
in GetCodecInfo()
function in OHOS::Media::VideoCaps
185
if (this->
GetCodecInfo
()->IsSoftwareOnly()) {
in LoadLevelParams()
406
std::shared_ptr<AVCodecInfo> AudioCaps::
GetCodecInfo
()
in GetCodecInfo()
function in OHOS::Media::AudioCaps
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H
A
D
avcodec_info.h
301
std::shared_ptr<AVCodecInfo>
GetCodecInfo
();
504
std::shared_ptr<AVCodecInfo>
GetCodecInfo
();
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/
H
A
D
distributed_camera_source_service.cpp
146
std::string DistributedCameraSourceService::
GetCodecInfo
()
in GetCodecInfo()
function in OHOS::DistributedHardware::DistributedCameraSourceService
200
params.sourceAttrs =
GetCodecInfo
();
in RegisterDistributedHardware()
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H
A
D
avcodec_info.cpp
80
std::shared_ptr<AVCodecInfo> VideoCaps::
GetCodecInfo
()
in GetCodecInfo()
function in OHOS::MediaAVCodec::VideoCaps
246
std::shared_ptr<AVCodecInfo> codecInfo = this->
GetCodecInfo
();
in LoadLevelParams()
542
std::shared_ptr<AVCodecInfo> AudioCaps::
GetCodecInfo
()
in GetCodecInfo()
function in OHOS::MediaAVCodec::AudioCaps
Completed in 8 milliseconds