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:bitpool
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H
A
D
sbc_constant.h
37
uint8_t
bitpool
;
member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H
A
D
sbc_encoder.cpp
101
uint8_t
bitpool
= codecParam.
bitpool
;
in CalculateFrameLength()
local
105
size += ((blocks * channels *
bitpool
) + VALUE_7) / VALUE_8;
in CalculateFrameLength()
107
size += (((joint ? subbands : VALUE_0) + blocks *
bitpool
) + VALUE_7) / VALUE_8;
in CalculateFrameLength()
132
frame_.bitpool_ = codecParam.
bitpool
;
in UpdateCodecFormat()
139
frame_.bitpool_ = codecParam.
bitpool
;
in UpdateCodecFormat()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_profile.h
227
static int WriteStream(const uint16_t handle, const uint8_t config, const uint8_t
bitpool
);
H
A
D
a2dp_profile.cpp
864
int A2dpProfile::WriteStream(const uint16_t handle, const uint8_t config, const uint8_t
bitpool
)
in WriteStream()
argument
876
codecInfo[SAMPLE_SBC_INDEX] =
bitpool
;
in WriteStream()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H
A
D
a2dp_encoder_sbc.cpp
271
LOG_INFO("[SbcEncoder] %{public}s[freq:%u][mode:%u][sub:%u][block:%u][alc:%u][
bitpool
:%u]\n",
in SetSBCParam()
278
g_sbcEncode.
bitpool
);
in SetSBCParam()
456
g_sbcEncode.
bitpool
= encParams->bitPool;
in ConvertBitpoolParamToSBCParam()
623
do { // Dynamic
bitpool
support.
in A2dpSbcCalculateEncBitPool()
Completed in 6 milliseconds