/drivers/interface/display/graphic/common/v1_0/ |
D | CMColorSpace.idl | 23 COLORPRIMARIES_BT709 = 1, // map to H.273 Chapter 8.1 table 2; index = 1 25 COLORPRIMARIES_BT601_P, // map to H.273 Chapter 8.1 table 2; index = 5 26 COLORPRIMARIES_BT601_N, // map to H.273 Chapter 8.1 table 2; index = 6 27 COLORPRIMARIES_BT2020 = 4, // map to H.273 Chapter 8.1 table 2; index = 9 29 COLORPRIMARIES_P3_DCI, // map to H.273 Chapter 8.1 table 2; index = 11 30 COLORPRIMARIES_P3_D65, // map to H.273 Chapter 8.1 table 2; index = 12 40 TRANSFUNC_BT709 = 1, // map to H.273 Chapter 8.2 table 3; index = 1/6/14/15 41 TRANSFUNC_SRGB = 2, // map to H.273 Chapter 8.2 table 3; index = 13 42 TRANSFUNC_LINEAR = 3, // map to H.273 Chapter 8.2 table 3; index = 8 43 TRANSFUNC_PQ, // map to H.273 Chapter 8.2 table 3; index = 16 [all …]
|
/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/interface/display/graphic/common/v2_0/ |
D | CMColorSpace.idl | 30 COLORPRIMARIES_BT709 = 1, // map to H.273 Chapter 8.1 table 2; index = 1 32 COLORPRIMARIES_BT601_P, // map to H.273 Chapter 8.1 table 2; index = 5 33 COLORPRIMARIES_BT601_N, // map to H.273 Chapter 8.1 table 2; index = 6 34 COLORPRIMARIES_BT2020 = 4, // map to H.273 Chapter 8.1 table 2; index = 9 36 COLORPRIMARIES_P3_DCI, // map to H.273 Chapter 8.1 table 2; index = 11 37 COLORPRIMARIES_P3_D65, // map to H.273 Chapter 8.1 table 2; index = 12 47 TRANSFUNC_BT709 = 1, // map to H.273 Chapter 8.2 table 3; index = 1/6/14/15 48 TRANSFUNC_SRGB = 2, // map to H.273 Chapter 8.2 table 3; index = 13 49 TRANSFUNC_LINEAR = 3, // map to H.273 Chapter 8.2 table 3; index = 8 50 TRANSFUNC_PQ, // map to H.273 Chapter 8.2 table 3; index = 16 [all …]
|
/drivers/peripheral/codec/test/demo/jpeg/src/ |
D | codec_jpeg_helper.cpp | 224 int32_t CodecJpegHelper::JpegDhtAssemble(const std::vector<CodecJpegHuffTable> &table, int8_t *buff… in JpegDhtAssemble() argument 237 for (size_t i = 0; i < table.size(); i++) { in JpegDhtAssemble() 238 if (!table[i].tableFlag) { in JpegDhtAssemble() 252 …auto ret = memcpy_s(buffer + curPos, table[i].bits.size(), table[i].bits.data(), table[i].bits.siz… in JpegDhtAssemble() 259 curPos += table[i].bits.size(); in JpegDhtAssemble() 261 …ret = memcpy_s(buffer + curPos, table[i].huffVal.size(), table[i].huffVal.data(), table[i].huffVal… in JpegDhtAssemble() 266 curPos += table[i].huffVal.size(); in JpegDhtAssemble() 513 CodecJpegQuantTable table; in DessambleDqt() local 514 table.tableFlag = true; in DessambleDqt() 515 table.quantVal.resize(size); in DessambleDqt() [all …]
|
/drivers/interface/codec/image/v1_0/ |
D | CodecImageType.idl | 110 * @brief Defines the jpeg image quant table information. 113 unsigned short[] quantVal; /**< Quant table value. */ 118 * @brief Defines the jpeg image huff table information. 122 unsigned char[] huffVal; /**< Huff table value. */ 123 boolean tableFlag; /**< True when huff table valid. */ 127 * @brief Defines the jpeg image huff table information. 134 unsigned int quantTableNo; /**< Quant table value. */ 135 unsigned int dcTableNo; /**< Dc table index. */ 136 unsigned int acTableNo; /**< Ac table index. */ 153 struct CodecJpegHuffTable[] dcHuffTbl; /**< Dc huffman table information. */ [all …]
|
/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/ |
D | imedia_key_system_callback.h | 38 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument 41 goto table; \
|
D | ioem_certificate.h | 39 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument 42 goto table; \
|
D | imedia_decrypt_module.h | 37 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument 40 goto table; \
|
D | imedia_key_session_callback.h | 39 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument 42 goto table; \
|
D | imedia_key_system_factory.h | 39 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument 42 goto table; \
|
D | imedia_key_session.h | 42 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument 45 goto table; \
|
D | imedia_key_system.h | 43 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument 46 goto table; \
|
D | media_key_system_types.h | 38 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument 41 goto table; \
|
/drivers/peripheral/clearplay/hdi_service/common/ |
D | base64_utils.cpp | 69 const uint8_t table[CHAR_ARRAY_LENGTH_FOUR] = { in MakeCharFour() local 78 charArrayFour[index] = table[index]; in MakeCharFour() 85 const uint8_t table[CHAR_ARRAY_LENGTH_THREE] = { in MakeCharTree() local 94 charArrayThree[index] = table[index]; in MakeCharTree()
|
/drivers/hdf_core/framework/tools/hdi-gen/test/unittest/02_standard_interface_idl/target/foo/v1_0/ |
D | ifoo.h.txt | 14 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 17 goto table; \
|
/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/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>
|
/drivers/interface/audio/effect/v1_0/ |
D | IEffectControl.idl | 40 * @param cmdId Command index used to match command options in the command table.
|