| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/ |
| H A D | vp8e_api_v2.c | 81 prep->mirroring = 0; in vp8e_init() 163 RK_S32 mirroring; in vp8e_proc_prep_cfg() local 193 mirroring = dst->mirroring_ext; in vp8e_proc_prep_cfg() 196 mirroring = !mirroring; in vp8e_proc_prep_cfg() 201 dst->mirroring = mirroring; in vp8e_proc_prep_cfg()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_api.c | 131 prep->mirroring = 0; in h265e_init() 327 RK_S32 mirroring; in h265e_proc_prep_cfg() local 376 mirroring = dst->mirroring_ext; in h265e_proc_prep_cfg() 380 mirroring = !mirroring; in h265e_proc_prep_cfg() 385 dst->mirroring = mirroring; in h265e_proc_prep_cfg() 418 if (MPP_FRAME_FMT_IS_FBC(dst->format) && (dst->mirroring || dst->rotation || dst->flip)) { in h265e_proc_prep_cfg() 422 dst->mirroring, dst->rotation, dst->flip); in h265e_proc_prep_cfg()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/ |
| H A D | jpege_api_v2.c | 121 RK_S32 mirroring; in jpege_proc_prep_cfg() local 144 mirroring = dst->mirroring_ext; in jpege_proc_prep_cfg() 147 mirroring = !mirroring; in jpege_proc_prep_cfg() 152 dst->mirroring = mirroring; in jpege_proc_prep_cfg() 492 syntax->mirroring = prep->mirroring; in jpege_proc_hal()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/omap/ |
| H A D | omap_vout_vrfb.c | 321 bool mirroring = vout->mirror; in omap_vout_calculate_vrfb_offset() local 365 if (!mirroring) { in omap_vout_calculate_vrfb_offset() 379 if (!mirroring) { in omap_vout_calculate_vrfb_offset() 393 if (!mirroring) { in omap_vout_calculate_vrfb_offset() 404 if (!mirroring) { in omap_vout_calculate_vrfb_offset()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/ |
| H A D | h264e_api_v2.c | 148 prep->mirroring = 0; in init_h264e_cfg_set() 248 RK_S32 mirroring; in h264e_proc_prep_cfg() local 294 mirroring = dst->mirroring_ext; in h264e_proc_prep_cfg() 298 mirroring = !mirroring; in h264e_proc_prep_cfg() 303 dst->mirroring = mirroring; in h264e_proc_prep_cfg() 336 if (MPP_FRAME_FMT_IS_FBC(dst->format) && (dst->mirroring || dst->rotation || dst->flip)) { in h264e_proc_prep_cfg() 340 dst->mirroring, dst->rotation, dst->flip); in h264e_proc_prep_cfg()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | btrfs.rst | 20 * Object level mirroring and striping 25 * Efficient incremental backup and FS mirroring
|
| /OK3568_Linux_fs/external/mpp/mpp/common/ |
| H A D | jpege_syntax.h | 33 RK_S32 mirroring; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/drbd/ |
| H A D | drbd_9.0.24-1.bb | 3 availability clusters. This is done by mirroring a whole \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/gperf/ |
| H A D | gperf_3.1.bb | 17 # it where to look explicitly (mirroring the behaviour of upstream's Makefile.devel).
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/ |
| H A D | mpp_encoder.h | 56 RK_U32 mirroring; member
|
| H A D | mpp_encoder.cpp | 256 mpp_enc_cfg_set_s32(cfg, "prep:mirroring", enc_params.mirroring); in SetupEncCfg()
|
| /OK3568_Linux_fs/u-boot/board/boundary/nitrogen6x/ |
| H A D | ddr-setup.cfg | 89 * MDMISC mirroring interleaved (row/bank/col)
|
| /OK3568_Linux_fs/u-boot/board/toradex/colibri_imx6/ |
| H A D | ddr-setup.cfg | 90 * MDMISC mirroring interleaved (row/bank/col)
|
| /OK3568_Linux_fs/u-boot/board/toradex/apalis_imx6/ |
| H A D | ddr-setup.cfg | 90 * MDMISC mirroring interleaved (row/bank/col)
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | dm-log.rst | 55 provide a cluster-coherent log for shared-storage. Device-mapper mirroring
|
| H A D | dm-raid.rst | 21 raid1 RAID1 mirroring 119 respect to mirroring. If these options are left unspecified,
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | mpi_enc_test.c | 296 RK_U32 mirroring; in test_mpp_enc_cfg_setup() local 463 mpp_env_get_u32("mirroring", &mirroring, 0); in test_mpp_enc_cfg_setup() 467 mpp_enc_cfg_set_s32(cfg, "prep:mirroring", mirroring); in test_mpp_enc_cfg_setup()
|
| /OK3568_Linux_fs/u-boot/board/barco/titanium/ |
| H A D | imximage.cfg | 108 * MDMISC mirroring interleaved (row/bank/col)
|
| /OK3568_Linux_fs/kernel/Documentation/arm/omap/ |
| H A D | dss.rst | 304 Rotation and mirroring currently only supports RGB565 and RGB8888 modes. VRFB 305 does not support mirroring.
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | hmm.rst | 23 CPU page-table mirroring works and the purpose of HMM in this context. The 144 Address space mirroring implementation and API 147 Address space mirroring's main objective is to allow duplication of a range of
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | rk_venc_cmd.h | 571 RK_S32 mirroring; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | rk_venc_cmd.h | 571 RK_S32 mirroring; member
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/ |
| H A D | hal_jpege_vepu1_v2.c | 220 if (syntax->mirroring) in hal_jpege_vepu1_gen_regs()
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | cpuinfo.rst | 37 These feature definitions are organized mirroring the layout of CPUID
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu_v2.c | 315 if (cfg->mirroring) in h264e_vepu_prep_setup()
|