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:jpg_settings
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/zoran/
H
A
D
zoran_device.c
501
//if(zr->
jpg_settings
.VFIFO_FB) reg |= ZR36057_JMC_VFIFO_FB; // No, it doesn't. SM
in zr36057_set_jpg()
513
if (zr->
jpg_settings
.field_per_buff == 1)
in zr36057_set_jpg()
522
reg = ((zr->
jpg_settings
.img_y + tvn->v_start) << ZR36057_FVAP_NAY) |
in zr36057_set_jpg()
523
(zr->
jpg_settings
.img_height << ZR36057_FVAP_PAY);
in zr36057_set_jpg()
534
reg = ((zr->
jpg_settings
.img_x +
in zr36057_set_jpg()
536
(zr->
jpg_settings
.img_width << ZR36057_FHAP_PAX);
in zr36057_set_jpg()
540
if (zr->
jpg_settings
.odd_even)
in zr36057_set_jpg()
673
int field_size = zr->buffer_size / zr->
jpg_settings
.field_per_buff;
in zr36057_enable_jpg()
677
cap.x = zr->
jpg_settings
.img_x;
in zr36057_enable_jpg()
678
cap.y = zr->
jpg_settings
in zr36057_enable_jpg()
[all...]
H
A
D
zoran_driver.c
308
fmt->fmt.pix.width = zr->
jpg_settings
.img_width / zr->
jpg_settings
.hor_dcm;
in zoran_g_fmt_vid_out()
309
fmt->fmt.pix.height = zr->
jpg_settings
.img_height * 2 /
in zoran_g_fmt_vid_out()
310
(zr->
jpg_settings
.ver_dcm * zr->
jpg_settings
.tmp_dcm);
in zoran_g_fmt_vid_out()
313
if (zr->
jpg_settings
.tmp_dcm == 1)
in zoran_g_fmt_vid_out()
314
fmt->fmt.pix.field = (zr->
jpg_settings
.odd_even ?
in zoran_g_fmt_vid_out()
317
fmt->fmt.pix.field = (zr->
jpg_settings
.odd_even ?
in zoran_g_fmt_vid_out()
355
settings = zr->
jpg_settings
;
in zoran_try_fmt_vid_out()
363
if (fmt->fmt.pix.height <= zr->
jpg_settings
in zoran_try_fmt_vid_out()
[all...]
H
A
D
zoran_card.c
862
zr->
jpg_settings
.decimation = 1;
in zoran_open_init_params()
863
zr->
jpg_settings
.jpg_comp.quality = 50; /* default compression factor 8 */
in zoran_open_init_params()
865
zr->
jpg_settings
.odd_even = 1;
in zoran_open_init_params()
867
zr->
jpg_settings
.odd_even = 0;
in zoran_open_init_params()
868
zr->
jpg_settings
.jpg_comp.APPn = 0;
in zoran_open_init_params()
869
zr->
jpg_settings
.jpg_comp.APP_len = 0; /* No APPn marker */
in zoran_open_init_params()
870
memset(zr->
jpg_settings
.jpg_comp.APP_data, 0,
in zoran_open_init_params()
871
sizeof(zr->
jpg_settings
.jpg_comp.APP_data));
in zoran_open_init_params()
872
zr->
jpg_settings
.jpg_comp.COM_len = 0; /* No COM marker */
in zoran_open_init_params()
873
memset(zr->
jpg_settings
in zoran_open_init_params()
[all...]
H
A
D
zoran.h
247
struct zoran_jpg_settings
jpg_settings
; /* structure with a lot of things to play with */
member
/kernel/linux/linux-6.6/drivers/media/pci/zoran/
H
A
D
zoran_device.c
439
//if(zr->
jpg_settings
.VFIFO_FB) reg |= ZR36057_JMC_VFIFO_FB; // No, it doesn't. SM
in zr36057_set_jpg()
451
if (zr->
jpg_settings
.field_per_buff == 1)
in zr36057_set_jpg()
460
reg = ((zr->
jpg_settings
.img_y + tvn->v_start) << ZR36057_FVAP_NAY) |
in zr36057_set_jpg()
461
(zr->
jpg_settings
.img_height << ZR36057_FVAP_PAY);
in zr36057_set_jpg()
472
reg = ((zr->
jpg_settings
.img_x +
in zr36057_set_jpg()
474
(zr->
jpg_settings
.img_width << ZR36057_FHAP_PAX);
in zr36057_set_jpg()
478
if (zr->
jpg_settings
.odd_even)
in zr36057_set_jpg()
609
int field_size = zr->buffer_size / zr->
jpg_settings
.field_per_buff;
in zr36057_enable_jpg()
613
cap.x = zr->
jpg_settings
.img_x;
in zr36057_enable_jpg()
614
cap.y = zr->
jpg_settings
in zr36057_enable_jpg()
[all...]
H
A
D
zoran_driver.c
294
fmt->fmt.pix.width = zr->
jpg_settings
.img_width / zr->
jpg_settings
.hor_dcm;
in zoran_g_fmt_vid_out()
295
fmt->fmt.pix.height = zr->
jpg_settings
.img_height * 2 /
in zoran_g_fmt_vid_out()
296
(zr->
jpg_settings
.ver_dcm * zr->
jpg_settings
.tmp_dcm);
in zoran_g_fmt_vid_out()
299
if (zr->
jpg_settings
.tmp_dcm == 1)
in zoran_g_fmt_vid_out()
300
fmt->fmt.pix.field = (zr->
jpg_settings
.odd_even ?
in zoran_g_fmt_vid_out()
303
fmt->fmt.pix.field = (zr->
jpg_settings
.odd_even ?
in zoran_g_fmt_vid_out()
341
settings = zr->
jpg_settings
;
in zoran_try_fmt_vid_out()
349
if (fmt->fmt.pix.height <= zr->
jpg_settings
in zoran_try_fmt_vid_out()
[all...]
H
A
D
zoran_card.c
967
zr->
jpg_settings
.decimation = 1;
in zoran_open_init_params()
968
zr->
jpg_settings
.jpg_comp.quality = 50; /* default compression factor 8 */
in zoran_open_init_params()
970
zr->
jpg_settings
.odd_even = 1;
in zoran_open_init_params()
972
zr->
jpg_settings
.odd_even = 0;
in zoran_open_init_params()
973
zr->
jpg_settings
.jpg_comp.APPn = 0;
in zoran_open_init_params()
974
zr->
jpg_settings
.jpg_comp.APP_len = 0; /* No APPn marker */
in zoran_open_init_params()
975
memset(zr->
jpg_settings
.jpg_comp.APP_data, 0,
in zoran_open_init_params()
976
sizeof(zr->
jpg_settings
.jpg_comp.APP_data));
in zoran_open_init_params()
977
zr->
jpg_settings
.jpg_comp.COM_len = 0; /* No COM marker */
in zoran_open_init_params()
978
memset(zr->
jpg_settings
in zoran_open_init_params()
[all...]
H
A
D
zoran.h
240
struct zoran_jpg_settings
jpg_settings
; /* structure with a lot of things to play with */
member
Completed in 8 milliseconds