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:order_hints
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H
A
D
vdec_av1_req_lat_if.c
546
* @
order_hints
: arrays for ref_frame order hint
558
u32
order_hints
[V4L2_AV1_REFS_PER_FRAME];
member
581
* @
order_hints
: referece frame order hint
594
u32
order_hints
[V4L2_AV1_REFS_PER_FRAME];
member
1508
frame->
order_hints
[i] = 0;
in vdec_av1_slice_setup_ref()
1525
frame->
order_hints
[i] = ctrl_fh->
order_hints
[i + 1];
in vdec_av1_slice_setup_ref()
1526
cur_frame_info->
order_hints
[i] = frame->
order_hints
[i];
in vdec_av1_slice_setup_ref()
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
hantro_hw.h
278
u32
order_hints
[V4L2_AV1_TOTAL_REFS_PER_FRAME];
member
H
A
D
rockchip_vpu981_hw_av1_dec.c
168
av1_dec->frame_refs[i].
order_hints
[j] = frame->
order_hints
[j];
in rockchip_vpu981_av1_dec_frame_ref()
1614
av1_dec->frame_refs[idx].
order_hints
[V4L2_AV1_REF_ALTREF_FRAME];
in rockchip_vpu981_av1_dec_set_other_frames()
1727
u32 *oh = av1_dec->frame_refs[idx].
order_hints
;
in rockchip_vpu981_av1_dec_set_other_frames()
1767
u32 *oh = av1_dec->frame_refs[idx].
order_hints
;
in rockchip_vpu981_av1_dec_set_other_frames()
1807
u32 *oh = av1_dec->frame_refs[idx].
order_hints
;
in rockchip_vpu981_av1_dec_set_other_frames()
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
v4l2-controls.h
3337
* @
order_hints
: specifies the expected output order hint for each reference
3340
* only used for non-intra frames and ignored otherwise.
order_hints
[0] is
3375
__u32
order_hints
[V4L2_AV1_TOTAL_REFS_PER_FRAME];
member
Completed in 22 milliseconds