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:format_index
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
H
A
D
dce_audio.c
97
uint32_t *
format_index
)
in is_audio_format_supported()
125
if (found &&
format_index
!= NULL)
in is_audio_format_supported()
126
*
format_index
= max_channe_index;
in is_audio_format_supported()
413
uint32_t
format_index
;
in dce_aud_az_configure()
local
497
for (
format_index
= 0;
format_index
< AUDIO_FORMAT_CODE_COUNT;
in dce_aud_az_configure()
498
format_index
++) {
in dce_aud_az_configure()
500
(AUDIO_FORMAT_CODE_FIRST +
format_index
);
in dce_aud_az_configure()
567
AZALIA_F0_CODEC_PIN_CONTROL_AUDIO_DESCRIPTOR0 +
format_index
,
in dce_aud_az_configure()
94
is_audio_format_supported( const struct audio_info *audio_info, enum audio_format_code audio_format_code, uint32_t *
format_index
)
is_audio_format_supported()
argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/
H
A
D
dce_audio.c
89
uint32_t *
format_index
)
in is_audio_format_supported()
117
if (found &&
format_index
!= NULL)
in is_audio_format_supported()
118
*
format_index
= max_channe_index;
in is_audio_format_supported()
405
uint32_t
format_index
;
in dce_aud_az_configure()
local
500
for (
format_index
= 0;
format_index
< AUDIO_FORMAT_CODE_COUNT;
in dce_aud_az_configure()
501
format_index
++) {
in dce_aud_az_configure()
503
(AUDIO_FORMAT_CODE_FIRST +
format_index
);
in dce_aud_az_configure()
572
AZALIA_F0_CODEC_PIN_CONTROL_AUDIO_DESCRIPTOR0 +
format_index
,
in dce_aud_az_configure()
86
is_audio_format_supported( const struct audio_info *audio_info, enum audio_format_code audio_format_code, uint32_t *
format_index
)
is_audio_format_supported()
argument
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/
H
A
D
mtk_vcodec_dec.c
36
static bool mtk_vdec_get_cap_fmt(struct mtk_vcodec_dec_ctx *ctx, int
format_index
)
in mtk_vdec_get_cap_fmt()
argument
44
fmt = &dec_pdata->vdec_formats[
format_index
];
in mtk_vdec_get_cap_fmt()
Completed in 8 milliseconds