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:video_capture
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H
A
D
fimc-isp-video.c
43
struct v4l2_pix_format_mplane *vid_fmt = &isp->
video_capture
.pixfmt;
in isp_video_capture_queue_setup()
44
const struct fimc_fmt *fmt = isp->
video_capture
.format;
in isp_video_capture_queue_setup()
82
struct fimc_is_video *video = &isp->
video_capture
;
in isp_video_capture_start_streaming()
126
ret = fimc_pipeline_call(&isp->
video_capture
.ve, set_stream, 0);
in isp_video_capture_stop_streaming()
148
isp->
video_capture
.buf_count = 0;
in isp_video_capture_stop_streaming()
154
struct fimc_is_video *video = &isp->
video_capture
;
in isp_video_capture_buffer_prepare()
190
struct fimc_is_video *video = &isp->
video_capture
;
in isp_video_capture_buffer_queue()
236
struct fimc_is_video *video = &is->isp.
video_capture
;
in fimc_isp_video_irq_handler()
267
struct exynos_video_entity *ve = &isp->
video_capture
.ve;
in isp_video_open()
305
struct fimc_is_video *ivc = &isp->
video_capture
;
in isp_video_release()
[all...]
H
A
D
fimc-isp.h
156
* @
video_capture
: the ISP block video capture device
175
struct fimc_is_video
video_capture
;
member
H
A
D
fimc-isp.c
393
isp->
video_capture
.ve.pipe = v4l2_get_subdev_hostdata(sd);
in fimc_isp_subdev_registered()
398
isp->
video_capture
.ve.pipe = NULL;
in fimc_isp_subdev_registered()
H
A
D
media-dev.c
932
sink = &isp->
video_capture
.ve.vdev.entity;
in __fimc_md_create_fimc_is_links()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H
A
D
fimc-isp-video.c
43
struct v4l2_pix_format_mplane *vid_fmt = &isp->
video_capture
.pixfmt;
in isp_video_capture_queue_setup()
44
const struct fimc_fmt *fmt = isp->
video_capture
.format;
in isp_video_capture_queue_setup()
82
struct fimc_is_video *video = &isp->
video_capture
;
in isp_video_capture_start_streaming()
126
ret = fimc_pipeline_call(&isp->
video_capture
.ve, set_stream, 0);
in isp_video_capture_stop_streaming()
148
isp->
video_capture
.buf_count = 0;
in isp_video_capture_stop_streaming()
154
struct fimc_is_video *video = &isp->
video_capture
;
in isp_video_capture_buffer_prepare()
190
struct fimc_is_video *video = &isp->
video_capture
;
in isp_video_capture_buffer_queue()
236
struct fimc_is_video *video = &is->isp.
video_capture
;
in fimc_isp_video_irq_handler()
267
struct exynos_video_entity *ve = &isp->
video_capture
.ve;
in isp_video_open()
305
struct fimc_is_video *ivc = &isp->
video_capture
;
in isp_video_release()
[all...]
H
A
D
fimc-isp.h
163
* @
video_capture
: the ISP block video capture device
182
struct fimc_is_video
video_capture
;
member
H
A
D
fimc-isp.c
400
isp->
video_capture
.ve.pipe = v4l2_get_subdev_hostdata(sd);
in fimc_isp_subdev_registered()
405
isp->
video_capture
.ve.pipe = NULL;
in fimc_isp_subdev_registered()
H
A
D
media-dev.c
934
sink = &isp->
video_capture
.ve.vdev.entity;
in __fimc_md_create_fimc_is_links()
Completed in 10 milliseconds