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:inst_type
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/common/
H
A
D
mtk_vcodec_util.c
50
enum mtk_instance_type
inst_type
= *((unsigned int *)priv);
in mtk_vcodec_mem_alloc()
local
55
if (
inst_type
== MTK_INST_ENCODER) {
in mtk_vcodec_mem_alloc()
83
enum mtk_instance_type
inst_type
= *((unsigned int *)priv);
in mtk_vcodec_mem_free()
local
88
if (
inst_type
== MTK_INST_ENCODER) {
in mtk_vcodec_mem_free()
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H
A
D
coda-common.c
700
if (ctx->
inst_type
== CODA_INST_DECODER) {
in coda_try_fmt_vid_cap()
863
if (ctx->
inst_type
!= CODA_INST_ENCODER)
in coda_s_fmt_vid_cap()
905
if (ctx->
inst_type
!= CODA_INST_DECODER)
in coda_s_fmt_vid_out()
964
if (ctx->
inst_type
== CODA_INST_DECODER &&
in coda_qbuf()
978
if (ctx->
inst_type
== CODA_INST_DECODER &&
in coda_dqbuf()
1022
ctx->
inst_type
== CODA_INST_DECODER)
in coda_g_selection()
1032
ctx->
inst_type
== CODA_INST_ENCODER)
in coda_g_selection()
1052
if (ctx->
inst_type
== CODA_INST_ENCODER &&
in coda_s_selection()
1093
if (ctx->
inst_type
!= CODA_INST_ENCODER)
in coda_try_encoder_cmd()
1151
if (ctx->
inst_type
!
in coda_try_decoder_cmd()
[all...]
H
A
D
coda.h
231
enum coda_inst_type
inst_type
;
member
H
A
D
coda-bit.c
206
if (ctx->
inst_type
!= CODA_INST_DECODER || !ctx->use_bit)
in coda_bitstream_flush()
830
if (ctx->
inst_type
== CODA_INST_ENCODER) {
in coda_setup_iram()
870
} else if (ctx->
inst_type
== CODA_INST_DECODER) {
in coda_setup_iram()
903
if (ctx->
inst_type
== CODA_INST_DECODER) {
in coda_setup_iram()
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H
A
D
coda-common.c
713
if (ctx->
inst_type
== CODA_INST_DECODER) {
in coda_try_fmt_vid_cap()
885
if (ctx->
inst_type
!= CODA_INST_ENCODER)
in coda_s_fmt_vid_cap()
927
if (ctx->
inst_type
!= CODA_INST_DECODER)
in coda_s_fmt_vid_out()
986
if (ctx->
inst_type
== CODA_INST_DECODER &&
in coda_qbuf()
1000
if (ctx->
inst_type
== CODA_INST_DECODER &&
in coda_dqbuf()
1044
ctx->
inst_type
== CODA_INST_DECODER)
in coda_g_selection()
1054
ctx->
inst_type
== CODA_INST_ENCODER)
in coda_g_selection()
1074
if (ctx->
inst_type
== CODA_INST_ENCODER &&
in coda_s_selection()
1463
if (ctx->
inst_type
== CODA_INST_DECODER)
in coda_subscribe_event()
1537
if (ret < 0 && ctx->
inst_type
in coda_pic_run_work()
[all...]
H
A
D
coda.h
240
enum coda_inst_type
inst_type
;
member
H
A
D
coda-bit.c
207
if (ctx->
inst_type
!= CODA_INST_DECODER || !ctx->use_bit)
in coda_bitstream_flush()
832
if (ctx->
inst_type
== CODA_INST_ENCODER) {
in coda_setup_iram()
872
} else if (ctx->
inst_type
== CODA_INST_DECODER) {
in coda_setup_iram()
905
if (ctx->
inst_type
== CODA_INST_DECODER) {
in coda_setup_iram()
Completed in 15 milliseconds