Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 25 of 28) sorted by relevance

12

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
Ddrm_color_mgmt.c396 const char *drm_get_color_encoding_name(enum drm_color_encoding encoding) in drm_get_color_encoding_name() argument
398 if (WARN_ON(encoding >= ARRAY_SIZE(color_encoding_name))) { in drm_get_color_encoding_name()
402 return color_encoding_name[encoding]; in drm_get_color_encoding_name()
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
Dmake_upg_user_info.py43 info.chip_product = bytes(chip_name, encoding='utf8')#如不需要填充芯片产品字段,屏蔽此行
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/packet_tool/
Dpacket_tool.py153 pathName = str(pathName, encoding="utf-8")
258 pathName = str(pathName, encoding="utf-8")
354 pathName = str(pathName, encoding="utf-8")
402 pathName = str(pathName, encoding="utf-8")
/device/soc/hpmicro/sdk/hpm_sdk/boards/hpm6300evk/
DREADME.md23 - Data encoding method: ASCII
/device/soc/rockchip/rk2206/hardware/
Dbuild.py22 self.fp = open("BUILD.gn", 'w+', encoding='utf-8')
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
Dconfigure_llvm220 --enable-libaom enable AV1 video encoding/decoding via libaom [no]
234 --enable-libfdk-aac enable AAC de/encoding via libfdk-aac [no]
241 --enable-libgsm enable GSM de/encoding via libgsm [no]
243 --enable-libilbc enable iLBC de/encoding via libilbc [no]
246 --enable-libkvazaar enable HEVC encoding via libkvazaar [no]
249 --enable-libmp3lame enable MP3 encoding via libmp3lame [no]
250 --enable-libopencore-amrnb enable AMR-NB de/encoding via libopencore-amrnb [no]
253 --enable-libopenh264 enable H.264 encoding via OpenH264 [no]
254 --enable-libopenjpeg enable JPEG 2000 de/encoding via OpenJPEG [no]
258 --enable-libopus enable Opus de/encoding via libopus [no]
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/
Dbuild_nv.py380 new_tree.write(combin_xml, encoding="utf-8")
435 new_tree.write(dst_xml_list[i], encoding="utf-8")
481 new_tree.write(dst_xml, encoding = "utf-8")
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/
Dbuild_nv.py380 new_tree.write(combin_xml, encoding="utf-8")
435 new_tree.write(dst_xml_list[i], encoding="utf-8")
481 new_tree.write(dst_xml, encoding = "utf-8")
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Drx.c165 if (status->encoding == RX_ENC_HT) /* HT info */ in ieee80211_rx_radiotap_hdrlen()
173 if (status->encoding == RX_ENC_VHT) { in ieee80211_rx_radiotap_hdrlen()
183 if (status->encoding == RX_ENC_HE && in ieee80211_rx_radiotap_hdrlen()
190 if (status->encoding == RX_ENC_HE && in ieee80211_rx_radiotap_hdrlen()
316 WARN_ON_ONCE(status->encoding != RX_ENC_HE); in ieee80211_add_rx_radiotap_header()
399 if (!rate || status->encoding != RX_ENC_LEGACY) { in ieee80211_add_rx_radiotap_header()
428 else if (status->encoding != RX_ENC_LEGACY) in ieee80211_add_rx_radiotap_header()
467 if (status->encoding == RX_ENC_HT) { in ieee80211_add_rx_radiotap_header()
518 if (status->encoding == RX_ENC_VHT) { in ieee80211_add_rx_radiotap_header()
585 if (status->encoding == RX_ENC_HE && in ieee80211_add_rx_radiotap_header()
[all …]
Dsta_info.h838 switch (s->encoding) { in sta_stats_encode_rate()
Dscan.c144 if (!(rx_status->encoding == RX_ENC_HT) && in ieee80211_update_bss_from_elems()
145 !(rx_status->encoding == RX_ENC_VHT)) in ieee80211_update_bss_from_elems()
Dieee80211_i.h1609 status->encoding == RX_ENC_LEGACY) in ieee80211_have_rx_timestamp()
Dutil.c3301 switch (status->encoding) { in ieee80211_calculate_rx_timestamp()
/device/soc/goodix/gr551x/tools/
Dbin_create.py150 with open(file_path, "r+", encoding="utf-8") as f_r:
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/mbedtls_prepare/
Dhisi_mbedtls-2.16.10.patch638 * This modules adds support for encoding / writing PEM files.
2132 /* Note: EMSA-PSS encoding is over the length of N - 1 bits */
2218 * 1-byte ASN.1 length encoding and that there's no overflow. */
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/
Dtxrx.c2870 hdr->encoding = RX_ENC_HT;
2893 hdr->encoding = RX_ENC_HT;
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_net.h1007 oal_iw_point_stru encoding; /* Encoding stuff : tokens */ member
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/net/
Dmac80211.h1372 u8 encoding:2, bw:3, he_ru:3; member
/device/board/isoftstone/yangfan/common/mqtt/doc/
DDoxyfileMQTTPacket.in20 # This tag specifies the encoding used for all characters in the config file
21 # that follow. The default is UTF-8 which is also the encoding used for all text
795 # This tag can be used to specify the character encoding of the source files
796 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
DDoxyfileMQTTClient.in20 # This tag specifies the encoding used for all characters in the config file
21 # that follow. The default is UTF-8 which is also the encoding used for all text
795 # This tag can be used to specify the character encoding of the source files
796 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
DDoxyfileMQTTClient-C.in20 # This tag specifies the encoding used for all characters in the config file
21 # that follow. The default is UTF-8 which is also the encoding used for all text
795 # This tag can be used to specify the character encoding of the source files
796 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
/device/board/unionman/unionpi_tiger/kernel/build/
Dlinux-5.10.patch5703 * The ENCI is designed for PAl or NTSC encoding and can go through the VDAC
5704 * directly for CVBS encoding or through the ENCI_DVI encoder for HDMI.
5705 * The ENCP is designed for Progressive encoding but can also generate
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Dioctl_linux.c2640 struct iw_point *erq = &(wrqu->encoding);
2767 struct iw_point *erq = &(wrqu->encoding);
3029 struct iw_point *pencoding = &wrqu->encoding;
/device/soc/hisilicon/hi3516dv300/
DNOTICE2958 …dec") issoftware that implements the MPEG Advanced Audio Coding ("AAC") encoding anddecoding schem…
2962 … or through the respective patent owners individuallyfor the purpose of encoding or decoding bit s…
/device/board/hisilicon/hispark_aries/
DNOTICE2958 …dec") issoftware that implements the MPEG Advanced Audio Coding ("AAC") encoding anddecoding schem…
2962 … or through the respective patent owners individuallyfor the purpose of encoding or decoding bit s…

12