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:vpu_dec_reset
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
H
A
D
vdec_vpu_if.h
73
*
vpu_dec_reset
- reset decoder, use for flush decoder when end of stream or
78
int
vpu_dec_reset
(struct vdec_vpu_inst *vpu);
H
A
D
vdec_vpu_if.c
169
int
vpu_dec_reset
(struct vdec_vpu_inst *vpu)
in vpu_dec_reset()
function
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/
H
A
D
vdec_vpu_if.h
84
*
vpu_dec_reset
- reset decoder, use for flush decoder when end of stream or
89
int
vpu_dec_reset
(struct vdec_vpu_inst *vpu);
H
A
D
vdec_vpu_if.c
308
int
vpu_dec_reset
(struct vdec_vpu_inst *vpu)
in vpu_dec_reset()
function
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H
A
D
vdec_h264_req_multi_if.c
586
return
vpu_dec_reset
(vpu);
in vdec_h264_slice_lat_decode()
724
return
vpu_dec_reset
(vpu);
in vdec_h264_slice_single_decode()
H
A
D
vdec_h264_req_if.c
347
return
vpu_dec_reset
(vpu);
in vdec_h264_slice_decode()
H
A
D
vdec_vp8_req_if.c
333
return
vpu_dec_reset
(vpu);
in vdec_vp8_slice_decode()
H
A
D
vdec_h264_if.c
350
return
vpu_dec_reset
(vpu);
in vdec_h264_decode()
H
A
D
vdec_vp8_if.c
442
return
vpu_dec_reset
(vpu);
in vdec_vp8_decode()
H
A
D
vdec_vp9_if.c
662
if (
vpu_dec_reset
(&inst->vpu))
in vp9_reset()
665
/* Set the va again, since
vpu_dec_reset
will clear mv_buf in vpu */
in vp9_reset()
670
/* Set the va again, since
vpu_dec_reset
will clear seg_id_buf in vpu */
in vp9_reset()
H
A
D
vdec_hevc_req_multi_if.c
988
return
vpu_dec_reset
(vpu);
in vdec_hevc_slice_lat_decode()
H
A
D
vdec_av1_req_lat_if.c
1963
return
vpu_dec_reset
(&instance->vpu);
in vdec_av1_slice_flush()
H
A
D
vdec_vp9_req_lat_if.c
1930
return
vpu_dec_reset
(&instance->vpu);
in vdec_vp9_slice_flush()
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/vdec/
H
A
D
vdec_h264_if.c
356
return
vpu_dec_reset
(vpu);
in vdec_h264_decode()
H
A
D
vdec_vp8_if.c
445
return
vpu_dec_reset
(vpu);
in vdec_vp8_decode()
H
A
D
vdec_vp9_if.c
668
if (
vpu_dec_reset
(&inst->vpu))
in vp9_reset()
671
/* Set the va again, since
vpu_dec_reset
will clear mv_buf in vpu */
in vp9_reset()
676
/* Set the va again, since
vpu_dec_reset
will clear seg_id_buf in vpu */
in vp9_reset()
Completed in 19 milliseconds