Home
last modified time | relevance | path

Searched full:decoded (Results 1 – 25 of 830) sorted by relevance

12345678910>>...34

/kernel/linux/linux-6.6/tools/net/ynl/lib/
Dynl.py149 decoded = self.raw[offset:offset+m['len']]
153 [ decoded ] = format.unpack_from(self.raw, offset)
156 decoded = self.formatted_string(decoded, m.display_hint)
157 value[m.name] = decoded
493 decoded = attr.as_struct(members)
496 decoded[m.name] = self._decode_enum(decoded[m.name], m)
498 decoded = attr.as_c_array(attr_spec.sub_type)
500 decoded = attr.as_bin()
502 decoded = NlAttr.formatted_string(decoded, attr_spec.display_hint)
503 return decoded
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
Dice_txrx_lib.c51 struct ice_rx_ptype_decoded decoded = ice_decode_rx_desc_ptype(ptype); in ice_ptype_to_htype() local
53 if (!decoded.known) in ice_ptype_to_htype()
55 if (decoded.payload_layer == ICE_RX_PTYPE_PAYLOAD_LAYER_PAY4) in ice_ptype_to_htype()
57 if (decoded.payload_layer == ICE_RX_PTYPE_PAYLOAD_LAYER_PAY3) in ice_ptype_to_htype()
59 if (decoded.outer_ip == ICE_RX_PTYPE_OUTER_L2) in ice_ptype_to_htype()
95 * @ptype: the packet type decoded by hardware
103 struct ice_rx_ptype_decoded decoded; in ice_rx_csum() local
110 decoded = ice_decode_rx_desc_ptype(ptype); in ice_rx_csum()
120 /* check if HW has decoded the packet and checksum */ in ice_rx_csum()
124 if (!(decoded.known && decoded.outer_ip)) in ice_rx_csum()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_txrx_lib.c78 * @ptype: the packet type decoded by hardware
86 struct ice_rx_ptype_decoded decoded; in ice_rx_csum() local
93 decoded = ice_decode_rx_desc_ptype(ptype); in ice_rx_csum()
103 /* check if HW has decoded the packet and checksum */ in ice_rx_csum()
107 if (!(decoded.known && decoded.outer_ip)) in ice_rx_csum()
110 ipv4 = (decoded.outer_ip == ICE_RX_PTYPE_OUTER_IP) && in ice_rx_csum()
111 (decoded.outer_ip_ver == ICE_RX_PTYPE_OUTER_IPV4); in ice_rx_csum()
112 ipv6 = (decoded.outer_ip == ICE_RX_PTYPE_OUTER_IP) && in ice_rx_csum()
113 (decoded.outer_ip_ver == ICE_RX_PTYPE_OUTER_IPV6); in ice_rx_csum()
137 if (decoded.tunnel_type >= ICE_RX_PTYPE_TUNNEL_IP_GRENAT) in ice_rx_csum()
[all …]
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Ddev-stateless-decoder.rst10 between processed frames. This means that each frame is decoded independently
15 has to do is to provide the raw encoded stream and dequeue decoded frames in
29 Depending on the encoded formats supported by the decoder, a single decoded
100 destination buffers parsed/decoded from the bytestream.
110 frame buffer resolution for the decoded frames.
113 pixel format for decoded frames.
162 frame buffer resolution of the decoded stream; typically unchanged from
201 for the stream to be properly decoded (taking e.g. reference frames
239 controls relevant to the format being decoded.
246 If there is a possibility that the decoded frame will require one or more
[all …]
Ddev-decoder.rst51 decoded frames; for encoders, the queue of buffers containing an encoded
82 the order in which frames are decoded; may differ from display order if the
96 Decoded Picture Buffer; an H.264/HEVC term for a buffer that stores a decoded
107 an encoded frame that does not reference frames decoded earlier, i.e.
108 can be decoded fully on its own.
369 initialization sequence completes and the frame is decoded.
398 No decoded frames are produced during this phase.
406 destination buffers parsed/decoded from the bytestream.
416 frame buffer resolution for the decoded frames.
419 pixel format for decoded frames.
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Ddev-stateless-decoder.rst10 between processed frames. This means that each frame is decoded independently
15 has to do is to provide the raw encoded stream and dequeue decoded frames in
29 Depending on the encoded formats supported by the decoder, a single decoded
100 destination buffers parsed/decoded from the bytestream.
110 frame buffer resolution for the decoded frames.
113 pixel format for decoded frames.
162 frame buffer resolution of the decoded stream; typically unchanged from
201 for the stream to be properly decoded (taking e.g. reference frames
239 controls relevant to the format being decoded.
246 If there is a possibility that the decoded frame will require one or more
[all …]
Ddev-decoder.rst51 decoded frames; for encoders, the queue of buffers containing an encoded
76 the order in which frames are decoded; may differ from display order if the
90 Decoded Picture Buffer; an H.264/HEVC term for a buffer that stores a decoded
101 an encoded frame that does not reference frames decoded earlier, i.e.
102 can be decoded fully on its own.
362 initialization sequence completes and the frame is decoded.
391 No decoded frames are produced during this phase.
399 destination buffers parsed/decoded from the bytestream.
409 frame buffer resolution for the decoded frames.
412 pixel format for decoded frames.
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/nehalemex/
Dfrontend.json3 "BriefDescription": "Instructions decoded",
5 "EventName": "MACRO_INSTS.DECODED",
10 "BriefDescription": "Macro-fused instructions decoded",
17 "BriefDescription": "Two Uop instructions decoded",
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/nehalemep/
Dfrontend.json3 "BriefDescription": "Instructions decoded",
5 "EventName": "MACRO_INSTS.DECODED",
10 "BriefDescription": "Macro-fused instructions decoded",
17 "BriefDescription": "Two Uop instructions decoded",
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/westmereep-sp/
Dfrontend.json3 "BriefDescription": "Instructions decoded",
5 "EventName": "MACRO_INSTS.DECODED",
10 "BriefDescription": "Macro-fused instructions decoded",
17 "BriefDescription": "Two Uop instructions decoded",
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/westmereep-dp/
Dfrontend.json3 "BriefDescription": "Instructions decoded",
5 "EventName": "MACRO_INSTS.DECODED",
10 "BriefDescription": "Macro-fused instructions decoded",
17 "BriefDescription": "Two Uop instructions decoded",
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/westmereex/
Dfrontend.json3 "BriefDescription": "Instructions decoded",
5 "EventName": "MACRO_INSTS.DECODED",
10 "BriefDescription": "Macro-fused instructions decoded",
17 "BriefDescription": "Two Uop instructions decoded",
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/westmereex/
Dfrontend.json6 "EventName": "MACRO_INSTS.DECODED",
8 "BriefDescription": "Instructions decoded"
16 "BriefDescription": "Macro-fused instructions decoded"
24 "BriefDescription": "Two Uop instructions decoded"
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/westmereep-sp/
Dfrontend.json6 "EventName": "MACRO_INSTS.DECODED",
8 "BriefDescription": "Instructions decoded"
16 "BriefDescription": "Macro-fused instructions decoded"
24 "BriefDescription": "Two Uop instructions decoded"
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/westmereep-dp/
Dfrontend.json6 "EventName": "MACRO_INSTS.DECODED",
8 "BriefDescription": "Instructions decoded"
16 "BriefDescription": "Macro-fused instructions decoded"
24 "BriefDescription": "Two Uop instructions decoded"
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/nehalemep/
Dfrontend.json6 "EventName": "MACRO_INSTS.DECODED",
8 "BriefDescription": "Instructions decoded"
16 "BriefDescription": "Macro-fused instructions decoded"
24 "BriefDescription": "Two Uop instructions decoded"
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/nehalemex/
Dfrontend.json6 "EventName": "MACRO_INSTS.DECODED",
8 "BriefDescription": "Instructions decoded"
16 "BriefDescription": "Macro-fused instructions decoded"
24 "BriefDescription": "Two Uop instructions decoded"
/kernel/linux/linux-5.10/drivers/media/platform/sti/delta/
Ddelta.h54 * @crop: cropping window inside decoded frame (1920x1080@0,0
112 * struct delta_frameinfo - information about decoded frame
187 #define DELTA_FRAME_DEC 0x04 /* contains decoded content */
231 * @pixelformat: pixel format of decoded frame that this decoder support
241 * @get_frameinfo: get decoded frame related infos, see below
242 * @set_frameinfo: (optional) set decoded frame related infos, see below
245 * @get_frame: get the next decoded frame available, see below
289 * in this case the next bitstream access unit must be decoded till
296 * get_frameinfo() - get decoded frame related infos
306 * set_frameinfo() - set decoded frame related infos
[all …]
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/delta/
Ddelta.h54 * @crop: cropping window inside decoded frame (1920x1080@0,0
112 * struct delta_frameinfo - information about decoded frame
187 #define DELTA_FRAME_DEC 0x04 /* contains decoded content */
231 * @pixelformat: pixel format of decoded frame that this decoder support
241 * @get_frameinfo: get decoded frame related infos, see below
242 * @set_frameinfo: (optional) set decoded frame related infos, see below
245 * @get_frame: get the next decoded frame available, see below
289 * in this case the next bitstream access unit must be decoded till
296 * get_frameinfo() - get decoded frame related infos
306 * set_frameinfo() - set decoded frame related infos
[all …]
/kernel/linux/linux-5.10/drivers/soc/qcom/
Dqmi_encdec.c426 * @buf_dst: Buffer to store the decoded element.
428 * @elem_len: Number of elements to be decoded.
429 * @elem_size: Size of a single instance of the element to be decoded.
433 * the decoded elements in the destination buffer "buf_dst". The elements are
435 * function returns the number of bytes of decoded information.
437 * Return: The total size of the decoded data elements, in bytes.
455 * @buf_dst: Buffer to store the decoded element.
457 * @elem_len: Number of elements to be decoded.
464 * and stores the decoded elements in the destination buffer "buf_dst". The
466 * function returns the number of bytes of decoded information.
[all …]
/kernel/linux/linux-6.6/drivers/soc/qcom/
Dqmi_encdec.c426 * @buf_dst: Buffer to store the decoded element.
428 * @elem_len: Number of elements to be decoded.
429 * @elem_size: Size of a single instance of the element to be decoded.
433 * the decoded elements in the destination buffer "buf_dst". The elements are
435 * function returns the number of bytes of decoded information.
437 * Return: The total size of the decoded data elements, in bytes.
455 * @buf_dst: Buffer to store the decoded element.
457 * @elem_len: Number of elements to be decoded.
464 * and stores the decoded elements in the destination buffer "buf_dst". The
466 * function returns the number of bytes of decoded information.
[all …]
/kernel/linux/linux-5.10/arch/arm64/kernel/probes/
Ddecode-insn.c135 enum probe_insn decoded; in arm_kprobe_decode_insn() local
143 decoded = INSN_GOOD_NO_SLOT; in arm_kprobe_decode_insn()
146 decoded = INSN_GOOD_NO_SLOT; in arm_kprobe_decode_insn()
148 decoded = arm_probe_decode_insn(insn, &asi->api); in arm_kprobe_decode_insn()
168 if (decoded != INSN_REJECTED && scan_end) in arm_kprobe_decode_insn()
172 return decoded; in arm_kprobe_decode_insn()
/kernel/linux/linux-6.6/arch/arm64/kernel/probes/
Ddecode-insn.c138 enum probe_insn decoded; in arm_kprobe_decode_insn() local
146 decoded = INSN_GOOD_NO_SLOT; in arm_kprobe_decode_insn()
149 decoded = INSN_GOOD_NO_SLOT; in arm_kprobe_decode_insn()
151 decoded = arm_probe_decode_insn(insn, &asi->api); in arm_kprobe_decode_insn()
171 if (decoded != INSN_REJECTED && scan_end) in arm_kprobe_decode_insn()
175 return decoded; in arm_kprobe_decode_insn()
/kernel/linux/linux-5.10/tools/testing/selftests/ir/
Dir_loopback.c7 // will send this IR to the receiver side, where we try to read the decoded
172 bool decoded = true; in main() local
178 ksft_test_result_error("no scancode decoded: %m\n"); in main()
179 decoded = false; in main()
183 if (!decoded) in main()
187 ksft_test_result_error("decoded protocol is different: %d\n", in main()
191 ksft_test_result_error("decoded scancode is different: %llx\n", in main()
/kernel/linux/linux-6.6/tools/testing/selftests/ir/
Dir_loopback.c7 // will send this IR to the receiver side, where we try to read the decoded
181 bool decoded = true; in main() local
187 ksft_test_result_error("no scancode decoded: %m\n"); in main()
188 decoded = false; in main()
192 if (!decoded) in main()
196 ksft_test_result_error("decoded protocol is different: %d\n", in main()
200 ksft_test_result_error("decoded scancode is different: %llx\n", in main()

12345678910>>...34