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:first_part_offset
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
H
A
D
hantro_g1_vp8_dec.c
237
u32
first_part_offset
= VP8_FRAME_IS_KEY_FRAME(hdr) ? 10 : 3;
in cfg_parts()
local
260
mb_offset_bits =
first_part_offset
* 8 +
in cfg_parts()
266
(mb_offset_bytes -
first_part_offset
) +
in cfg_parts()
294
dct_part_offset =
first_part_offset
+ hdr->first_part_size;
in cfg_parts()
H
A
D
rk3399_vpu_hw_vp8_dec.c
350
u32
first_part_offset
= VP8_FRAME_IS_KEY_FRAME(hdr) ? 10 : 3;
in cfg_parts()
local
372
mb_offset_bits =
first_part_offset
* 8 +
in cfg_parts()
378
(mb_offset_bytes -
first_part_offset
) +
in cfg_parts()
396
dct_part_offset =
first_part_offset
+ hdr->first_part_size;
in cfg_parts()
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
hantro_g1_vp8_dec.c
236
u32
first_part_offset
= V4L2_VP8_FRAME_IS_KEY_FRAME(hdr) ? 10 : 3;
in cfg_parts()
local
259
mb_offset_bits =
first_part_offset
* 8 +
in cfg_parts()
265
(mb_offset_bytes -
first_part_offset
) +
in cfg_parts()
293
dct_part_offset =
first_part_offset
+ hdr->first_part_size;
in cfg_parts()
H
A
D
rockchip_vpu2_hw_vp8_dec.c
349
u32
first_part_offset
= V4L2_VP8_FRAME_IS_KEY_FRAME(hdr) ? 10 : 3;
in cfg_parts()
local
371
mb_offset_bits =
first_part_offset
* 8 +
in cfg_parts()
377
(mb_offset_bytes -
first_part_offset
) +
in cfg_parts()
395
dct_part_offset =
first_part_offset
+ hdr->first_part_size;
in cfg_parts()
Completed in 5 milliseconds