/drivers/hdf_core/framework/model/usb/src/ |
D | usb_ddk_pnp_loader.c | 381 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/ |
D | codec_jpeg_helper.cpp | 213 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/ |
D | CodecImageType.idl | 109 * @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/ |
D | README_zh.md | 56 …<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>
|
D | README.md | 56 …<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/ |
D | uart_core.h | 44 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/ |
D | README_zh.md | 92 <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/ |
D | exists_model_hcs_info.template | 10 …value must be the same as that of match_attr in the private data configuration table of the driver.
|
D | device_info_hcs.template | 12 …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/ |
D | uart_dev.c | 199 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/ |
D | codec_jpeg_helper.h | 49 …int32_t JpegDhtAssemble(const std::vector<CodecJpegHuffTable> &table, int8_t *buffer, int32_t curP…
|
/drivers/interface/audio/effect/v1_0/ |
D | IEffectControl.idl | 38 * @param cmdId Command index used to match command options in the command table.
|
/drivers/peripheral/sensor/ |
D | README.md | 39 …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>
|
D | README_zh.md | 44 <table><thead align="left"><tr id="row22545164911"><th class="cellrowborder" valign="top" width="9.… 111 </table>
|
/drivers/peripheral/vibrator/ |
D | README.md | 35 The APIs provided for the vibrator are used to start and stop vibration. The following table descri…
|
/drivers/peripheral/codec/ |
D | README.md | 36 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>
|
D | README_zh.md | 41 <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/ |
D | README.md | 30 …alls the **TurnOnLight** method to make the light blinking. The following table describes these AP…
|
/drivers/peripheral/audio/ |
D | README_zh.md | 43 <table><thead align="left"><tr id="row171321857155517"><th class="cellrowborder" valign="top" width… 147 </table>
|
D | README.md | 43 <table><thead align="left"><tr id="row171321857155517"><th class="cellrowborder" valign="top" width… 147 </table>
|
/drivers/hdf_core/adapter/platform/uart/ |
D | uart_gr5xx.c | 476 static int32_t UartHostDevPollEvent(struct UartHost *host, void *filep, void *table) in UartHostDevPollEvent() argument 480 (void)table; in UartHostDevPollEvent()
|
/drivers/peripheral/intelligent_voice/ |
D | README_zh.md | 39 <table><thead align="left"><tr id="row171321857155517"><th class="cellrowborder" valign="top" width… 165 </table>
|
/drivers/peripheral/wlan/ |
D | README.md | 38 …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/ |
D | README.md | 40 …all, SIM card, SMS/MMS, cellular data, and event reporting. The following table lists the APIs pro…
|
/drivers/peripheral/input/ |
D | README_zh.md | 45 <table><thead align="left"><tr id="row171321857155517"><th class="cellrowborder" align="center" val… 150 </table>
|