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:tiled_map_type
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H
A
D
coda-gdi.c
117
switch (ctx->
tiled_map_type
) {
in coda_set_gdi_regs()
H
A
D
coda.h
267
int
tiled_map_type
;
member
H
A
D
coda-bit.c
492
if (ctx->
tiled_map_type
== GDI_TILED_FRAME_MB_RASTER_MAP)
in coda_alloc_framebuffers()
530
if (ctx->
tiled_map_type
== GDI_TILED_FRAME_MB_RASTER_MAP) {
in coda_alloc_framebuffers()
1012
if (ctx->
tiled_map_type
== GDI_LINEAR_FRAME_MAP) {
in coda9_set_frame_cache()
1122
if (ctx->
tiled_map_type
== GDI_TILED_FRAME_MB_RASTER_MAP)
in coda_start_encoding()
1876
if (ctx->
tiled_map_type
== GDI_TILED_FRAME_MB_RASTER_MAP)
in __coda_decoder_seq_init()
2054
if (ctx->
tiled_map_type
== GDI_TILED_FRAME_MB_RASTER_MAP)
in __coda_start_decoding()
H
A
D
coda-common.c
804
ctx->
tiled_map_type
= GDI_TILED_FRAME_MB_RASTER_MAP;
in coda_s_fmt()
809
ctx->
tiled_map_type
= GDI_TILED_FRAME_MB_RASTER_MAP;
in coda_s_fmt()
816
ctx->
tiled_map_type
= GDI_LINEAR_FRAME_MAP;
in coda_s_fmt()
822
if (ctx->
tiled_map_type
== GDI_TILED_FRAME_MB_RASTER_MAP &&
in coda_s_fmt()
835
(ctx->
tiled_map_type
== GDI_LINEAR_FRAME_MAP) ? 'L' : 'T');
in coda_s_fmt()
1706
ctx->
tiled_map_type
= GDI_LINEAR_FRAME_MAP;
in set_default_params()
H
A
D
coda-jpeg.c
1431
if (ctx->
tiled_map_type
== GDI_TILED_FRAME_MB_RASTER_MAP)
in coda9_jpeg_prepare_decode()
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H
A
D
coda-gdi.c
117
switch (ctx->
tiled_map_type
) {
in coda_set_gdi_regs()
H
A
D
coda.h
278
int
tiled_map_type
;
member
H
A
D
coda-bit.c
494
if (ctx->
tiled_map_type
== GDI_TILED_FRAME_MB_RASTER_MAP)
in coda_alloc_framebuffers()
532
if (ctx->
tiled_map_type
== GDI_TILED_FRAME_MB_RASTER_MAP) {
in coda_alloc_framebuffers()
1014
if (ctx->
tiled_map_type
== GDI_LINEAR_FRAME_MAP) {
in coda9_set_frame_cache()
1124
if (ctx->
tiled_map_type
== GDI_TILED_FRAME_MB_RASTER_MAP)
in coda_start_encoding()
1901
if (ctx->
tiled_map_type
== GDI_TILED_FRAME_MB_RASTER_MAP)
in __coda_decoder_seq_init()
2078
if (ctx->
tiled_map_type
== GDI_TILED_FRAME_MB_RASTER_MAP)
in __coda_start_decoding()
H
A
D
coda-common.c
817
ctx->
tiled_map_type
= GDI_TILED_FRAME_MB_RASTER_MAP;
in coda_s_fmt()
822
ctx->
tiled_map_type
= GDI_TILED_FRAME_MB_RASTER_MAP;
in coda_s_fmt()
829
ctx->
tiled_map_type
= GDI_LINEAR_FRAME_MAP;
in coda_s_fmt()
835
if (ctx->
tiled_map_type
== GDI_TILED_FRAME_MB_RASTER_MAP &&
in coda_s_fmt()
848
(ctx->
tiled_map_type
== GDI_LINEAR_FRAME_MAP) ? 'L' : 'T');
in coda_s_fmt()
1705
ctx->
tiled_map_type
= GDI_LINEAR_FRAME_MAP;
in set_default_params()
H
A
D
coda-jpeg.c
1426
if (ctx->
tiled_map_type
== GDI_TILED_FRAME_MB_RASTER_MAP)
in coda9_jpeg_prepare_decode()
Completed in 21 milliseconds