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:dec_src_buf_size
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H
A
D
s5p_mfc_dec.c
342
pix_mp->plane_fmt[0].bytesperline = ctx->
dec_src_buf_size
;
in vidioc_g_fmt()
343
pix_mp->plane_fmt[0].sizeimage = ctx->
dec_src_buf_size
;
in vidioc_g_fmt()
423
pix_mp->plane_fmt[0].sizeimage = ctx->
dec_src_buf_size
=
in vidioc_s_fmt()
426
ctx->
dec_src_buf_size
= buf_size->cpb;
in vidioc_s_fmt()
428
ctx->
dec_src_buf_size
= pix_mp->plane_fmt[0].sizeimage;
in vidioc_s_fmt()
933
psize[0] = ctx->
dec_src_buf_size
;
in s5p_mfc_queue_setup()
977
if (vb2_plane_size(vb, 0) < ctx->
dec_src_buf_size
) {
in s5p_mfc_buf_init()
H
A
D
s5p_mfc_common.h
585
* @
dec_src_buf_size
: size of the buffer for source buffers in decoding
670
size_t
dec_src_buf_size
;
member
H
A
D
s5p_mfc_opr_v5.c
369
mfc_write(dev, ctx->
dec_src_buf_size
, S5P_FIMV_SI_CH0_CPB_SIZE);
in s5p_mfc_set_dec_stream_buffer_v5()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H
A
D
s5p_mfc_dec.c
373
pix_mp->plane_fmt[0].bytesperline = ctx->
dec_src_buf_size
;
in vidioc_g_fmt()
374
pix_mp->plane_fmt[0].sizeimage = ctx->
dec_src_buf_size
;
in vidioc_g_fmt()
454
pix_mp->plane_fmt[0].sizeimage = ctx->
dec_src_buf_size
=
in vidioc_s_fmt()
457
ctx->
dec_src_buf_size
= buf_size->cpb;
in vidioc_s_fmt()
459
ctx->
dec_src_buf_size
= pix_mp->plane_fmt[0].sizeimage;
in vidioc_s_fmt()
966
psize[0] = ctx->
dec_src_buf_size
;
in s5p_mfc_queue_setup()
1010
if (vb2_plane_size(vb, 0) < ctx->
dec_src_buf_size
) {
in s5p_mfc_buf_init()
H
A
D
s5p_mfc_common.h
591
* @
dec_src_buf_size
: size of the buffer for source buffers in decoding
680
size_t
dec_src_buf_size
;
member
H
A
D
s5p_mfc_opr_v5.c
369
mfc_write(dev, ctx->
dec_src_buf_size
, S5P_FIMV_SI_CH0_CPB_SIZE);
in s5p_mfc_set_dec_stream_buffer_v5()
Completed in 11 milliseconds