Home
last modified time | relevance | path

Searched refs:dstWidth (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_convert_otp.cpp18 int32_t dstWidth = cur_res->width; in convertLscTableParameter() local
22 srcLscWidth, srcLscHeight, dstWidth, in convertLscTableParameter()
25 if (dstWidth == srcLscWidth && dstHeight == srcLscHeight) { in convertLscTableParameter()
29 if (dstWidth > srcLscWidth && dstHeight > srcLscHeight) in convertLscTableParameter()
31 if ((dstWidth / 2 <= srcLscWidth) && (dstHeight / 2 <= srcLscHeight)) in convertLscTableParameter()
33 dstWidth = dstWidth / 2; in convertLscTableParameter()
37 srcLscWidth, srcLscHeight, dstWidth, dstHeight); in convertLscTableParameter()
40 } else if (dstWidth < srcLscWidth && dstHeight < srcLscHeight) { in convertLscTableParameter()
41 if ((dstWidth <= srcLscWidth / 2) && (dstHeight <= srcLscHeight / 2)) in convertLscTableParameter()
52 dstWidth = 2 * (int32_t)(dstWidth / (ratio * 2)); in convertLscTableParameter()
[all …]
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/
H A Drga_im2d_slt.cpp210 int dstWidth,dstHeight,dstFormat; in pthread_rga_run() local
236 dstWidth = data->width; in pthread_rga_run()
253 …drm_dst.drm_buf = (uint8_t *)drm_buf_alloc(dstWidth, dstHeight, get_bpp_from_format(dstFormat) * 8, in pthread_rga_run()
267 memset(dst_va, 0xff, dstWidth * dstHeight * get_bpp_from_format(dstFormat)); in pthread_rga_run()
272 …drm_dst.drm_buf = (uint8_t *)drm_buf_alloc(dstWidth, dstHeight * 1.5, get_bpp_from_format(dstForma… in pthread_rga_run()
286 memset(dst_va, 0xff, dstWidth * dstHeight * 1.5 * get_bpp_from_format(dstFormat)); in pthread_rga_run()
290 dst = wrapbuffer_fd(drm_dst.drm_buffer_fd, dstWidth, dstHeight, dstFormat); in pthread_rga_run()
299 dst_buf = GraphicBuffer_Init(dstWidth, dstHeight * 1.5, dstFormat, in pthread_rga_run()
304 dst_buf = GraphicBuffer_Init(dstWidth, dstHeight, dstFormat, in pthread_rga_run()
316 …if(-1 == GraphicBuffer_Fill(dst_buf, dstWidth, dstHeight, dstFormat, EMPTY_BUFF, 0xff, data->rd_mo… in pthread_rga_run()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/src/
H A DRkIspFecGenMesh.cpp26 int32_t dstWidth, int32_t dstHeight, in init() argument
44 printf("I: src w: %d, h: %d, dst w: %d, h: %d\n", srcWidth, srcHeight, dstWidth, dstHeight); in init()
79 genFecMeshInit(srcWidth, srcHeight, dstWidth, dstHeight, mParams, mCoeff); in init()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpush.c101 int dstWidth; in fbPushFill() local
106 dstWidth = width * dstBpp; in fbPushFill()
114 dstWidth, in fbPushFill()
126 dstWidth, in fbPushFill()
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/include_prv/
H A DRkIspFecGenMesh.h33 int32_t init(int32_t srcWidth, int32_t srcHeight, int32_t dstWidth, int32_t dstHeight,
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A DppOp.h65 RK_U32 dstWidth; // 16 align max 2048 member
H A DppOp.cpp163 opt.dstWidth = DST_WIDTH; in main()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h1448 uint32 dstWidth; member