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_src_fmt
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
H
A
D
hantro_v4l2.c
263
vpu_fmt = ctx->
vpu_src_fmt
;
in hantro_try_fmt()
281
if (ctx->
vpu_src_fmt
->fourcc == V4L2_PIX_FMT_H264_SLICE &&
in hantro_try_fmt()
337
ctx->
vpu_src_fmt
= vpu_fmt;
in hantro_reset_encoded_fmt()
359
ctx->
vpu_src_fmt
= raw_vpu_fmt;
in hantro_reset_raw_fmt()
441
ctx->
vpu_src_fmt
= hantro_find_format(ctx, pix_mp->pixelformat);
in hantro_set_fmt_out()
464
vpu_debug(0, "OUTPUT codec mode: %d\n", ctx->
vpu_src_fmt
->codec_mode);
in hantro_set_fmt_out()
686
codec_mode = ctx->
vpu_src_fmt
->codec_mode;
in hantro_start_streaming()
H
A
D
hantro_h1_jpeg_enc.c
27
| H1_REG_IN_IMG_CTRL_FMT(ctx->
vpu_src_fmt
->enc_fmt);
in hantro_h1_set_src_img_ctrl()
H
A
D
rk3399_vpu_hw_jpeg_enc.c
58
reg = VEPU_REG_IN_IMG_CTRL_FMT(ctx->
vpu_src_fmt
->enc_fmt);
in rk3399_vpu_set_src_img_ctrl()
H
A
D
hantro.h
207
* @
vpu_src_fmt
: Descriptor of active source format.
229
const struct hantro_fmt *
vpu_src_fmt
;
member
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
hantro_postproc.c
211
if (ctx->
vpu_src_fmt
->fourcc == V4L2_PIX_FMT_H264_SLICE)
in hantro_postproc_alloc()
214
else if (ctx->
vpu_src_fmt
->fourcc == V4L2_PIX_FMT_VP9_FRAME)
in hantro_postproc_alloc()
217
else if (ctx->
vpu_src_fmt
->fourcc == V4L2_PIX_FMT_HEVC_SLICE)
in hantro_postproc_alloc()
220
else if (ctx->
vpu_src_fmt
->fourcc == V4L2_PIX_FMT_AV1_FRAME)
in hantro_postproc_alloc()
H
A
D
hantro_v4l2.c
342
if (ctx->
vpu_src_fmt
->fourcc == V4L2_PIX_FMT_H264_SLICE &&
in hantro_try_fmt()
347
else if (ctx->
vpu_src_fmt
->fourcc == V4L2_PIX_FMT_VP9_FRAME &&
in hantro_try_fmt()
352
else if (ctx->
vpu_src_fmt
->fourcc == V4L2_PIX_FMT_HEVC_SLICE &&
in hantro_try_fmt()
357
else if (ctx->
vpu_src_fmt
->fourcc == V4L2_PIX_FMT_AV1_FRAME &&
in hantro_try_fmt()
433
ctx->
vpu_src_fmt
= raw_vpu_fmt;
in hantro_reset_raw_fmt()
545
ctx->
vpu_src_fmt
= hantro_find_format(ctx, pix_mp->pixelformat);
in hantro_set_fmt_out()
571
vpu_debug(0, "OUTPUT codec mode: %d\n", ctx->
vpu_src_fmt
->codec_mode);
in hantro_set_fmt_out()
926
codec_mode = ctx->
vpu_src_fmt
->codec_mode;
in hantro_start_streaming()
H
A
D
rockchip_vpu2_hw_jpeg_enc.c
63
reg = VEPU_REG_IN_IMG_CTRL_FMT(ctx->
vpu_src_fmt
->enc_fmt);
in rockchip_vpu2_set_src_img_ctrl()
H
A
D
hantro_h1_jpeg_enc.c
36
| H1_REG_IN_IMG_CTRL_FMT(ctx->
vpu_src_fmt
->enc_fmt);
in hantro_h1_set_src_img_ctrl()
H
A
D
hantro.h
226
* @
vpu_src_fmt
: Descriptor of active source format.
255
const struct hantro_fmt *
vpu_src_fmt
;
member
Completed in 8 milliseconds