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:cropped_offset
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/omap/
H
A
D
omap_vout_vrfb.c
324
int *
cropped_offset
= &vout->
cropped_offset
;
in omap_vout_calculate_vrfb_offset()
local
366
*
cropped_offset
= offset + line_length *
in omap_vout_calculate_vrfb_offset()
369
*
cropped_offset
= offset + line_length * temp_ps *
in omap_vout_calculate_vrfb_offset()
380
*
cropped_offset
= offset + (line_length * ps * ctop) +
in omap_vout_calculate_vrfb_offset()
384
*
cropped_offset
= offset + (line_length * ps * ctop) +
in omap_vout_calculate_vrfb_offset()
394
*
cropped_offset
= offset + line_length *
in omap_vout_calculate_vrfb_offset()
397
*
cropped_offset
= offset + line_length *
in omap_vout_calculate_vrfb_offset()
405
*
cropped_offset
= (line_length * ps) *
in omap_vout_calculate_vrfb_offset()
408
*
cropped_offset
in omap_vout_calculate_vrfb_offset()
[all...]
H
A
D
omap_voutdef.h
174
u32
cropped_offset
;
member
H
A
D
omap_vout.c
205
int *
cropped_offset
= &vout->
cropped_offset
;
in omap_vout_calculate_offset()
local
225
*
cropped_offset
= (line_length * ps) *
in omap_vout_calculate_offset()
230
__func__, vout->
cropped_offset
);
in omap_vout_calculate_offset()
547
+ vout->
cropped_offset
;
in omap_vout_isr()
1022
+ vout->
cropped_offset
;
in omap_vout_vb2_start_streaming()
1333
vout->
cropped_offset
= 0;
in omap_vout_setup_video_data()
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap/
H
A
D
omap_vout_vrfb.c
324
int *
cropped_offset
= &vout->
cropped_offset
;
in omap_vout_calculate_vrfb_offset()
local
366
*
cropped_offset
= offset + line_length *
in omap_vout_calculate_vrfb_offset()
369
*
cropped_offset
= offset + line_length * temp_ps *
in omap_vout_calculate_vrfb_offset()
380
*
cropped_offset
= offset + (line_length * ps * ctop) +
in omap_vout_calculate_vrfb_offset()
384
*
cropped_offset
= offset + (line_length * ps * ctop) +
in omap_vout_calculate_vrfb_offset()
394
*
cropped_offset
= offset + line_length *
in omap_vout_calculate_vrfb_offset()
397
*
cropped_offset
= offset + line_length *
in omap_vout_calculate_vrfb_offset()
405
*
cropped_offset
= (line_length * ps) *
in omap_vout_calculate_vrfb_offset()
408
*
cropped_offset
in omap_vout_calculate_vrfb_offset()
[all...]
H
A
D
omap_voutdef.h
174
u32
cropped_offset
;
member
H
A
D
omap_vout.c
205
int *
cropped_offset
= &vout->
cropped_offset
;
in omap_vout_calculate_offset()
local
225
*
cropped_offset
= (line_length * ps) *
in omap_vout_calculate_offset()
230
__func__, vout->
cropped_offset
);
in omap_vout_calculate_offset()
548
+ vout->
cropped_offset
;
in omap_vout_isr()
1024
+ vout->
cropped_offset
;
in omap_vout_vb2_start_streaming()
1335
vout->
cropped_offset
= 0;
in omap_vout_setup_video_data()
Completed in 7 milliseconds