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:audio_latency
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/include/
H
A
D
hi_comm_hdmi_adapt.h
238
hi_u8
audio_latency
;
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H
A
D
drv_hdmi_edid.h
450
hi_u8
audio_latency
;
member
H
A
D
drv_hdmi_edid.c
1037
cap->
audio_latency
= data[(*offset)++];
in edid_latency_parse()
1039
edid_info(" %-20s : 0x%02X\n", "audio latency", cap->
audio_latency
);
in edid_latency_parse()
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_connector.h
1447
* @
audio_latency
: audio latency info from ELD, if found
1450
int
audio_latency
[2];
member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_edid.c
4408
connector->
audio_latency
[0] = db[0xa];
in drm_parse_hdmi_vsdb_audio()
4414
connector->
audio_latency
[1] = db[0xc];
in drm_parse_hdmi_vsdb_audio()
4421
connector->video_latency[1], connector->
audio_latency
[0], connector->
audio_latency
[1]);
in drm_parse_hdmi_vsdb_audio()
4483
connector->
audio_latency
[0] = 0;
in clear_eld()
4485
connector->
audio_latency
[1] = 0;
in clear_eld()
4722
a = connector->
audio_latency
[i];
in drm_av_sync_delay()
Completed in 21 milliseconds