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:a2dp_codec_t
(Results
1 - 3
of
3
) sorted by relevance
/third_party/pulseaudio/src/modules/bluetooth/
H
A
D
a2dp-codec-aptx-gst.c
280
switch (info->
a2dp_codec_t
.aptx_hd_config->aptx.frequency) {
in gst_init_aptx()
294
pa_log_error("aptX HD invalid frequency %d", info->
a2dp_codec_t
.aptx_hd_config->aptx.frequency);
in gst_init_aptx()
298
switch (info->
a2dp_codec_t
.aptx_hd_config->aptx.channel_mode) {
in gst_init_aptx()
303
pa_log_error("aptX HD invalid channel mode %d", info->
a2dp_codec_t
.aptx_hd_config->aptx.frequency);
in gst_init_aptx()
307
switch (info->
a2dp_codec_t
.aptx_config->frequency) {
in gst_init_aptx()
321
pa_log_error("aptX invalid frequency %d", info->
a2dp_codec_t
.aptx_config->frequency);
in gst_init_aptx()
325
switch (info->
a2dp_codec_t
.aptx_config->channel_mode) {
in gst_init_aptx()
330
pa_log_error("aptX invalid channel mode %d", info->
a2dp_codec_t
.aptx_config->frequency);
in gst_init_aptx()
407
info->
a2dp_codec_t
.aptx_config = (const a2dp_aptx_t *) config_buffer;
in init_common()
408
pa_assert(config_size == sizeof(*(info->
a2dp_codec_t
in init_common()
[all...]
H
A
D
a2dp-codec-ldac-gst.c
212
switch (info->
a2dp_codec_t
.ldac_config->frequency) {
in gst_init_ldac()
226
pa_log_error("LDAC invalid frequency %d", info->
a2dp_codec_t
.ldac_config->frequency);
in gst_init_ldac()
230
switch (info->
a2dp_codec_t
.ldac_config->channel_mode) {
in gst_init_ldac()
241
pa_log_error("LDAC invalid channel mode %d", info->
a2dp_codec_t
.ldac_config->channel_mode);
in gst_init_ldac()
301
info->
a2dp_codec_t
.ldac_config = (const a2dp_ldac_t *) config_buffer;
in init_common()
302
pa_assert(config_size == sizeof(*(info->
a2dp_codec_t
.ldac_config)));
in init_common()
342
switch (info->
a2dp_codec_t
.ldac_config->frequency) {
in get_ldac_num_samples()
362
switch (info->
a2dp_codec_t
.ldac_config->channel_mode) {
in get_ldac_num_frames()
H
A
D
a2dp-codec-gst.h
44
}
a2dp_codec_t
;
member
Completed in 3 milliseconds