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:planes_num
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/
H
A
D
codec-v4l2-fwht.h
22
unsigned int
planes_num
;
member
H
A
D
codec-v4l2-fwht.c
229
if (info->
planes_num
== 3)
in v4l2_fwht_encode()
344
if (info->
planes_num
== 3) {
in v4l2_fwht_decode()
H
A
D
vicodec-core.c
172
for (plane_idx = 0; plane_idx < info->
planes_num
; plane_idx++) {
in copy_cap_to_ref()
179
if (info->
planes_num
== 3 && plane_idx == 1) {
in copy_cap_to_ref()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/
H
A
D
codec-v4l2-fwht.h
22
unsigned int
planes_num
;
member
H
A
D
codec-v4l2-fwht.c
229
if (info->
planes_num
== 3)
in v4l2_fwht_encode()
344
if (info->
planes_num
== 3) {
in v4l2_fwht_decode()
H
A
D
vicodec-core.c
172
for (plane_idx = 0; plane_idx < info->
planes_num
; plane_idx++) {
in copy_cap_to_ref()
179
if (info->
planes_num
== 3 && plane_idx == 1) {
in copy_cap_to_ref()
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H
A
D
dc.c
1163
unsigned int
planes_num
;
in tegra_dc_add_planes()
local
1172
planes_num
= 2;
in tegra_dc_add_planes()
1174
planes_num
= 1;
in tegra_dc_add_planes()
1176
for (i = 0; i <
planes_num
; i++) {
in tegra_dc_add_planes()
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H
A
D
dc.c
1349
unsigned int
planes_num
;
in tegra_dc_add_planes()
local
1358
planes_num
= 2;
in tegra_dc_add_planes()
1360
planes_num
= 1;
in tegra_dc_add_planes()
1362
for (i = 0; i <
planes_num
; i++) {
in tegra_dc_add_planes()
Completed in 14 milliseconds