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:MOVE_LEFT_NUM
(Results
1 - 15
of
15
) sorted by relevance
/drivers/peripheral/audio/test/benchmarktest/capture/
H
A
D
audio_capture_mmap_benchmarktest.cpp
31
const int32_t
MOVE_LEFT_NUM
= 8;
member
79
attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * TEST_CHANNEL_COUNT_STERO /
MOVE_LEFT_NUM
;
in InitCaptureAttrs()
82
attrs.startThreshold = DEEP_BUFFER_CAPTURE_PERIOD_SIZE / (attrs.format * attrs.channelCount /
MOVE_LEFT_NUM
);
in InitCaptureAttrs()
H
A
D
audio_capture_benchmarktest.cpp
33
const int
MOVE_LEFT_NUM
= 8;
member
111
attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * TEST_CHANNEL_COUNT /
MOVE_LEFT_NUM
;
in InitCaptureAttrs()
114
attrs.startThreshold = DEEP_BUFFER_CAPTURE_PERIOD_SIZE / (attrs.format * attrs.channelCount /
MOVE_LEFT_NUM
);
in InitCaptureAttrs()
/drivers/peripheral/audio/test/benchmarktest/render/
H
A
D
audio_render_mmap_benchmarktest.cpp
31
const int
MOVE_LEFT_NUM
= 8;
member
66
attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * AUDIO_RENDER_CHANNELCOUNT /
MOVE_LEFT_NUM
;
in InitRenderAttrs()
69
attrs.startThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (attrs.format * attrs.channelCount /
MOVE_LEFT_NUM
);
in InitRenderAttrs()
H
A
D
audio_render_benchmarktest.cpp
33
const int
MOVE_LEFT_NUM
= 8;
member
103
attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * AUDIO_RENDER_CHANNELCOUNT /
MOVE_LEFT_NUM
;
in InitRenderAttrs()
106
attrs.startThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (attrs.format * attrs.channelCount /
MOVE_LEFT_NUM
);
in InitRenderAttrs()
/drivers/peripheral/audio/test/fuzztest/common/include/
H
A
D
audio_adm_fuzzer_common.h
66
const int
MOVE_LEFT_NUM
= 8;
member
/drivers/peripheral/audio/test/fuzztest/common/src/
H
A
D
audio_adm_fuzzer_common.cpp
48
attrs.frameSize = PCM_16_BIT * CHANNELCOUNT /
MOVE_LEFT_NUM
;
in InitAttrs()
51
attrs.startThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (PCM_16_BIT * attrs.channelCount /
MOVE_LEFT_NUM
);
in InitAttrs()
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
H
A
D
hdi_service_common.cpp
44
attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * CHANNELCOUNT /
MOVE_LEFT_NUM
;
in InitAttrs()
47
attrs.startThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (attrs.format * attrs.channelCount /
MOVE_LEFT_NUM
);
in InitAttrs()
57
attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_32_BIT * CHANNELCOUNT /
MOVE_LEFT_NUM
;
in InitAttrs()
60
attrs.startThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (attrs.format * attrs.channelCount /
MOVE_LEFT_NUM
);
in InitAttrs()
76
attrs.frameSize = PCM_16_BIT * CHANNELCOUNT /
MOVE_LEFT_NUM
;
in InitOffloadAttrs()
79
attrs.startThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (PCM_16_BIT * attrs.channelCount /
MOVE_LEFT_NUM
);
in InitOffloadAttrs()
143
temp <<=
MOVE_LEFT_NUM
;
in StringToInt()
local
492
attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * CHANNELCOUNT /
MOVE_LEFT_NUM
;
in AudioCreateCapture()
493
attrs.startThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (attrs.format * attrs.channelCount /
MOVE_LEFT_NUM
);
in AudioCreateCapture()
517
attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * CHANNELCOUNT /
MOVE_LEFT_NUM
;
in AudioCaptureStartAndOneFrame()
[all...]
/drivers/peripheral/audio/test/unittest/common/capture/
H
A
D
audio_capture_mmap_test.cpp
30
const int32_t
MOVE_LEFT_NUM
= 8;
member
76
attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * TEST_CHANNEL_COUNT_STERO /
MOVE_LEFT_NUM
;
in InitCaptureAttrs()
79
attrs.startThreshold = DEEP_BUFFER_CAPTURE_PERIOD_SIZE / (attrs.format * attrs.channelCount /
MOVE_LEFT_NUM
);
in InitCaptureAttrs()
H
A
D
audio_capture_common_test.cpp
30
const int
MOVE_LEFT_NUM
= 8;
member
106
attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * TEST_CHANNEL_COUNT /
MOVE_LEFT_NUM
;
in InitCaptureAttrs()
109
attrs.startThreshold = DEEP_BUFFER_CAPTURE_PERIOD_SIZE / (attrs.format * attrs.channelCount /
MOVE_LEFT_NUM
);
in InitCaptureAttrs()
/drivers/peripheral/audio/test/sample/
H
A
D
framework_common.c
21
#define
MOVE_LEFT_NUM
8
macro
181
temp <<=
MOVE_LEFT_NUM
;
in StringToInt()
local
H
A
D
idl_capture.c
38
#define
MOVE_LEFT_NUM
8
macro
/drivers/peripheral/audio/test/systemtest/hdi_service/common/adapter/src/
H
A
D
audio_idlhdi_adapter_test.cpp
536
attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * CHANNELCOUNT /
MOVE_LEFT_NUM
;
in HWTEST_F()
537
attrs.startThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (attrs.format * attrs.channelCount /
MOVE_LEFT_NUM
);
in HWTEST_F()
575
attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * CHANNELCOUNT /
MOVE_LEFT_NUM
;
in HWTEST_F()
576
attrs.startThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (attrs.format * attrs.channelCount /
MOVE_LEFT_NUM
);
in HWTEST_F()
/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
H
A
D
audio_hdi_common.h
71
const int
MOVE_LEFT_NUM
= 8;
member
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H
A
D
hdi_service_common.h
56
const int
MOVE_LEFT_NUM
= 8;
member
/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
H
A
D
audio_hdi_common.cpp
72
attrs.frameSize = PCM_16_BIT * CHANNELCOUNT /
MOVE_LEFT_NUM
;
in InitAttrs()
75
attrs.startThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (PCM_16_BIT * attrs.channelCount /
MOVE_LEFT_NUM
);
in InitAttrs()
150
temp <<=
MOVE_LEFT_NUM
;
in StringToInt()
local
Completed in 14 milliseconds