Home
last modified time | relevance | path

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

12345678910>>...15

/linux/drivers/md/dm-vdo/
H A Dnumeric.h18 static inline void decode_s64_le(const u8 *buffer, size_t *offset, s64 *decoded) in decode_s64_le() argument
20 *decoded = get_unaligned_le64(buffer + *offset); in decode_s64_le()
30 static inline void decode_u64_le(const u8 *buffer, size_t *offset, u64 *decoded) in decode_u64_le() argument
32 *decoded = get_unaligned_le64(buffer + *offset); in decode_u64_le()
42 static inline void decode_s32_le(const u8 *buffer, size_t *offset, s32 *decoded) in decode_s32_le() argument
44 *decoded = get_unaligned_le32(buffer + *offset); in decode_s32_le()
54 static inline void decode_u32_le(const u8 *buffer, size_t *offset, u32 *decoded) in decode_u32_le() argument
56 *decoded = get_unaligned_le32(buffer + *offset); in decode_u32_le()
66 static inline void decode_u16_le(const u8 *buffer, size_t *offset, u16 *decoded) in decode_u16_le() argument
68 *decoded = get_unaligned_le16(buffer + *offset); in decode_u16_le()
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py174 for attr_id, decoded in policy_table[policy_idx].items():
181 self._entries[name] = (spec, decoded)
186 spec, decoded = self._entries[name]
187 props = dict(decoded)
548 decoded = _genl_decode_policy(aid_attr.raw)
551 policy_table[policy_idx][attr_id] = decoded
926 decoded = self._decode_struct(attr.raw, attr_spec.struct_name)
928 decoded = attr.as_c_array(attr_spec.sub_type)
930 decoded = [ self._decode_enum(x, attr_spec) for x in decoded ]
932 decoded = [ self._formatted_string(x, attr_spec.display_hint)
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-stateless-decoder.rst11 between processed frames. This means that each frame is decoded independently
16 has to do is to provide the raw encoded stream and dequeue decoded frames in
30 Depending on the encoded formats supported by the decoder, a single decoded
101 destination buffers parsed/decoded from the bytestream.
111 frame buffer resolution for the decoded frames.
114 pixel format for decoded frames.
163 frame buffer resolution of the decoded stream; typically unchanged from
202 for the stream to be properly decoded (taking e.g. reference frames
240 controls relevant to the format being decoded.
247 If there is a possibility that the decoded frame will require one or more
[all …]
H A Dvidioc-decoder-cmd.rst120 the last frame was decoded.
171 data from its internal buffers was decoded.
197 dequeueing the capture buffer containing the last decoded frame.
198 So this command can be used to explicitly flush that final decoded
/linux/drivers/media/platform/st/sti/delta/
H A 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 …]
/linux/tools/perf/pmu-events/arch/x86/westmereep-dp/
H A Dfrontend.json3 "BriefDescription": "Instructions decoded",
6 "EventName": "MACRO_INSTS.DECODED",
11 "BriefDescription": "Macro-fused instructions decoded",
19 "BriefDescription": "Two Uop instructions decoded",
/linux/tools/perf/pmu-events/arch/x86/nehalemex/
H A Dfrontend.json3 "BriefDescription": "Instructions decoded",
6 "EventName": "MACRO_INSTS.DECODED",
11 "BriefDescription": "Macro-fused instructions decoded",
19 "BriefDescription": "Two Uop instructions decoded",
/linux/tools/perf/pmu-events/arch/x86/westmereex/
H A Dfrontend.json3 "BriefDescription": "Instructions decoded",
6 "EventName": "MACRO_INSTS.DECODED",
11 "BriefDescription": "Macro-fused instructions decoded",
19 "BriefDescription": "Two Uop instructions decoded",
/linux/tools/perf/pmu-events/arch/x86/westmereep-sp/
H A Dfrontend.json3 "BriefDescription": "Instructions decoded",
6 "EventName": "MACRO_INSTS.DECODED",
11 "BriefDescription": "Macro-fused instructions decoded",
19 "BriefDescription": "Two Uop instructions decoded",
/linux/tools/perf/pmu-events/arch/x86/nehalemep/
H A Dfrontend.json3 "BriefDescription": "Instructions decoded",
6 "EventName": "MACRO_INSTS.DECODED",
11 "BriefDescription": "Macro-fused instructions decoded",
19 "BriefDescription": "Two Uop instructions decoded",
/linux/arch/arm64/kernel/probes/
H A Ddecode-insn.c148 enum probe_insn decoded; in arm_kprobe_decode_insn() local
156 decoded = INSN_GOOD_NO_SLOT; in arm_kprobe_decode_insn()
159 decoded = INSN_GOOD_NO_SLOT; in arm_kprobe_decode_insn()
161 decoded = arm_probe_decode_insn(insn, &asi->api); in arm_kprobe_decode_insn()
181 if (decoded != INSN_REJECTED && scan_end) in arm_kprobe_decode_insn()
185 return decoded; in arm_kprobe_decode_insn()
/linux/Documentation/driver-api/cxl/platform/example-configurations/
H A Dflexible.rst149 Flags (decoded below) : 0000000B
161 Flags (decoded below) : 0000000B
173 Flags (decoded below) : 0000000B
185 Flags (decoded below) : 0000000B
197 Flags (decoded below) : 0000000B
209 Flags (decoded below) : 0000000B
221 Flags (decoded below) : 0000000B
/linux/tools/testing/selftests/ir/
H A 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()
/linux/tools/testing/selftests/bpf/
H A Dtest_lirc_mode2_user.c14 // BPF and then decoded into scancodes. The lirc chardev must be the one
120 /* Read decoded IR */ in main()
123 printf("Failed to read decoded IR: %m\n"); in main()
143 /* Read decoded IR */ in main()
146 printf("Failed to read decoded IR: %m\n"); in main()
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_pcl.c88 * @p: Start of an un-decoded Read list
93 * the un-decoded list.
139 * @p: Start of an un-decoded Read list
144 * the un-decoded list.
191 * @p: Start of an un-decoded Write list
195 * - cl_count is set to the number of chunks in the un-decoded list.
/linux/tools/perf/pmu-events/arch/x86/bonnell/
H A Dfrontend.json59 "BriefDescription": "All Instructions decoded",
67 "BriefDescription": "CISC macro instructions decoded",
75 "BriefDescription": "Non-CISC macro instructions decoded",
/linux/lib/tests/
H A Dbase64_kunit.c45 u8 *decoded = kmalloc(size, GFP_KERNEL); in run_perf_and_check() local
49 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, decoded); in run_perf_and_check()
53 int dec_len = base64_decode(enc, enc_len, decoded, true, variant); in run_perf_and_check()
57 KUNIT_EXPECT_MEMEQ(test, decoded, in, size); in run_perf_and_check()
65 u64 t2 = bench_decode_ns(enc, enc_len, decoded, reps, variant); in run_perf_and_check()
71 kfree(decoded); in run_perf_and_check()
/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a75/
H A Dexception.json12 … This event is set every time that an exception is executed because of a decoded trap to the hyper…
15 … This event is set every time that an exception is executed because of a decoded trap to the hyper…
/linux/Documentation/userspace-api/media/rc/
H A Dlirc-dev-intro.rst10 a bi-directional interface for transporting raw IR and decoded scancodes
14 decoded scancodes to and fro, the essential fops are read, write and ioctl.
88 (in ``CLOCK_MONOTONIC``) when the scancode was decoded.
166 value. When the program has decoded the scancode, it can be submitted using
H A Dlirc-read.rst53 in this mode scancodes which are either decoded by software decoders, or
56 used for transmission, and ``scancode`` to the decoded scancode,
/linux/drivers/media/platform/samsung/s5p-mfc/
H A Dregs-mfc.h165 decoded pic */
171 #define S5P_FIMV_SI_DISPLAY_STATUS 0x201c /* status of decoded picture */
173 #define S5P_FIMV_SI_DECODE_Y_ADR 0x2024 /* luma addr of decoded pic */
174 #define S5P_FIMV_SI_DECODE_C_ADR 0x2028 /* chroma addrof decoded pic */
175 #define S5P_FIMV_SI_DECODE_STATUS 0x202c /* status of decoded picture */
223 /* Decoded frame tpe */
/linux/drivers/firmware/google/
H A Dvpd_decode.h41 * The *consumed starts from 0, which is actually the next byte to be decoded.
44 * If one entry is successfully decoded, sends it to callback and returns the
/linux/drivers/acpi/acpica/
H A Dutdecode.c62 * RETURN: Decoded region space_id name
107 * RETURN: Decoded event ID name
139 * RETURN: Decoded ACPI object type name
278 * RETURN: Decoded name of the descriptor type
325 * RETURN: Decoded name of the type of reference
371 * RETURN: Decoded name of the internal mutex
410 * RETURN: Decoded name for the notify value
515 * RETURN: Decoded ARGP_* type
/linux/tools/perf/pmu-events/arch/x86/haswell/
H A Duncore-interconnect.json3 …om allocation till deallocation. Aperture requests (snoops) appear as NC decoded internally and be…
8 …om allocation till deallocation. Aperture requests (snoops) appear as NC decoded internally and be…
/linux/Documentation/devicetree/bindings/spi/
H A Dspi-cadence.yaml51 is-decoded-cs:
89 is-decoded-cs = <0>;

12345678910>>...15