/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | colorspaces-defs.rst | 10 default Y'CbCr encoding and the default quantization method. The second 13 transfer functions. The third is the Y'CbCr encoding identifier (enum 29 :c:type:`v4l2_hsv_encoding` specifies which encoding is used. 117 - Use the default Y'CbCr encoding as defined by the colorspace. 119 - Use the BT.601 Y'CbCr encoding. 121 - Use the Rec. 709 Y'CbCr encoding. 123 - Use the extended gamut xvYCC BT.601 encoding. 125 - Use the extended gamut xvYCC Rec. 709 encoding. 127 - Use the default non-constant luminance BT.2020 Y'CbCr encoding. 129 - Use the constant luminance BT.2020 Yc'CbcCrc encoding. [all …]
|
D | colorspaces-details.rst | 15 ``V4L2_XFER_FUNC_709``. The default Y'CbCr encoding is 71 the following ``V4L2_YCBCR_ENC_601`` encoding: 97 default Y'CbCr encoding is ``V4L2_YCBCR_ENC_709``. The default Y'CbCr 130 extended gamut xvYCC encoding values outside that range are allowed. 151 the following ``V4L2_YCBCR_ENC_709`` encoding: 167 The ``V4L2_YCBCR_ENC_709`` encoding described above is the default for 169 in which case the BT.601 Y'CbCr encoding is used. 174 The xvYCC 709 encoding (``V4L2_YCBCR_ENC_XV709``, :ref:`xvycc`) is 175 similar to the Rec. 709 encoding, but it allows for R', G' and B' values 187 The xvYCC 601 encoding (``V4L2_YCBCR_ENC_XV601``, :ref:`xvycc`) is [all …]
|
D | vidioc-encoder-cmd.rst | 49 ``V4L2_ENC_CMD_STOP_AT_GOP_END`` flag is set, encoding will continue 108 is set, encoding will continue until the end of the current *Group 109 Of Pictures*, otherwise encoding will stop immediately. When the 128 - Resume encoding after a PAUSE command. When the encoder has not 145 - Stop encoding at the end of the current *Group Of Pictures*,
|
/Linux-v4.19/drivers/media/platform/vicodec/ |
D | vicodec-codec.c | 627 u32 encoding = 0; in encode_plane() local 646 encoding |= FRAME_PCODED; in encode_plane() 661 if (encoding & FRAME_UNENCODED) in encode_plane() 679 encoding |= FRAME_UNENCODED; in encode_plane() 684 if (encoding & FRAME_UNENCODED) { in encode_plane() 698 return encoding; in encode_plane() 707 u32 encoding; in encode_frame() local 710 encoding = encode_plane(frm->luma, ref_frm->luma, &rlco, rlco_max, cf, in encode_frame() 713 if (encoding & FRAME_UNENCODED) in encode_frame() 714 encoding |= LUMA_UNENCODED; in encode_frame() [all …]
|
/Linux-v4.19/tools/testing/selftests/kvm/include/ |
D | vmx.h | 480 static inline int vmread(uint64_t encoding, uint64_t *value) in vmread() argument 487 : [encoding]"r"(encoding) in vmread() 498 static inline uint64_t vmreadz(uint64_t encoding) in vmreadz() argument 501 vmread(encoding, &value); in vmreadz() 505 static inline int vmwrite(uint64_t encoding, uint64_t value) in vmwrite() argument 511 : [value]"rm"(value), [encoding]"r"(encoding) in vmwrite()
|
/Linux-v4.19/drivers/net/wan/ |
D | hdlc_raw.c | 70 if (new_settings.encoding == ENCODING_DEFAULT) in raw_ioctl() 71 new_settings.encoding = ENCODING_NRZ; in raw_ioctl() 76 result = hdlc->attach(dev, new_settings.encoding, in raw_ioctl()
|
D | hdlc_raw_eth.c | 86 if (new_settings.encoding == ENCODING_DEFAULT) in raw_eth_ioctl() 87 new_settings.encoding = ENCODING_NRZ; in raw_eth_ioctl() 92 result = hdlc->attach(dev, new_settings.encoding, in raw_eth_ioctl()
|
D | hd64572.c | 431 switch(port->encoding) { in sca_open() 495 static int sca_attach(struct net_device *dev, unsigned short encoding, in sca_attach() argument 498 if (encoding != ENCODING_NRZ && in sca_attach() 499 encoding != ENCODING_NRZI && in sca_attach() 500 encoding != ENCODING_FM_MARK && in sca_attach() 501 encoding != ENCODING_FM_SPACE && in sca_attach() 502 encoding != ENCODING_MANCHESTER) in sca_attach() 512 dev_to_port(dev)->encoding = encoding; in sca_attach()
|
D | hd64570.c | 467 switch(port->encoding) { in sca_open() 542 static int sca_attach(struct net_device *dev, unsigned short encoding, in sca_attach() argument 545 if (encoding != ENCODING_NRZ && in sca_attach() 546 encoding != ENCODING_NRZI && in sca_attach() 547 encoding != ENCODING_FM_MARK && in sca_attach() 548 encoding != ENCODING_FM_SPACE && in sca_attach() 549 encoding != ENCODING_MANCHESTER) in sca_attach() 559 dev_to_port(dev)->encoding = encoding; in sca_attach()
|
/Linux-v4.19/drivers/pci/pcie/ |
D | aspm.c | 294 static u32 calc_l0s_latency(u32 encoding) in calc_l0s_latency() argument 296 if (encoding == 0x7) in calc_l0s_latency() 298 return (64 << encoding); in calc_l0s_latency() 302 static u32 calc_l0s_acceptable(u32 encoding) in calc_l0s_acceptable() argument 304 if (encoding == 0x7) in calc_l0s_acceptable() 306 return (64 << encoding); in calc_l0s_acceptable() 310 static u32 calc_l1_latency(u32 encoding) in calc_l1_latency() argument 312 if (encoding == 0x7) in calc_l1_latency() 314 return (1000 << encoding); in calc_l1_latency() 318 static u32 calc_l1_acceptable(u32 encoding) in calc_l1_acceptable() argument [all …]
|
/Linux-v4.19/arch/sh/kernel/ |
D | dwarf.c | 227 char encoding) in dwarf_read_encoded_value() argument 232 switch (encoding & 0x70) { in dwarf_read_encoded_value() 239 pr_debug("encoding=0x%x\n", (encoding & 0x70)); in dwarf_read_encoded_value() 243 if ((encoding & 0x07) == 0x00) in dwarf_read_encoded_value() 244 encoding |= DW_EH_PE_udata4; in dwarf_read_encoded_value() 246 switch (encoding & 0x0f) { in dwarf_read_encoded_value() 254 pr_debug("encoding=0x%x\n", encoding); in dwarf_read_encoded_value() 811 cie->encoding = *(char *)p++; in dwarf_parse_cie() 894 if (cie->encoding) in dwarf_parse_fde() 896 cie->encoding); in dwarf_parse_fde() [all …]
|
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_wx.c | 314 struct iw_point *erq = &(wrqu->encoding); in libipw_wx_set_encode() 480 struct iw_point *erq = &(wrqu->encoding); in libipw_wx_get_encode() 521 struct iw_point *encoding = &wrqu->encoding; in libipw_wx_set_encodeext() local 533 idx = encoding->flags & IW_ENCODE_INDEX; in libipw_wx_set_encodeext() 555 if ((encoding->flags & IW_ENCODE_DISABLED) || in libipw_wx_set_encodeext() 681 struct iw_point *encoding = &wrqu->encoding; in libipw_wx_get_encodeext() local 686 max_key_len = encoding->length - sizeof(*ext); in libipw_wx_get_encodeext() 690 idx = encoding->flags & IW_ENCODE_INDEX; in libipw_wx_get_encodeext() 703 encoding->flags = idx + 1; in libipw_wx_get_encodeext() 709 encoding->flags |= IW_ENCODE_DISABLED; in libipw_wx_get_encodeext() [all …]
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_wx.c | 294 struct iw_point *erq = &(wrqu->encoding); in ieee80211_wx_set_encode() 466 struct iw_point *erq = &(wrqu->encoding); in ieee80211_wx_get_encode() 511 struct iw_point *encoding = &wrqu->encoding; in ieee80211_wx_set_encode_ext() local 522 idx = encoding->flags & IW_ENCODE_INDEX; in ieee80211_wx_set_encode_ext() 548 if ((encoding->flags & IW_ENCODE_DISABLED) || in ieee80211_wx_set_encode_ext() 675 struct iw_point *encoding = &wrqu->encoding; in ieee80211_wx_get_encode_ext() local 680 max_key_len = encoding->length - sizeof(*ext); in ieee80211_wx_get_encode_ext() 684 idx = encoding->flags & IW_ENCODE_INDEX; in ieee80211_wx_get_encode_ext() 698 encoding->flags = idx + 1; in ieee80211_wx_get_encode_ext() 704 encoding->flags |= IW_ENCODE_DISABLED; in ieee80211_wx_get_encode_ext() [all …]
|
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-camera/ |
D | mmal-msg-format.h | 56 u32 encoding; /* FourCC specifying encoding of the elementary stream.*/ member 78 u32 encoding; /* FourCC specifying encoding of the elementary stream.*/ member
|
/Linux-v4.19/Documentation/devicetree/bindings/input/ |
D | rotary-encoder.txt | 23 - rotary-encoder,encoding: String, the method used to encode steps. 39 rotary-encoder,encoding = "gray"; 48 rotary-encoder,encoding = "binary";
|
/Linux-v4.19/drivers/staging/rtl8192u/ |
D | r8192U_wx.c | 528 if (wrqu->encoding.length != 0) { in r8192_wx_set_enc() 532 if (i == 1 && (4*i+1) == wrqu->encoding.length) in r8192_wx_set_enc() 534 if (i == 3 && (4*i+1) == wrqu->encoding.length) in r8192_wx_set_enc() 544 switch (wrqu->encoding.flags & IW_ENCODE_INDEX) { in r8192_wx_set_enc() 564 if (wrqu->encoding.length == 0x5) { in r8192_wx_set_enc() 578 else if (wrqu->encoding.length == 0xd) { in r8192_wx_set_enc() 738 struct iw_point *encoding = &wrqu->encoding; in r8192_wx_set_enc_ext() local 741 if ((encoding->flags & IW_ENCODE_DISABLED) || ext->alg == IW_ENCODE_ALG_NONE) in r8192_wx_set_enc_ext() 747 idx = encoding->flags & IW_ENCODE_INDEX; in r8192_wx_set_enc_ext()
|
/Linux-v4.19/scripts/gdb/linux/ |
D | dmesg.py | 57 encoding='utf8', errors='replace') 67 msg = msg.encode(encoding='utf8', errors='replace')
|
/Linux-v4.19/drivers/input/misc/ |
D | rotary_encoder.c | 45 enum rotary_encoder_encoding encoding; member 68 if (encoder->encoding == ROTENC_GRAY && ret & 1) in rotary_encoder_get_state() 227 encoder->encoding = ROTENC_GRAY; in rotary_encoder_probe() 231 encoder->encoding = ROTENC_BINARY; in rotary_encoder_probe()
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | ivtv.rst | 8 The cx23415 can do both encoding and decoding, the cx23416 can only do MPEG 9 encoding. Currently the only card featuring full decoding support is the 95 /dev/video0 is listed as the 'base' encoding capture device so we have: 97 - /dev/video0 is the encoding capture device for the first card (card 0) 98 - /dev/video1 is the encoding capture device for the second card (card 1) 99 - /dev/video2 is the encoding capture device for the third card (card 2) 112 The encoding capture device(s).
|
/Linux-v4.19/Documentation/device-mapper/ |
D | verity.txt | 59 The hexadecimal encoding of the cryptographic hash of the root hash block 64 The hexadecimal encoding of the salt value. 89 verification fails. Use encoding data from the specified device. This 93 If the encoding data covers additional metadata, it must be accessible 101 the encoding data. For example, in RS(M, N) encoding, the number of roots 105 The number of encoding data blocks on the FEC device. The block size for 110 FEC device to the beginning of the encoding data.
|
/Linux-v4.19/drivers/staging/wlan-ng/ |
D | p80211conv.h | 78 unsigned int encoding; /* P80211ENUM_encoding_* */ member 122 __be32 encoding; member
|
/Linux-v4.19/Documentation/ |
D | lzo.txt | 35 The first byte of the block follows a different encoding from other bytes, it 43 around 255:1). The variable length encoding using #bits is always the same:: 79 encoding. 84 First byte encoding:: 86 0..17 : follow regular instruction encoding, see below. It is worth 100 Instruction encoding:: 105 encoding will be a copy of 4 or more literal, and must be interpreted
|
/Linux-v4.19/Documentation/sphinx/ |
D | kernel_include.py | 98 encoding = self.options.get( 106 encoding=encoding,
|
/Linux-v4.19/drivers/net/wireless/intersil/orinoco/ |
D | wext.c | 725 struct iw_point *encoding = &wrqu->encoding; in orinoco_ioctl_set_encodeext() local 735 idx = encoding->flags & IW_ENCODE_INDEX; in orinoco_ioctl_set_encodeext() 743 if (encoding->flags & IW_ENCODE_DISABLED) in orinoco_ioctl_set_encodeext() 819 struct iw_point *encoding = &wrqu->encoding; in orinoco_ioctl_get_encodeext() local 829 max_key_len = encoding->length - sizeof(*ext); in orinoco_ioctl_get_encodeext() 833 idx = encoding->flags & IW_ENCODE_INDEX; in orinoco_ioctl_get_encodeext() 841 encoding->flags = idx + 1; in orinoco_ioctl_get_encodeext() 848 encoding->flags |= IW_ENCODE_DISABLED; in orinoco_ioctl_get_encodeext() 854 encoding->flags |= IW_ENCODE_ENABLED; in orinoco_ioctl_get_encodeext() 860 encoding->flags |= IW_ENCODE_ENABLED; in orinoco_ioctl_get_encodeext()
|
/Linux-v4.19/tools/perf/util/ |
D | unwind-libunwind-local.c | 111 u8 encoding) in __dw_read_encoded_value() argument 116 switch (encoding) { in __dw_read_encoded_value() 127 switch (encoding & DW_EH_PE_APPL_MASK) { in __dw_read_encoded_value() 137 if ((encoding & 0x07) == 0x00) in __dw_read_encoded_value() 138 encoding |= DW_EH_PE_udata4; in __dw_read_encoded_value() 140 switch (encoding & DW_EH_PE_FORMAT_MASK) { in __dw_read_encoded_value()
|