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:hantro_aux_buf
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
hantro_hw.h
49
* struct
hantro_aux_buf
- auxiliary DMA buffer for hardware data
56
struct
hantro_aux_buf
{
struct
106
struct
hantro_aux_buf
priv;
147
struct
hantro_aux_buf
tile_sizes;
148
struct
hantro_aux_buf
tile_filter;
149
struct
hantro_aux_buf
tile_sao;
150
struct
hantro_aux_buf
tile_bsd;
151
struct
hantro_aux_buf
ref_bufs[NUM_REF_PICTURES];
152
struct
hantro_aux_buf
scaling_lists;
165
struct
hantro_aux_buf
qtabl
[all...]
H
A
D
hantro_vp9.c
163
struct
hantro_aux_buf
*tile_edge = &vp9_dec->tile_edge;
in hantro_vp9_dec_init()
164
struct
hantro_aux_buf
*segment_map = &vp9_dec->segment_map;
in hantro_vp9_dec_init()
165
struct
hantro_aux_buf
*misc = &vp9_dec->misc;
in hantro_vp9_dec_init()
233
struct
hantro_aux_buf
*tile_edge = &vp9_dec->tile_edge;
in hantro_vp9_dec_exit()
234
struct
hantro_aux_buf
*segment_map = &vp9_dec->segment_map;
in hantro_vp9_dec_exit()
235
struct
hantro_aux_buf
*misc = &vp9_dec->misc;
in hantro_vp9_dec_exit()
H
A
D
hantro_postproc.c
183
struct
hantro_aux_buf
*priv = &ctx->postproc.dec_q[i];
in hantro_postproc_free()
225
struct
hantro_aux_buf
*priv = &ctx->postproc.dec_q[i];
in hantro_postproc_alloc()
H
A
D
hantro_g2_vp9_dec.c
327
struct
hantro_aux_buf
*misc = &vp9_ctx->misc;
in config_tiles()
328
struct
hantro_aux_buf
*tile_edge = &vp9_ctx->tile_edge;
in config_tiles()
651
struct
hantro_aux_buf
*misc = &vp9_ctx->misc;
in config_probs()
759
struct
hantro_aux_buf
*misc = &vp9_dec->misc;
in config_counts()
770
struct
hantro_aux_buf
*segment_map = &vp9_ctx->segment_map;
in config_seg_map()
H
A
D
hantro_vp8.c
148
struct
hantro_aux_buf
*aux_buf;
in hantro_vp8_dec_init()
H
A
D
hantro_h264.c
499
struct
hantro_aux_buf
*priv = &h264_dec->priv;
in hantro_h264_dec_exit()
508
struct
hantro_aux_buf
*priv = &h264_dec->priv;
in hantro_h264_dec_init()
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
H
A
D
hantro_hw.h
31
* struct
hantro_aux_buf
- auxiliary DMA buffer for hardware data
37
struct
hantro_aux_buf
{
struct
49
struct
hantro_aux_buf
bounce_buffer;
89
struct
hantro_aux_buf
priv;
100
struct
hantro_aux_buf
qtable;
109
struct
hantro_aux_buf
segment_map;
110
struct
hantro_aux_buf
prob_tbl;
119
struct
hantro_aux_buf
dec_q[VB2_MAX_FRAME];
H
A
D
hantro_postproc.c
103
struct
hantro_aux_buf
*priv = &ctx->postproc.dec_q[i];
in hantro_postproc_free()
126
struct
hantro_aux_buf
*priv = &ctx->postproc.dec_q[i];
in hantro_postproc_alloc()
H
A
D
hantro_vp8.c
148
struct
hantro_aux_buf
*aux_buf;
in hantro_vp8_dec_init()
H
A
D
hantro_h264.c
385
struct
hantro_aux_buf
*priv = &h264_dec->priv;
in hantro_h264_dec_exit()
394
struct
hantro_aux_buf
*priv = &h264_dec->priv;
in hantro_h264_dec_init()
Completed in 6 milliseconds