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:hevc_dec
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
hantro_hevc.c
30
struct hantro_hevc_dec_hw_ctx *
hevc_dec
= &ctx->
hevc_dec
;
in hantro_hevc_ref_init()
local
32
hevc_dec
->ref_bufs_used = 0;
in hantro_hevc_ref_init()
38
struct hantro_hevc_dec_hw_ctx *
hevc_dec
= &ctx->
hevc_dec
;
in hantro_hevc_get_ref_buf()
local
43
if (
hevc_dec
->ref_bufs_poc[i] == poc) {
in hantro_hevc_get_ref_buf()
44
hevc_dec
->ref_bufs_used |= 1 << i;
in hantro_hevc_get_ref_buf()
45
return
hevc_dec
->ref_bufs[i].dma;
in hantro_hevc_get_ref_buf()
54
struct hantro_hevc_dec_hw_ctx *
hevc_dec
= &ctx->
hevc_dec
;
in hantro_hevc_add_ref_buf()
local
73
struct hantro_
hevc_dec
_hw_ctx *
hevc_dec
= &ctx->
hevc_dec
;
tile_buffer_reallocate()
local
213
struct hantro_
hevc_dec
_hw_ctx *
hevc_dec
= &ctx->
hevc_dec
;
hantro_hevc_dec_exit()
local
249
struct hantro_
hevc_dec
_hw_ctx *
hevc_dec
= &ctx->
hevc_dec
;
hantro_hevc_dec_init()
local
[all...]
H
A
D
hantro_g2_hevc_dec.c
28
const struct hantro_hevc_dec_ctrls *ctrls = &ctx->
hevc_dec
.ctrls;
in prepare_tile_info_buffer()
31
u16 *p = (u16 *)((u8 *)ctx->
hevc_dec
.tile_sizes.cpu);
in prepare_tile_info_buffer()
122
const struct hantro_hevc_dec_ctrls *ctrls = &ctx->
hevc_dec
.ctrls;
in compute_header_skip_length()
157
const struct hantro_hevc_dec_ctrls *ctrls = &ctx->
hevc_dec
.ctrls;
in set_params()
302
const struct hantro_hevc_dec_ctrls *ctrls = &ctx->
hevc_dec
.ctrls;
in set_ref_pic_list()
379
const struct hantro_hevc_dec_ctrls *ctrls = &ctx->
hevc_dec
.ctrls;
in set_ref()
522
hantro_write_addr(vpu, G2_TILE_SIZES_ADDR, ctx->
hevc_dec
.tile_sizes.dma);
in set_buffers()
523
hantro_write_addr(vpu, G2_TILE_FILTER_ADDR, ctx->
hevc_dec
.tile_filter.dma);
in set_buffers()
524
hantro_write_addr(vpu, G2_TILE_SAO_ADDR, ctx->
hevc_dec
.tile_sao.dma);
in set_buffers()
525
hantro_write_addr(vpu, G2_TILE_BSD_ADDR, ctx->
hevc_dec
in set_buffers()
[all...]
H
A
D
hantro.h
243
* @
hevc_dec
: HEVC-decoding context.
273
struct hantro_hevc_dec_hw_ctx
hevc_dec
;
member
Completed in 3 milliseconds