Home
last modified time | relevance | path

Searched refs:mirroring (Results 1 – 25 of 53) sorted by relevance

123

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/
H A Dvp8e_api_v2.c81 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 Dh265e_api.c131 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 Djpege_api_v2.c121 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 Domap_vout_vrfb.c321 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 Dh264e_api_v2.c148 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 Dbtrfs.rst20 * Object level mirroring and striping
25 * Efficient incremental backup and FS mirroring
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Djpege_syntax.h33 RK_S32 mirroring; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/drbd/
H A Ddrbd_9.0.24-1.bb3 availability clusters. This is done by mirroring a whole \
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/gperf/
H A Dgperf_3.1.bb17 # 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 Dmpp_encoder.h56 RK_U32 mirroring; member
H A Dmpp_encoder.cpp256 mpp_enc_cfg_set_s32(cfg, "prep:mirroring", enc_params.mirroring); in SetupEncCfg()
/OK3568_Linux_fs/u-boot/board/boundary/nitrogen6x/
H A Dddr-setup.cfg89 * MDMISC mirroring interleaved (row/bank/col)
/OK3568_Linux_fs/u-boot/board/toradex/colibri_imx6/
H A Dddr-setup.cfg90 * MDMISC mirroring interleaved (row/bank/col)
/OK3568_Linux_fs/u-boot/board/toradex/apalis_imx6/
H A Dddr-setup.cfg90 * MDMISC mirroring interleaved (row/bank/col)
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-log.rst55 provide a cluster-coherent log for shared-storage. Device-mapper mirroring
H A Ddm-raid.rst21 raid1 RAID1 mirroring
119 respect to mirroring. If these options are left unspecified,
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_enc_test.c296 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 Dimximage.cfg108 * MDMISC mirroring interleaved (row/bank/col)
/OK3568_Linux_fs/kernel/Documentation/arm/omap/
H A Ddss.rst304 Rotation and mirroring currently only supports RGB565 and RGB8888 modes. VRFB
305 does not support mirroring.
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dhmm.rst23 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 Drk_venc_cmd.h571 RK_S32 mirroring; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_cmd.h571 RK_S32 mirroring; member
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu1_v2.c220 if (syntax->mirroring) in hal_jpege_vepu1_gen_regs()
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dcpuinfo.rst37 These feature definitions are organized mirroring the layout of CPUID
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c315 if (cfg->mirroring) in h264e_vepu_prep_setup()

123