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
defs:sbc_info
(Results
1 - 2
of
2
) sorted by relevance
/third_party/pulseaudio/src/modules/bluetooth/
H
A
D
bt-codec-msbc.c
27
typedef struct
sbc_info
{
struct
71
struct
sbc_info
*
sbc_info
= (struct
sbc_info
*) codec_info;
in deinit()
local
78
struct
sbc_info
*
sbc_info
in reset()
local
150
struct
sbc_info
*
sbc_info
= (struct
sbc_info
*) codec_info;
encode_buffer()
local
265
struct
sbc_info
*
sbc_info
= (struct
sbc_info
*) codec_info;
decode_buffer()
local
[all...]
H
A
D
a2dp-codec-sbc.c
42
struct
sbc_info
{
struct
157
static void set_info_and_sample_spec_from_sbc_config(struct
sbc_info
*
sbc_info
, pa_sample_spec *sample_spec, const a2dp_sbc_t *config) {
in set_info_and_sample_spec_from_sbc_config()
argument
249
set_params(struct
sbc_info
*
sbc_info
)
set_params()
argument
264
struct
sbc_info
sbc_info
;
sbc_get_max_bitpool_below_rate()
local
648
struct
sbc_info
*
sbc_info
;
init()
local
688
struct
sbc_info
*
sbc_info
= (struct
sbc_info
*) codec_info;
deinit()
local
694
set_bitpool(struct
sbc_info
*
sbc_info
, uint8_t bitpool)
set_bitpool()
argument
709
struct
sbc_info
*
sbc_info
= (struct
sbc_info
*) codec_info;
reset()
local
726
struct
sbc_info
*
sbc_info
= (struct
sbc_info
*) codec_info;
get_block_size()
local
746
struct
sbc_info
*
sbc_info
= (struct
sbc_info
*) codec_info;
get_encoded_block_size()
local
756
struct
sbc_info
*
sbc_info
= (struct
sbc_info
*) codec_info;
reduce_encoder_bitrate()
local
769
struct
sbc_info
*
sbc_info
= (struct
sbc_info
*) codec_info;
increase_encoder_bitrate()
local
782
struct
sbc_info
*
sbc_info
= (struct
sbc_info
*) codec_info;
encode_buffer()
local
864
struct
sbc_info
*
sbc_info
= (struct
sbc_info
*) codec_info;
decode_buffer()
local
[all...]
Completed in 3 milliseconds