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:cur_stream_mode
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H
A
D
dev.h
524
unsigned int
cur_stream_mode
;
member
H
A
D
capture.c
2970
stream->
cur_stream_mode
, mode);
in rkcif_do_stop_stream()
2972
if (mode == stream->
cur_stream_mode
) {
in rkcif_do_stop_stream()
3023
if (mode == stream->
cur_stream_mode
) {
in rkcif_do_stop_stream()
3063
stream->
cur_stream_mode
&= ~mode;
in rkcif_do_stop_stream()
3848
if ((stream->
cur_stream_mode
& RKCIF_STREAM_MODE_CAPTURE) == mode) {
in rkcif_do_start_stream()
3905
if (stream->
cur_stream_mode
== RKCIF_STREAM_MODE_NONE) {
in rkcif_do_start_stream()
3952
if (stream->
cur_stream_mode
== RKCIF_STREAM_MODE_NONE) {
in rkcif_do_start_stream()
3985
stream->
cur_stream_mode
|= mode;
in rkcif_do_start_stream()
4275
stream->
cur_stream_mode
= 0;
in rkcif_stream_init()
7039
if (stream->stopping && !(stream->
cur_stream_mode
in rkcif_irq_pingpong_v1()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H
A
D
dev.h
483
unsigned int
cur_stream_mode
;
member
H
A
D
capture.c
3048
stream->id, stream->
cur_stream_mode
, mode);
in rkcif_do_stop_stream()
3050
if (mode == stream->
cur_stream_mode
) {
in rkcif_do_stop_stream()
3106
if (mode == stream->
cur_stream_mode
) {
in rkcif_do_stop_stream()
3143
stream->
cur_stream_mode
&= ~mode;
in rkcif_do_stop_stream()
3987
if ((stream->
cur_stream_mode
& RKCIF_STREAM_MODE_CAPTURE) == mode) {
in rkcif_do_start_stream()
4048
if (stream->
cur_stream_mode
== RKCIF_STREAM_MODE_NONE) {
in rkcif_do_start_stream()
4097
if (stream->
cur_stream_mode
== RKCIF_STREAM_MODE_NONE) {
in rkcif_do_start_stream()
4133
stream->
cur_stream_mode
|= mode;
in rkcif_do_start_stream()
4434
stream->
cur_stream_mode
= 0;
in rkcif_stream_init()
7338
!(stream->
cur_stream_mode
in rkcif_irq_pingpong_v1()
[all...]
Completed in 20 milliseconds