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:interleaved
(Results
1 - 18
of
18
) sorted by relevance
/foundation/multimedia/audio_lite/services/impl/audio_source/include/
H
A
D
audio_source.h
42
bool
interleaved
;
member
/foundation/multimedia/audio_lite/services/impl/audio_source/
H
A
D
audio_source.cpp
207
attrs.
interleaved
= config.
interleaved
;
in Initialize()
/foundation/multimedia/media_foundation/engine/plugin/plugins/hdi_adapter/utils/
H
A
D
hdi_au_utils.cpp
79
attrs.
interleaved
= item.isInterleaved;
in PluginAuFormat2HdiAttrs()
126
attrs.
interleaved
== item.isInterleaved && attrs.isBigEndian == item.isBigEndian) {
in HdiAttrs2PluginAuFormat()
/foundation/distributedhardware/distributed_audio/common/include/
H
A
D
audio_types.h
213
bool
interleaved
; /**< Interleaving flag of audio data */
member
/foundation/multimedia/media_foundation/engine/plugin/plugins/hdi_adapter/sink/
H
A
D
hos_au_sink.cpp
299
// if using default in caps e.g. S16/S16P always pass non-
interleaved
pcm data to hdi
in ProcessInputSampleFormat()
302
if (sampleAttributes_.
interleaved
) {
in ProcessInputSampleFormat()
304
sampleAttributes_.
interleaved
= false;
in ProcessInputSampleFormat()
393
"d,
interleaved
" PUBLIC_LOG_D32 ",\nperiod " PUBLIC_LOG_U32 ", frameSize " PUBLIC_LOG_U32,
in Prepare()
397
sampleAttributes_.
interleaved
, sampleAttributes_.period, sampleAttributes_.frameSize);
in Prepare()
/foundation/multimedia/audio_lite/services/impl/
H
A
D
audio_capturer_impl.cpp
94
sourceConfig.
interleaved
= false;
in FillSourceConfig()
/foundation/distributedhardware/distributed_audio/services/test_example/
H
A
D
distributedaudiotest.cpp
305
g_rattrs.
interleaved
= RENDER_INTER_LEAVED;
in OpenSpk()
515
captureAttr.
interleaved
= CAPTURE_INTER_LEAVED;
in OpenMic()
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/
H
A
D
player_audio_sink.cpp
128
param.
interleaved
= false;
in Init()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote_fast/
H
A
D
remote_fast_audio_capturer_source.cpp
361
attrs.
interleaved
= CAPTURE_INTERLEAVED;
in InitAttrs()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/fast/
H
A
D
fast_audio_renderer_sink.cpp
237
attrs.
interleaved
= true;
in InitAttrs()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/fast/
H
A
D
fast_audio_capturer_source.cpp
192
attrs.
interleaved
= true;
in InitAttrsCapture()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote_fast/
H
A
D
remote_fast_audio_renderer_sink.cpp
441
attrs.
interleaved
= 0;
in InitAttrs()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/
H
A
D
offload_audio_renderer_sink.cpp
461
attrs.
interleaved
= true;
in InitAttrs()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/multichannel/
H
A
D
multichannel_audio_renderer_sink.cpp
397
attrs.
interleaved
= true;
in InitAttrs()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H
A
D
bluetooth_renderer_sink.cpp
322
attrs.
interleaved
= 0;
in InitAttrs()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote/
H
A
D
remote_audio_renderer_sink.cpp
401
attrs.
interleaved
= 0;
in InitAttrs()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/
H
A
D
audio_renderer_sink.cpp
596
attrs.
interleaved
= true;
in InitAttrs()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H
A
D
audio_capturer_source.cpp
603
attrs.
interleaved
= true;
in InitAttrsCapture()
Completed in 25 milliseconds