Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 25 of 47) sorted by relevance

12

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dpriv.h73 uni_decode_f decode; member
82 uni_msg_decode_f decode; member
/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Dqcom,msm8916-venus.yaml8 title: Qualcomm Venus video encode and decode accelerators
14 The Venus IP is a video encode and decode accelerator present
H A Dqcom,sc7180-venus.yaml8 title: Qualcomm Venus video encode and decode accelerators
14 The Venus IP is a video encode and decode accelerator present
H A Dqcom,sdm845-venus-v2.yaml8 title: Qualcomm Venus video encode and decode accelerators
14 The Venus IP is a video encode and decode accelerator present
H A Dqcom,sdm845-venus.yaml8 title: Qualcomm Venus video encode and decode accelerators
14 The Venus IP is a video encode and decode accelerator present
H A Dqcom,msm8996-venus.yaml8 title: Qualcomm Venus video encode and decode accelerators
14 The Venus IP is a video encode and decode accelerator present
H A Damlogic,gx-vdec.yaml22 - VDEC_1 can decode MPEG-1, MPEG-2, MPEG-4 part 2, MJPEG, H.263, H.264, VC-1.
23 - VDEC_HEVC can decode HEVC and VP9.
H A Drenesas,jpu.txt5 can encode image data and decode JPEG data quickly.
H A Drockchip-vpu.yaml14 Hantro G1 video encode and decode accelerators present on Rockchip SoCs.
H A Dnxp,imx8mq-vpu.yaml14 Hantro G1/G2 video decode accelerators present on i.MX8MQ SoCs.
H A Dmediatek-jpeg-decoder.txt3 Mediatek JPEG Decoder is the JPEG decode hardware present in Mediatek SoCs
/f-stack/dpdk/usertools/
H A Ddpdk-telemetry-client.py72 data = self.socket.client_fd.recv(BUFFER_SIZE).decode()
86 data = self.socket.client_fd.recv(BUFFER_SIZE).decode()
H A Ddpdk-telemetry.py23 reply = sock.recv(buf_len).decode()
H A Ddpdk-devbind.py148 name, value = line.decode("utf8").split("\t", 1)
194 name, value = dev_line.decode("utf8").split("\t", 1)
210 route.decode().splitlines()))
/f-stack/tools/libxo/doc/
H A Dconf.py31 version = subprocess.check_output(vers_cmd, shell=True).decode("utf-8")
/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Drte_aesni_mb_pmd.c523 sess->cipher.expanded_aes_keys.decode); in aesni_mb_set_session_cipher_parameters()
529 sess->cipher.expanded_aes_keys.decode); in aesni_mb_set_session_cipher_parameters()
535 sess->cipher.expanded_aes_keys.decode); in aesni_mb_set_session_cipher_parameters()
547 sess->cipher.expanded_aes_keys.decode); in aesni_mb_set_session_cipher_parameters()
554 sess->cipher.expanded_aes_keys.decode); in aesni_mb_set_session_cipher_parameters()
687 sess->cipher.expanded_aes_keys.decode); in aesni_mb_set_session_aead_parameters()
693 sess->cipher.expanded_aes_keys.decode); in aesni_mb_set_session_aead_parameters()
1136 session->cipher.expanded_aes_keys.decode; in set_cpu_mb_job_params()
1145 session->cipher.expanded_aes_keys.decode; in set_cpu_mb_job_params()
1156 session->cipher.expanded_aes_keys.decode; in set_cpu_mb_job_params()
[all …]
/f-stack/dpdk/buildtools/
H A Dcall-sphinx-build.py20 stderr=STDOUT).stdout.decode().split()[-1]
/f-stack/freebsd/contrib/device-tree/Bindings/misc/
H A Dxlnx,sd-fec.txt5 The LDPC decode & encode functionality is capable of covering a range of
6 customer specified Quasi-cyclic (QC) codes. The Turbo decode functionality
/f-stack/dpdk/doc/guides/bbdevs/
H A Dturbo_sw.rst32 For the LTE decode operation:
47 For the 5G NR LDPC decode operation:
59 * In-place operations for encode and decode are not supported
H A Dacc100.rst33 * For the LDPC decode operation:
54 * For the turbo decode operation:
176 the functionality of ACC100 5G/4G FEC encode and decode, depending on the device's
195 To execute the test application tool using simple decode or encode data,
H A Dnull.rst20 * In-place operations for Turbo encode and decode are not supported
/f-stack/freebsd/contrib/zlib/doc/
H A Dalgorithm.txt63 that you can decode fast. The most important characteristic is that shorter
65 short codes fast, and let the long codes take longer to decode.
72 grabs more bits and tries to decode a longer code.
75 takes to decode and the time it takes to build the table. If building the
157 Each entry is what the bits decode as and how many bits that is, i.e. how
/f-stack/dpdk/app/test/
H A Dautotest_runner.py208 subprocess.check_output(['file', binary]).decode()
210 symbols = subprocess.check_output(['nm', binary]).decode()
/f-stack/freebsd/contrib/device-tree/Bindings/iommu/
H A Dmediatek,iommu.txt49 like display, video decode, and camera. And there are different ports
51 video decode local arbiter, all these ports are according to the video HW.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dbbdev.rst329 and by ``rte_bbdev_dec_op`` for decode. These structures act as metadata
410 encode or decode operations.
630 The Turbo decode structure includes the ``input``, ``hard_output`` and
646 "num_maps","number of MAP engines to use in decode"
875 The operation flags that can be set for each LDPC decode operation are
883 |Description of LDPC decode capability flags |
918 | Set for iteration stopping on successful decode condition enable |
920 | Where a successful decode is a successful syndrome check |
946 The structure passed for each LDPC decode operation is given below,
977 The LDPC decode parameters are set out in the table below.
[all …]

12