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:fmt_capture
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/usb/misc/
H
A
D
ua101.c
942
const struct uac_format_type_i_discrete_descriptor *
fmt_capture
;
in detect_usb_format()
local
947
fmt_capture
= find_format_descriptor(ua->intf[INTF_CAPTURE]);
in detect_usb_format()
949
if (!
fmt_capture
|| !fmt_playback)
in detect_usb_format()
952
switch (
fmt_capture
->bSubframeSize) {
in detect_usb_format()
963
if (
fmt_capture
->bSubframeSize != fmt_playback->bSubframeSize) {
in detect_usb_format()
969
if (
fmt_capture
->bBitResolution != 24 ||
in detect_usb_format()
975
ua->rate = combine_triple(
fmt_capture
->tSamFreq[0]);
in detect_usb_format()
996
ua->capture.channels =
fmt_capture
->bNrChannels;
in detect_usb_format()
999
fmt_capture
->bSubframeSize * ua->capture.channels;
in detect_usb_format()
/kernel/linux/linux-6.6/sound/usb/misc/
H
A
D
ua101.c
941
const struct uac_format_type_i_discrete_descriptor *
fmt_capture
;
in detect_usb_format()
local
946
fmt_capture
= find_format_descriptor(ua->intf[INTF_CAPTURE]);
in detect_usb_format()
948
if (!
fmt_capture
|| !fmt_playback)
in detect_usb_format()
951
switch (
fmt_capture
->bSubframeSize) {
in detect_usb_format()
962
if (
fmt_capture
->bSubframeSize != fmt_playback->bSubframeSize) {
in detect_usb_format()
968
if (
fmt_capture
->bBitResolution != 24 ||
in detect_usb_format()
974
ua->rate = combine_triple(
fmt_capture
->tSamFreq[0]);
in detect_usb_format()
995
ua->capture.channels =
fmt_capture
->bNrChannels;
in detect_usb_format()
998
fmt_capture
->bSubframeSize * ua->capture.channels;
in detect_usb_format()
Completed in 4 milliseconds