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:HALF_FACTOR
(Results
1 - 16
of
16
) sorted by relevance
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/
H
A
D
player_audio_sink.cpp
41
const int32_t
HALF_FACTOR
= 2;
member
370
volume = (leftVolume_ + rightVolume_) /
HALF_FACTOR
;
in SetVolume()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H
A
D
bluetooth_renderer_sink.cpp
51
const int32_t
HALF_FACTOR
= 2;
member
584
Trace::Count(logUtilsTag_, (vols.volStart[0] + vols.volStart[1]) /
HALF_FACTOR
);
in DfxOperation()
749
volume = (leftVolume_ + rightVolume_) /
HALF_FACTOR
;
in SetVolume()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote/
H
A
D
remote_audio_renderer_sink.cpp
67
const int32_t
HALF_FACTOR
= 2;
member
660
volume = (leftVolume_ + rightVolume_) /
HALF_FACTOR
;
in SetVolume()
968
Trace::Count(logUtilsTag_, (vols.volStart[0] + vols.volStart[1]) /
HALF_FACTOR
);
in DfxOperation()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote_fast/
H
A
D
remote_fast_audio_capturer_source.cpp
113
static constexpr int32_t
HALF_FACTOR
= 2;
member in OHOS::AudioStandard::RemoteFastAudioCapturerSourceInner
594
volume = (leftVolume_ + rightVolume_) /
HALF_FACTOR
;
in SetVolume()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/fast/
H
A
D
fast_audio_renderer_sink.cpp
49
const int32_t
HALF_FACTOR
= 2;
member
706
volume = (leftVolume_ + rightVolume_) /
HALF_FACTOR
;
in SetVolume()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote_fast/
H
A
D
remote_fast_audio_renderer_sink.cpp
63
const int32_t
HALF_FACTOR
= 2;
member
615
volume = (leftVolume_ + rightVolume_) /
HALF_FACTOR
;
in SetVolume()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/
H
A
D
offload_audio_renderer_sink.cpp
45
const int32_t
HALF_FACTOR
= 2;
member
768
thevolume = (left + right) /
HALF_FACTOR
;
in SetVolumeInner()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/multichannel/
H
A
D
multichannel_audio_renderer_sink.cpp
48
const int32_t
HALF_FACTOR
= 2;
member
652
volume = (leftVolume_ + rightVolume_) /
HALF_FACTOR
;
in SetVolume()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/
H
A
D
audio_renderer_sink.cpp
54
const int32_t
HALF_FACTOR
= 2;
member
803
Trace::Count(logUtilsTag_, (vols.volStart[0] + vols.volStart[1]) /
HALF_FACTOR
);
in DfxOperation()
890
volume = (leftVolume_ + rightVolume_) /
HALF_FACTOR
;
in SetVolume()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H
A
D
audio_capturer_source.cpp
181
static constexpr int32_t
HALF_FACTOR
= 2;
member in OHOS::AudioStandard::AudioCapturerSourceInner
840
Trace::Count(logUtilsTag_, (vols.volStart[0] + vols.volStart[1]) /
HALF_FACTOR
);
in DfxOperation()
1055
volume = (leftVolume_ + rightVolume_) /
HALF_FACTOR
;
in SetVolume()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/test/unittest/
H
A
D
remote_fast_audio_capturer_source_unittest.cpp
746
remoteFastAudioCapturerSourceInner->bufferFd_ = RemoteFastAudioCapturerSourceInner::
HALF_FACTOR
;
in HWTEST_F()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/fast/
H
A
D
fast_audio_capturer_source.cpp
86
static constexpr int32_t
HALF_FACTOR
= 2;
member in OHOS::AudioStandard::FastAudioCapturerSourceInner
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H
A
D
capturer_in_client.cpp
64
static const int32_t
HALF_FACTOR
= 2;
member
1681
Trace::Count(logUtilsTag_, (vols.volStart[0] + vols.volStart[1]) /
HALF_FACTOR
);
in DfxOperation()
H
A
D
audio_process_in_client.cpp
51
static const int32_t
HALF_FACTOR
= 2;
member
918
Trace::Count(logUtilsTag_, (vols.volStart[0] + vols.volStart[1]) /
HALF_FACTOR
);
in DfxOperation()
H
A
D
renderer_in_client.cpp
85
static const int32_t
HALF_FACTOR
= 2;
member
1839
Trace::Count(logUtilsTag_, (vols.volStart[0] + vols.volStart[1]) /
HALF_FACTOR
);
in DfxOperation()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H
A
D
audio_endpoint.cpp
64
static const int32_t
HALF_FACTOR
= 2;
member
1645
Trace::Count(logUtilsTag_, (vols.volStart[0] + vols.volStart[1]) /
HALF_FACTOR
);
in DfxOperation()
Completed in 34 milliseconds