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:use_bit
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H
A
D
coda-common.c
807
if (!disable_tiling && ctx->
use_bit
&&
in coda_s_fmt()
1248
if (ctx->
use_bit
)
in coda_decoder_cmd()
1549
if (ctx->
use_bit
) {
in coda_pic_run_work()
1593
if (ctx->inst_type == CODA_INST_DECODER && ctx->
use_bit
) {
in coda_job_ready()
1925
if ((ctx->inst_type == CODA_INST_ENCODER || !ctx->
use_bit
) &&
in coda_buf_queue()
1987
if (ctx->inst_type == CODA_INST_DECODER && ctx->
use_bit
) {
in coda_start_streaming()
2068
if (ctx->inst_type == CODA_INST_DECODER && ctx->
use_bit
)
in coda_start_streaming()
2617
ctx->
use_bit
= !ctx->cvd->direct;
in coda_open()
2724
if (ctx->inst_type == CODA_INST_DECODER && ctx->
use_bit
)
in coda_release()
H
A
D
coda.h
274
bool
use_bit
;
member
H
A
D
coda-bit.c
206
if (ctx->inst_type != CODA_INST_DECODER || !ctx->
use_bit
)
in coda_bitstream_flush()
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H
A
D
coda-common.c
820
if (!disable_tiling && ctx->
use_bit
&&
in coda_s_fmt()
1248
if (ctx->
use_bit
)
in coda_decoder_cmd()
1542
if (ctx->
use_bit
) {
in coda_pic_run_work()
1587
if (ctx->inst_type == CODA_INST_DECODER && ctx->
use_bit
) {
in coda_job_ready()
1924
if ((ctx->inst_type == CODA_INST_ENCODER || !ctx->
use_bit
) &&
in coda_buf_queue()
1986
if (ctx->inst_type == CODA_INST_DECODER && ctx->
use_bit
) {
in coda_start_streaming()
2067
if (ctx->inst_type == CODA_INST_DECODER && ctx->
use_bit
)
in coda_start_streaming()
2634
ctx->
use_bit
= !ctx->cvd->direct;
in coda_open()
2742
if (ctx->inst_type == CODA_INST_DECODER && ctx->
use_bit
)
in coda_release()
H
A
D
coda.h
285
bool
use_bit
;
member
H
A
D
coda-bit.c
207
if (ctx->inst_type != CODA_INST_DECODER || !ctx->
use_bit
)
in coda_bitstream_flush()
Completed in 22 milliseconds