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:ac3_off
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H
A
D
av7110_ipack.c
49
int
ac3_off
= 0;
in send_ipack()
local
66
ac3_off
= ((p->buf[off + 2] << 8)|
in send_ipack()
68
if (
ac3_off
< p->count)
in send_ipack()
69
f = dvb_filter_get_ac3info(p->buf + off + 3 +
ac3_off
,
in send_ipack()
70
p->count -
ac3_off
, &ai, 0);
in send_ipack()
72
nframes = (p->count - off - 3 -
ac3_off
) /
in send_ipack()
74
p->buf[off + 2] = (
ac3_off
>> 8) & 0xff;
in send_ipack()
75
p->buf[off + 3] = (
ac3_off
) & 0xff;
in send_ipack()
77
ac3_off
+= nframes * ai.framesize - p->count;
in send_ipack()
91
p->buf[10] = (
ac3_off
>>
in send_ipack()
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/av7110/
H
A
D
av7110_ipack.c
49
int
ac3_off
= 0;
in send_ipack()
local
66
ac3_off
= ((p->buf[off + 2] << 8)|
in send_ipack()
68
if (
ac3_off
< p->count)
in send_ipack()
69
f = dvb_filter_get_ac3info(p->buf + off + 3 +
ac3_off
,
in send_ipack()
70
p->count -
ac3_off
, &ai, 0);
in send_ipack()
72
nframes = (p->count - off - 3 -
ac3_off
) /
in send_ipack()
74
p->buf[off + 2] = (
ac3_off
>> 8) & 0xff;
in send_ipack()
75
p->buf[off + 3] = (
ac3_off
) & 0xff;
in send_ipack()
77
ac3_off
+= nframes * ai.framesize - p->count;
in send_ipack()
91
p->buf[10] = (
ac3_off
>>
in send_ipack()
[all...]
Completed in 1 milliseconds