Home
last modified time | relevance | path

Searched full:coded (Results 1 – 25 of 646) sorted by relevance

12345678910>>...26

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Ddev-encoder.rst87 1. To enumerate the set of coded formats supported by the encoder, the
99 * In order to enumerate raw formats supported by a given coded format,
100 the client must first set that coded format on ``CAPTURE`` and then
107 * Values returned by :c:func:`VIDIOC_ENUM_FRAMESIZES` for a coded pixel
108 format will include all possible coded resolutions supported by the
109 encoder for the given coded pixel format.
113 encoder for the given raw pixel format and coded format currently set on
122 * Values returned by :c:func:`VIDIOC_ENUM_FRAMEINTERVALS` for a coded pixel
123 format and coded resolution will include all possible frame intervals
124 supported by the encoder for the given coded pixel format and resolution.
[all …]
H A Ddev-decoder.rst60 coded format
64 coded height
65 height for given coded resolution.
67 coded resolution
72 coded width
73 width for given coded resolution.
77 coded format includes a feature of frame reordering; for decoders,
147 for example: coded resolution, visible resolution, codec profile.
154 display purposes; must be smaller or equal to coded resolution;
210 1. To enumerate the set of coded formats supported by the decoder, the
[all …]
H A Dvidioc-enum-fmt.rst157 - The hardware decoder for this compressed bytestream format (aka coded
168 compressed bytestream format (aka coded format). It will notify the user
177 - The hardware encoder supports setting the ``CAPTURE`` coded frame
180 also sets the ``CAPTURE`` coded frame interval to the same value.
181 If this flag is set, then the ``CAPTURE`` coded frame interval can be
184 a hint for reserving hardware encoder resources and the ``CAPTURE`` coded
H A Dvidioc-g-enc-index.rst127 - This is an Intra-coded picture.
130 - This is a Predictive-coded picture.
133 - This is a Bidirectionally predictive-coded picture.
H A Ddev-stateless-decoder.rst38 1. To enumerate the set of coded formats supported by the decoder, the client
72 1. Set the coded format on the ``OUTPUT`` queue via :c:func:`VIDIOC_S_FMT`.
80 a coded pixel format.
83 coded width and height parsed from the stream.
242 controls that must be set on the request, depend on the active coded pixel
325 independently. They are returned in decode order (i.e. the same order as coded
H A Dext-ctrls-codec.rst392 which subbands are in intensity stereo. All other subbands are coded
1310 The Coded Picture Buffer size in kilobytes, it is used as a
2087 - Picture Order Count for the coded top field
2090 - Picture Order Count for the coded bottom field
2157 with B-coded and P-coded frames. The timestamp refers to the
2323 with B-coded and P-coded frames. The timestamp refers to the
2330 with B-coded frames. The timestamp refers to the ``timestamp`` field in
2406 - If set to 1, motion vectors are coded for intra macroblocks.
2466 - The quantization matrix coefficients for intra-coded frames, in zigzag
2472 - The quantization matrix coefficients for non-intra-coded frames, in
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Damr.h67 uint8_t coded[AMR_CODED_MAX]; in decode_1_frame() local
69 if (lsx_readbuf(ft, &coded[0], (size_t)1) != 1) in decode_1_frame()
71 n = amr_block_size[(coded[0] >> 3) & 0x0F]; in decode_1_frame()
77 if (lsx_readbuf(ft, &coded[1], n) != n) in decode_1_frame()
79 AMR_CALL(p, AmrDecoderDecode, (p->state, coded, p->pcm, 0)); in decode_1_frame()
141 uint8_t coded; in amr_duration_frames() local
143 for (frames = 0; lsx_readbuf(ft, &coded, (size_t)1) == 1; ++frames) { in amr_duration_frames()
144 frame_size = amr_block_size[coded >> 3 & 15]; in amr_duration_frames()
272 uint8_t coded[AMR_CODED_MAX]; in encode_1_frame() local
273 int n = AMR_CALL_ENCODER(p, AmrEncoderEncode, (p->state, p->mode, p->pcm, coded, 1)); in encode_1_frame()
[all …]
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dnetwork-coding.c577 * batadv_nc_send_packet() - send non-coded packet and free nc_packet struct
1047 * @nc_packet: structure containing the packet to the skb can be coded with
1077 * coded packets? in batadv_nc_code_packets()
1187 /* Both packets are newly coded */ in batadv_nc_code_packets()
1194 /* skb_src recoded and skb_dest is newly coded */ in batadv_nc_code_packets()
1203 /* skb_src is newly coded and skb_dest is recoded */ in batadv_nc_code_packets()
1212 /* skb_src is now coded into skb_dest, so free it */ in batadv_nc_code_packets()
1219 /* Send the coded packet and return true */ in batadv_nc_code_packets()
1241 * a network coded form. If so, we may not be able to use it for coding because
1243 * coded form without being able to decode it. It is hard to know which of the
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/sn/
H A Dintr.h41 * Hard-coded interrupt levels:
57 * INT_PEND0 hard-coded bits.
80 * INT_PEND1 hard-coded bits:
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_codec.h42 MPP_PICTURE_STRUCTURE_TOP_FIELD, //< coded as top field
43 MPP_PICTURE_STRUCTURE_BOTTOM_FIELD, //< coded as bottom field
44 MPP_PICTURE_STRUCTURE_FRAME, //< coded as frame
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fman/
H A Dfman_keygen.c123 /* Hard-coded configuration:
124 * These values are used as hard-coded values for KeyGen configuration
125 * and they replace user selections for this hard-coded version
577 /* Configure Hard-Coded Rx Hashing: */ in keygen_scheme_setup()
605 * But because extraction is hard-coded, we are sure in keygen_scheme_setup()
624 /* features not used by hard-coded configuration */ in keygen_scheme_setup()
739 /* Create and configure Hard-Coded Scheme: */ in keygen_port_hashing_init()
764 /* All Schemes in hard-coded configuration in keygen_port_hashing_init()
/OK3568_Linux_fs/kernel/arch/mips/dec/
H A Dint-handler.S150 # open coded PTR_LA t1, cpu_mask_nr_tbl
152 # open coded la t1, cpu_mask_nr_tbl
206 # open coded PTR_LA t1,asic_mask_nr_tbl
208 # open coded la t1, asic_mask_nr_tbl
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/
H A Davoid-strip.patch3 unix/Makefile: remove hard coded strip commands
5 Remove the hard coded strip commands, both LF2 (used in linking) and
/OK3568_Linux_fs/kernel/sound/pci/lola/
H A Dlola_clock.c15 unsigned int lola_sample_rate_convert(unsigned int coded) in lola_sample_rate_convert() argument
20 switch (coded & 0x3) { in lola_sample_rate_convert()
28 switch (coded & 0x1c) { in lola_sample_rate_convert()
39 switch (coded & 0x60) { in lola_sample_rate_convert()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dkobil_sct.h63 * get the firmware version from device, coded like this 0xHHLLBBPP with
72 * get the hardware version from device coded like this 0xHHLLPPRR with
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0001-run_test.py-not-use-hard-coded-path-.-obj-hugeadm.patch4 Subject: [PATCH] run_test.py: not use hard coded path ../obj/hugeadm
6 Hard coded path makes the script impossible to run out of source tree.
/OK3568_Linux_fs/kernel/drivers/staging/media/hantro/
H A Dhantro_v4l2.c132 /* This only makes sense for coded formats */ in vidioc_enum_framesizes()
241 bool coded; in hantro_try_fmt() local
243 coded = capture == ctx->is_encoder; in hantro_try_fmt()
253 fmt = hantro_get_default_fmt(ctx, coded); in hantro_try_fmt()
257 if (coded) { in hantro_try_fmt()
277 if (!coded) { in hantro_try_fmt()
288 * For coded formats the application can specify in hantro_try_fmt()
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Djournal.rst345 journal. Descriptor blocks are open-coded instead of being completely
359 - (open coded)
363 - open coded array[]
405 - This field appears to be open coded. It always comes at the end of the
476 - This field appears to be open coded. It always comes at the end of the
596 - (open coded)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dplugin.def102 /* When adding a new hard-coded plugin event, don't forget to edit in
106 /* After the hard-coded events above, plugins can dynamically allocate events
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dplugin.def102 /* When adding a new hard-coded plugin event, don't forget to edit in
106 /* After the hard-coded events above, plugins can dynamically allocate events
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/platform/arm/
H A Djuno_opp.c53 /* Hard coded for Juno. 2 is GPU domain */ in init_juno_opps_from_scpi()
108 /* Hard coded for Juno. 2 is GPU domain */ in term_opps()
/OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/
H A Ddrm_mode.h669 * These are coded as unsigned 16-bit values in units of
680 * These are coded as unsigned 16-bit values in units of
691 * This value is coded as an unsigned 16-bit value in units of 1 cd/m2,
697 * This value is coded as an unsigned 16-bit value in units of
704 * This value is coded as an unsigned 16-bit value in units of 1 cd/m2,
710 * This value is coded as an unsigned 16-bit value in units of 1 cd/m2,
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Ddrm_mode.h669 * These are coded as unsigned 16-bit values in units of
680 * These are coded as unsigned 16-bit values in units of
691 * This value is coded as an unsigned 16-bit value in units of 1 cd/m2,
697 * This value is coded as an unsigned 16-bit value in units of
704 * This value is coded as an unsigned 16-bit value in units of 1 cd/m2,
710 * This value is coded as an unsigned 16-bit value in units of 1 cd/m2,
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.h24 * Bit 15 indicates if this is a P-coded macroblock (1) or not (0).
25 * P-coded macroblocks contain a delta against the previous frame.
/OK3568_Linux_fs/u-boot/board/theadorable/
H A Dfpga.c144 * In this 32bit word the following information is coded:
163 * In this 32bit word the following information is coded:

12345678910>>...26