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:ref_bufs
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/staging/media/rkvdec/
H
A
D
rkvdec-vp9.c
521
struct rkvdec_decoded_buffer *
ref_bufs
[3];
in config_registers()
local
533
ref_bufs
[0] = get_ref_buf(ctx, &dst->base.vb, dec_params->last_frame_ts);
in config_registers()
534
ref_bufs
[1] = get_ref_buf(ctx, &dst->base.vb, dec_params->golden_frame_ts);
in config_registers()
535
ref_bufs
[2] = get_ref_buf(ctx, &dst->base.vb, dec_params->alt_frame_ts);
in config_registers()
590
for (i = 0; i < ARRAY_SIZE(
ref_bufs
); i++)
in config_registers()
591
config_ref_registers(ctx, run,
ref_bufs
[i], &ref_regs[i]);
in config_registers()
650
for (i = 0; !intra_only && i < ARRAY_SIZE(
ref_bufs
); i++) {
in config_registers()
651
unsigned int refw =
ref_bufs
[i]->vp9.width;
in config_registers()
652
unsigned int refh =
ref_bufs
[i]->vp9.height;
in config_registers()
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
hantro_hevc.c
45
return hevc_dec->
ref_bufs
[i].dma;
in hantro_hevc_get_ref_buf()
62
hevc_dec->
ref_bufs
[i].dma = addr;
in hantro_hevc_add_ref_buf()
H
A
D
hantro_hw.h
139
* @
ref_bufs
: Internal reference buffers
151
struct hantro_aux_buf
ref_bufs
[NUM_REF_PICTURES];
member
Completed in 3 milliseconds