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:enc_dst_buf_size
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H
A
D
s5p_mfc_enc.c
1374
pix_fmt_mp->plane_fmt[0].bytesperline = ctx->
enc_dst_buf_size
;
in vidioc_g_fmt()
1375
pix_fmt_mp->plane_fmt[0].sizeimage = ctx->
enc_dst_buf_size
;
in vidioc_g_fmt()
1455
ctx->
enc_dst_buf_size
= pix_fmt_mp->plane_fmt[0].sizeimage;
in vidioc_s_fmt()
2403
psize[0] = ctx->
enc_dst_buf_size
;
in s5p_mfc_queue_setup()
2479
vb2_plane_size(vb, 0), ctx->
enc_dst_buf_size
);
in s5p_mfc_buf_prepare()
2480
if (vb2_plane_size(vb, 0) < ctx->
enc_dst_buf_size
) {
in s5p_mfc_buf_prepare()
H
A
D
s5p_mfc_common.h
602
* @
enc_dst_buf_size
: size of the buffers for encoder output
691
size_t
enc_dst_buf_size
;
member
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H
A
D
s5p_mfc_enc.c
1372
pix_fmt_mp->plane_fmt[0].bytesperline = ctx->
enc_dst_buf_size
;
in vidioc_g_fmt()
1373
pix_fmt_mp->plane_fmt[0].sizeimage = ctx->
enc_dst_buf_size
;
in vidioc_g_fmt()
1453
ctx->
enc_dst_buf_size
= pix_fmt_mp->plane_fmt[0].sizeimage;
in vidioc_s_fmt()
2401
psize[0] = ctx->
enc_dst_buf_size
;
in s5p_mfc_queue_setup()
2477
vb2_plane_size(vb, 0), ctx->
enc_dst_buf_size
);
in s5p_mfc_buf_prepare()
2478
if (vb2_plane_size(vb, 0) < ctx->
enc_dst_buf_size
) {
in s5p_mfc_buf_prepare()
H
A
D
s5p_mfc_common.h
608
* @
enc_dst_buf_size
: size of the buffers for encoder output
701
size_t
enc_dst_buf_size
;
member
Completed in 10 milliseconds