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:MIN_FRAME_SIZE
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/
H
A
D
volume_tools_unit_test.cpp
40
static const size_t
MIN_FRAME_SIZE
= 1;
member
196
desc.bufLength = (
MIN_FRAME_SIZE
- 1) * 3 * STEREO + 1;
in HWTEST_F()
197
desc.dataLength = (
MIN_FRAME_SIZE
- 1) * 3 * STEREO + 3;
in HWTEST_F()
217
desc.bufLength = (
MIN_FRAME_SIZE
- 1) * 3 * STEREO + 3;
in HWTEST_F()
218
desc.dataLength = (
MIN_FRAME_SIZE
- 1) * 3 * STEREO + 1;
in HWTEST_F()
235
uint8_t *buffer = new uint8_t[(
MIN_FRAME_SIZE
) * 3 * STEREO];
in HWTEST_F()
236
for (size_t i = 0; i < (
MIN_FRAME_SIZE
) * 3 * STEREO; ++i) {
in HWTEST_F()
241
desc.bufLength = (
MIN_FRAME_SIZE
- 1) * 3 * STEREO + 6;
in HWTEST_F()
242
desc.dataLength = (
MIN_FRAME_SIZE
- 1) * 3 * STEREO + 6;
in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H
A
D
volume_tools.cpp
33
static const size_t
MIN_FRAME_SIZE
= 1;
member
202
if (frameSize <
MIN_FRAME_SIZE
) {
in Process()
209
if (vols.volEnd[channelIdx] == vols.volStart[channelIdx] || frameSize ==
MIN_FRAME_SIZE
) {
in Process()
213
(frameSize -
MIN_FRAME_SIZE
);
in Process()
262
if (frameSize <=
MIN_FRAME_SIZE
|| frameSize >= MAX_FRAME_SIZE) {
in CountU8Volume()
295
if (frameSize <=
MIN_FRAME_SIZE
|| frameSize >= MAX_FRAME_SIZE) {
in CountS16Volume()
328
if (frameSize <=
MIN_FRAME_SIZE
|| frameSize >= MAX_FRAME_SIZE) {
in CountS24Volume()
362
if (frameSize <=
MIN_FRAME_SIZE
|| frameSize >= MAX_FRAME_SIZE) {
in CountS32Volume()
396
if (frameSize <=
MIN_FRAME_SIZE
|| frameSize >= MAX_FRAME_SIZE) {
in CountF32Volume()
Completed in 2 milliseconds