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:dc
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/codec/test/demo/jpeg/include/
H
A
D
codec_jpeg_helper.h
50
bool
dc
= true);
/drivers/peripheral/codec/test/demo/jpeg/src/
H
A
D
codec_jpeg_helper.cpp
214
HDF_LOGE("assemble
dc
hufman error");
in JpegDhtAssemble()
225
bool
dc
)
in JpegDhtAssemble()
242
if (!
dc
) {
in JpegDhtAssemble()
248
HDF_LOGE("assemble tableid and
dc
/ac error");
in JpegDhtAssemble()
547
int32_t acOrDc = (data >> 4) & 0x0f; // 0:DC, 1:AC, 4: ac/
dc
data offset
in DessambleDht()
224
JpegDhtAssemble(const std::vector<CodecJpegHuffTable> &table, int8_t *buffer, int32_t curPos, bool
dc
)
JpegDhtAssemble()
argument
/drivers/peripheral/usb/ddk/host/src/
H
A
D
linux_adapter.c
1151
struct UsbAdapterDisconnectClaim
dc
;
in AdapterDetachKernelDriverAndClaim()
local
1163
dc
.interface = interfaceNumber;
in AdapterDetachKernelDriverAndClaim()
1164
ret = strcpy_s(
dc
.driver, MAX_DRIVER_NAME_LENGTH, "usbfs");
in AdapterDetachKernelDriverAndClaim()
1169
dc
.flags = DISCONNECT_CLAIM_EXCEPT_DRIVER;
in AdapterDetachKernelDriverAndClaim()
1170
ret = ioctl(handle->fd, USBDEVFS_DISCONNECT_CLAIM, &
dc
);
in AdapterDetachKernelDriverAndClaim()
/drivers/hdf_core/framework/support/platform/include/hdmi/
H
A
D
hdmi_edid.h
466
struct HdmiEdidExtHfVsdbDeepColor
dc
;
member
/drivers/hdf_core/framework/support/platform/src/hdmi/
H
A
D
hdmi_core.c
893
*supportDeepColor = (sinkCap->hfVsdbInfo.
dc
.dc30bit && cap->bits.deepColor10bits) ? true : false;
in HdmiDeepColor10bitsCheck()
922
*supportDeepColor = (sinkCap->hfVsdbInfo.
dc
.dc36bit && cap->bits.deepColor12bits) ? true : false;
in HdmiDeepColor12bitsCheck()
H
A
D
hdmi_edid.c
846
sinkCap->hfVsdbInfo.
dc
.dc30bit = (data[UINT8_ARRAY_TELEMENT_6] & HDMI_BIT0_MARK) ? true : false;
in HdmiEdidHfVsdbPhase()
847
sinkCap->hfVsdbInfo.
dc
.dc36bit = (data[UINT8_ARRAY_TELEMENT_6] & HDMI_BIT1_MARK) ? true : false;
in HdmiEdidHfVsdbPhase()
848
sinkCap->hfVsdbInfo.
dc
.dc48bit = (data[UINT8_ARRAY_TELEMENT_6] & HDMI_BIT2_MARK) ? true : false;
in HdmiEdidHfVsdbPhase()
Completed in 10 milliseconds