Home
last modified time | relevance | path

Searched refs:table (Results 1 – 25 of 34) sorted by relevance

12

/drivers/hdf_core/framework/model/usb/src/
Dusb_ddk_pnp_loader.c381 const struct DeviceResourceIface *devResIface, struct UsbPnpMatchIdTable *table) in UsbDdkPnpLoaderParseIdInfClass() argument
383 table->interfaceClassMask = 0; in UsbDdkPnpLoaderParseIdInfClass()
384 table->interfaceClassLength = devResIface->GetElemNum(node, "interfaceClass"); in UsbDdkPnpLoaderParseIdInfClass()
385 if (table->interfaceClassLength <= 0) { in UsbDdkPnpLoaderParseIdInfClass()
386 HDF_LOGE("%s: read interfaceClass length=%d fail!", __func__, table->interfaceClassLength); in UsbDdkPnpLoaderParseIdInfClass()
389 …if (devResIface->GetUint8Array(node, "interfaceClass", table->interfaceClass, table->interfaceClas… in UsbDdkPnpLoaderParseIdInfClass()
394 if (!(table->matchFlag & USB_PNP_NOTIFY_MATCH_INT_CLASS)) { in UsbDdkPnpLoaderParseIdInfClass()
395 table->interfaceClassLength = 0; in UsbDdkPnpLoaderParseIdInfClass()
398 table->interfaceSubClassMask = 0; in UsbDdkPnpLoaderParseIdInfClass()
399 table->interfaceSubClassLength = devResIface->GetElemNum(node, "interfaceSubClass"); in UsbDdkPnpLoaderParseIdInfClass()
[all …]
/drivers/peripheral/codec/test/demo/jpeg/src/
Dcodec_jpeg_helper.cpp213 int32_t CodecJpegHelper::JpegDhtAssemble(const std::vector<CodecJpegHuffTable> &table, int8_t *buff… in JpegDhtAssemble() argument
226 for (size_t i = 0; i < table.size(); i++) { in JpegDhtAssemble()
227 if (!table[i].tableFlag) { in JpegDhtAssemble()
241 …auto ret = memcpy_s(buffer + curPos, table[i].bits.size(), table[i].bits.data(), table[i].bits.siz… in JpegDhtAssemble()
248 curPos += table[i].bits.size(); in JpegDhtAssemble()
250 …ret = memcpy_s(buffer + curPos, table[i].huffVal.size(), table[i].huffVal.data(), table[i].huffVal… in JpegDhtAssemble()
255 curPos += table[i].huffVal.size(); in JpegDhtAssemble()
505 CodecJpegQuantTable table; in DessambleDqt() local
506 table.tableFlag = true; in DessambleDqt()
509 table.quantVal.push_back(static_cast<int16_t>(GetInt16(buffer))); in DessambleDqt()
[all …]
/drivers/interface/codec/image/v1_0/
DCodecImageType.idl109 * @brief Defines the jpeg image quant table information.
112 unsigned short[] quantVal; /**< Quant table value. */
117 * @brief Defines the jpeg image huff table information.
121 unsigned char[] huffVal; /**< Huff table value. */
122 boolean tableFlag; /**< True when huff table valid. */
126 * @brief Defines the jpeg image huff table information.
133 unsigned int quantTableNo; /**< Quant table value. */
134 unsigned int dcTableNo; /**< Dc table index. */
135 unsigned int acTableNo; /**< Ac table index. */
152 struct CodecJpegHuffTable[] dcHuffTbl; /**< Dc huffman table information. */
[all …]
/drivers/liteos/
DREADME_zh.md56 …<table><thead align="left"><tr id="row1170923910316"><th class="cellrowborder" valign="top" width=…
73 </table>
87 …<table><thead align="left"><tr id="row181651335105012"><th class="cellrowborder" valign="top" widt…
99 </table>
113 …<table><thead align="left"><tr id="row1333315117540"><th class="cellrowborder" valign="top" width=…
125 </table>
139 …<table><thead align="left"><tr id="row1993012716553"><th class="cellrowborder" valign="top" width=…
151 </table>
165 …<table><thead align="left"><tr id="row183519416611"><th class="cellrowborder" valign="top" width="…
182 </table>
DREADME.md56 …<table><thead align="left"><tr id="row1170923910316"><th class="cellrowborder" valign="top" width=…
73 </table>
87 …<table><thead align="left"><tr id="row181651335105012"><th class="cellrowborder" valign="top" widt…
99 </table>
113 …<table><thead align="left"><tr id="row1333315117540"><th class="cellrowborder" valign="top" width=…
125 </table>
139 …<table><thead align="left"><tr id="row1993012716553"><th class="cellrowborder" valign="top" width=…
151 </table>
165 …<table><thead align="left"><tr id="row183519416611"><th class="cellrowborder" valign="top" width="…
182 </table>
/drivers/hdf_core/framework/support/platform/include/uart/
Duart_core.h44 int32_t (*pollEvent)(struct UartHost *host, void *filep, void *table);
136 static inline int32_t UartHostPollEvent(struct UartHost *host, void *filep, void *table) in UartHostPollEvent() argument
141 return host->method->pollEvent(host, filep, table); in UartHostPollEvent()
/drivers/peripheral/audio/test/systemtest/
DREADME_zh.md92 <table width="100%" border="0">
165 <table>
174 <table width="100%" border="0">
239 <table>
262 <table width="100%" border="0">
331 <table>
380 <table width="100%" border="0">
400 </table>
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/
Dexists_model_hcs_info.template10 …value must be the same as that of match_attr in the private data configuration table of the driver.
Ddevice_info_hcs.template12 …value must be the same as that of match_attr in the private data configuration table of the driver.
/drivers/hdf_core/adapter/khdf/liteos/platform/src/
Duart_dev.c199 static int uartdev_poll(struct file *filep, poll_table *table) in uartdev_poll() argument
210 return UartHostPollEvent(host, filep, table); in uartdev_poll()
/drivers/peripheral/codec/test/demo/jpeg/include/
Dcodec_jpeg_helper.h49 …int32_t JpegDhtAssemble(const std::vector<CodecJpegHuffTable> &table, int8_t *buffer, int32_t curP…
/drivers/interface/audio/effect/v1_0/
DIEffectControl.idl38 * @param cmdId Command index used to match command options in the command table.
/drivers/peripheral/sensor/
DREADME.md39 …ain, set, and subscribe to or unsubscribe from sensor data. The following table lists the APIs pro…
44 <table><thead align="left"><tr id="row22545164911"><th class="cellrowborder" valign="top" width="9.…
111 </table>
DREADME_zh.md44 <table><thead align="left"><tr id="row22545164911"><th class="cellrowborder" valign="top" width="9.…
111 </table>
/drivers/peripheral/vibrator/
DREADME.md35 The APIs provided for the vibrator are used to start and stop vibration. The following table descri…
/drivers/peripheral/codec/
DREADME.md36 The table below describes major HDI 1.0 APIs provided by the codec module.
41 <table><thead align="left"><tr id="row171321857155517"><th class="cellrowborder" align="center" val…
163 </table>
165 The codec module also provides codec HDI 2.0 APIs based on the OMX interfaces. The table below desc…
170 <table><thead align="left"><tr id="row171321857155518"><th class="cellrowborder" align="center" val…
314 </table>
DREADME_zh.md41 <table><thead align="left"><tr id="row171321857155517"><th class="cellrowborder" align="center" val…
163 </table>
170 <table><thead align="left"><tr id="row171321857155518"><th class="cellrowborder" align="center" val…
314 </table>
/drivers/peripheral/light/
DREADME.md30 …alls the **TurnOnLight** method to make the light blinking. The following table describes these AP…
/drivers/peripheral/audio/
DREADME_zh.md43 <table><thead align="left"><tr id="row171321857155517"><th class="cellrowborder" valign="top" width…
147 </table>
DREADME.md43 <table><thead align="left"><tr id="row171321857155517"><th class="cellrowborder" valign="top" width…
147 </table>
/drivers/hdf_core/adapter/platform/uart/
Duart_gr5xx.c476 static int32_t UartHostDevPollEvent(struct UartHost *host, void *filep, void *table) in UartHostDevPollEvent() argument
480 (void)table; in UartHostDevPollEvent()
/drivers/peripheral/intelligent_voice/
DREADME_zh.md39 <table><thead align="left"><tr id="row171321857155517"><th class="cellrowborder" valign="top" width…
165 </table>
/drivers/peripheral/wlan/
DREADME.md38 …d destroying an **IWiFi** object and setting the MAC address. The following table lists the APIs.
43 <table><thead align="left"><tr id="row121519334474"><th class="cellrowborder" valign="top" width="1…
172 </table>
/drivers/peripheral/ril/
DREADME.md40 …all, SIM card, SMS/MMS, cellular data, and event reporting. The following table lists the APIs pro…
/drivers/peripheral/input/
DREADME_zh.md45 <table><thead align="left"><tr id="row171321857155517"><th class="cellrowborder" align="center" val…
150 </table>

12