Home
last modified time | relevance | path

Searched refs:srch (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A Ddisplay.c93 static void display_compose(void *srcp, int srcw, int srch, int fmt, int x, int y) in display_compose() argument
100 rga_set_rect(&src.rect, 0, 0, srcw, srch, srcw, srch, fmt); in display_compose()
105 rga_set_rect(&dst.rect, x, y, srcw, srch, win0.width, win0.height, fmt); in display_compose()
233 void display_win(void *srcp, int fmt, int srcw, int srch, int rotation, void *dstp, int dstw, int d… in display_win() argument
241 rga_set_rect(&src.rect, 0, 0, srcw, srch, srcw, srch, fmt); in display_win()
/OK3568_Linux_fs/kernel/drivers/media/pci/cx88/
H A Dcx88-dsp.c239 const struct sram_channel *srch = &cx88_sram_channels[SRAM_CH27]; in read_rds_samples() local
243 unsigned int bpl = srch->fifo_size / AUD_RDS_LINES; in read_rds_samples()
247 u32 current_address = cx_read(srch->ptr1_reg); in read_rds_samples()
248 u32 offset = (current_address - srch->fifo_start + bpl); in read_rds_samples()
253 current_address - srch->fifo_start, sample_count, in read_rds_samples()
263 samples[i] = cx_read(srch->fifo_start + offset); in read_rds_samples()
/OK3568_Linux_fs/kernel/arch/m68k/math-emu/
H A Dmulti_arith.h130 #define fp_div64(quot, rem, srch, srcl, div) \ argument
132 : "dm" (div), "1" (srch), "0" (srcl))
154 #define fp_sub96c(dest, srch, srcm, srcl) ({ \ argument
161 : "d" (srch), "1" (dest.m32[0])); \
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_vop.h196 static inline int scl_get_vskiplines(uint32_t srch, uint32_t dsth) in scl_get_vskiplines() argument
201 if (srch >= vskiplines * dsth * MIN_SCL_FT_AFTER_VSKIP) in scl_get_vskiplines()
/OK3568_Linux_fs/debian/packages-patches/mpv/0.29.1/
H A D0004-vo_opengl-x11egl-Support-drm-hwdec.patch264 drm_object_set_property(request, p->ctx->video_plane, "SRC_H", srch << 16);
276 p->src.x0 << 16, p->src.y0 << 16 , srcw << 16, srch << 16);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.h1599 static inline int scl_get_vskiplines(uint32_t srch, uint32_t dsth) in scl_get_vskiplines() argument
1604 if (srch >= vskiplines * dsth * MIN_SCL_FT_AFTER_VSKIP) in scl_get_vskiplines()