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:AudioFormat
(Results
1 - 4
of
4
) sorted by relevance
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/src/
H
A
D
ActsAudioDecEncNdkTest.cpp
122
OH_AVFormat *
AudioFormat
= OH_AVFormat_Create();
in HWTEST_F()
local
123
ASSERT_NE(nullptr,
AudioFormat
);
in HWTEST_F()
124
ASSERT_EQ(true, SetFormat(
AudioFormat
, AudioParam));
in HWTEST_F()
125
OH_AVFormat_SetStringValue(
AudioFormat
, OH_MD_KEY_CODEC_MIME, OH_AVCODEC_MIMETYPE_AUDIO_AAC);
in HWTEST_F()
129
ASSERT_EQ(AV_ERR_OK, aDecEncSample->ConfigureDec(
AudioFormat
));
in HWTEST_F()
137
ASSERT_EQ(AV_ERR_OK, aDecEncSample->ConfigureEnc(
AudioFormat
));
in HWTEST_F()
146
ASSERT_EQ(AV_ERR_OK, aDecEncSample->SetParameterEnc(
AudioFormat
));
in HWTEST_F()
148
ASSERT_EQ(AV_ERR_OK, aDecEncSample->SetParameterDec(
AudioFormat
));
in HWTEST_F()
157
OH_AVFormat_Destroy(
AudioFormat
);
in HWTEST_F()
158
AudioFormat
in HWTEST_F()
177
OH_AVFormat *
AudioFormat
= OH_AVFormat_Create();
HWTEST_F()
local
223
OH_AVFormat *
AudioFormat
= OH_AVFormat_Create();
HWTEST_F()
local
267
OH_AVFormat *
AudioFormat
= OH_AVFormat_Create();
HWTEST_F()
local
321
OH_AVFormat *
AudioFormat
= OH_AVFormat_Create();
HWTEST_F()
local
378
OH_AVFormat *
AudioFormat
= OH_AVFormat_Create();
HWTEST_F()
local
434
OH_AVFormat *
AudioFormat
= OH_AVFormat_Create();
HWTEST_F()
local
[all...]
/test/xts/dcts/distributedhardware/distributedaudionewtest/
H
A
D
distributedaudiotest.cpp
40
using OHOS::HDI::DistributedAudio::Audio::V1_0::
AudioFormat
;
281
g_rattrs.format =
AudioFormat
::AUDIO_FORMAT_TYPE_PCM_16_BIT;
in OpenSpk()
500
captureAttr.format =
AudioFormat
::AUDIO_FORMAT_TYPE_PCM_16_BIT;
in OpenMic()
/test/xts/dcts/distributedhardware/distributedaudiotest/
H
A
D
distributedaudiotest.cpp
36
using OHOS::HDI::DistributedAudio::Audio::V1_0::
AudioFormat
;
277
g_rattrs.format =
AudioFormat
::AUDIO_FORMAT_TYPE_PCM_16_BIT;
in OpenSpk()
496
captureAttr.format =
AudioFormat
::AUDIO_FORMAT_TYPE_PCM_16_BIT;
in OpenMic()
/test/xts/acts/multimedia/audio/audio_cpp_standard/openslesPlayerNdk/
H
A
D
ActsOpenslesPlayerNdkTest.cpp
42
uint16_t
AudioFormat
= 1; // Audio format 1=PCM
member
Completed in 5 milliseconds