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:frame_line_next
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/
H
A
D
v4l2-tpg-core.c
2273
unsigned
frame_line_next
;
member
2450
unsigned
frame_line_next
= params->
frame_line_next
;
in tpg_fill_plane_pattern()
local
2473
frame_line_next
= tpg->src_height -
frame_line_next
- 1;
in tpg_fill_plane_pattern()
2502
if (tpg->vdownsampling[p] > 1 && frame_line !=
frame_line_next
) {
in tpg_fill_plane_pattern()
2510
(
frame_line_next
+ mv_vert_old) % tpg->src_height);
in tpg_fill_plane_pattern()
2512
(
frame_line_next
+ mv_vert_new) % tpg->src_height);
in tpg_fill_plane_pattern()
2613
params.
frame_line_next
= params.frame_line;
in tpg_fill_plane_buffer()
2647
params.
frame_line_next
in tpg_fill_plane_buffer()
[all...]
/kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/
H
A
D
v4l2-tpg-core.c
2279
unsigned
frame_line_next
;
member
2494
unsigned
frame_line_next
= params->
frame_line_next
;
in tpg_fill_plane_pattern()
local
2517
frame_line_next
= tpg->src_height -
frame_line_next
- 1;
in tpg_fill_plane_pattern()
2546
if (tpg->vdownsampling[p] > 1 && frame_line !=
frame_line_next
) {
in tpg_fill_plane_pattern()
2554
(
frame_line_next
+ mv_vert_old) % tpg->src_height);
in tpg_fill_plane_pattern()
2556
(
frame_line_next
+ mv_vert_new) % tpg->src_height);
in tpg_fill_plane_pattern()
2657
params.
frame_line_next
= params.frame_line;
in tpg_fill_plane_buffer()
2691
params.
frame_line_next
in tpg_fill_plane_buffer()
[all...]
Completed in 8 milliseconds