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:hw_config
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-lib/src/topology/
H
A
D
pcm.c
259
memcpy(&link->
hw_config
[num_hw_configs],
in build_link()
1922
set_link_hw_config(&link->
hw_config
[i], &link_tpl->
hw_config
[i]);
in tplg_add_link_object()
2224
if (link->
hw_config
[i].size != sizeof(link->
hw_config
[0])) {
in tplg_decode_link()
2225
SNDERR("link: unknown
hw_config
structure size %d",
in tplg_decode_link()
2226
link->
hw_config
[i].size);
in tplg_decode_link()
2229
hw->id = link->
hw_config
[i].id;
in tplg_decode_link()
2230
hw->fmt = link->
hw_config
[i].fmt;
in tplg_decode_link()
2231
hw->clock_gated = link->
hw_config
[
in tplg_decode_link()
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
decode.c
1008
const AVCodecHWConfigInternal *
hw_config
;
in avcodec_get_hw_frames_parameters()
local
1013
hw_config
= ffcodec(avctx->codec)->hw_configs[i];
in avcodec_get_hw_frames_parameters()
1014
if (!
hw_config
)
in avcodec_get_hw_frames_parameters()
1016
if (
hw_config
->public.pix_fmt == hw_pix_fmt)
in avcodec_get_hw_frames_parameters()
1020
hwa =
hw_config
->hwaccel;
in avcodec_get_hw_frames_parameters()
1052
const AVCodecHWConfigInternal *
hw_config
)
in hwaccel_init()
1057
hwaccel =
hw_config
->hwaccel;
in hwaccel_init()
1078
av_get_pix_fmt_name(
hw_config
->public.pix_fmt));
in hwaccel_init()
1105
const AVCodecHWConfigInternal *
hw_config
;
in ff_get_format()
local
1159
hw_config
in ff_get_format()
1051
hwaccel_init(AVCodecContext *avctx, const AVCodecHWConfigInternal *
hw_config
)
hwaccel_init()
argument
[all...]
/third_party/alsa-lib/include/
H
A
D
topology.h
1073
struct snd_tplg_hw_config_template *
hw_config
; /*!< supported HW configs */
member
/third_party/alsa-lib/include/sound/uapi/
H
A
D
asoc.h
553
struct snd_soc_tplg_hw_config
hw_config
[SND_SOC_TPLG_HW_CONFIG_MAX]; /* hw configs */
member
Completed in 10 milliseconds