Home
last modified time | relevance | path

Searched refs:vv (Results 1 – 25 of 42) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/media/common/saa7146/
H A Dsaa7146_video.c15 (((vv->video_status & STATUS_CAPTURE) != 0) && (vv->video_fh == fh))
18 (((vv->video_status & STATUS_OVERLAY) != 0) && (vv->video_fh == fh))
99 struct saa7146_vv *vv = dev->vv_data; in saa7146_start_preview() local
106 if (vv->ov.fh == NULL) { in saa7146_start_preview()
119 if (vv->video_fh == fh) { in saa7146_start_preview()
132 fmt.fmt.win = vv->ov.win; in saa7146_start_preview()
135 saa7146_res_free(vv->video_fh, RESOURCE_DMA1_HPS|RESOURCE_DMA2_CLP); in saa7146_start_preview()
138 vv->ov.win = fmt.fmt.win; in saa7146_start_preview()
141 vv->ov.win.w.width, vv->ov.win.w.height, in saa7146_start_preview()
142 vv->ov.win.w.left, vv->ov.win.w.top, in saa7146_start_preview()
[all …]
H A Dsaa7146_vbi.c8 struct saa7146_vv *vv = dev->vv_data; in vbi_workaround() local
98 add_wait_queue(&vv->vbi_wq, &wait); in vbi_workaround()
109 remove_wait_queue(&vv->vbi_wq, &wait); in vbi_workaround()
137 struct saa7146_vv *vv = dev->vv_data; in saa7146_set_vbi_capture() local
142 unsigned long e_wait = vv->current_hps_sync == SAA7146_HPS_SYNC_PORT_A ? CMD_E_FID_A : CMD_E_FID_B; in saa7146_set_vbi_capture()
143 unsigned long o_wait = vv->current_hps_sync == SAA7146_HPS_SYNC_PORT_A ? CMD_O_FID_A : CMD_O_FID_B; in saa7146_set_vbi_capture()
209 struct saa7146_vv *vv = dev->vv_data; in buffer_activate() local
215 mod_timer(&vv->vbi_dmaq.timeout, jiffies+BUFFER_TIMEOUT); in buffer_activate()
294 struct saa7146_vv *vv = dev->vv_data; in buffer_queue() local
298 saa7146_buffer_queue(dev, &vv->vbi_dmaq, buf); in buffer_queue()
[all …]
H A Dsaa7146_hlp.c22 static void calculate_hxo_and_hyo(struct saa7146_vv *vv, u32* hps_h_scale, u32* hps_ctrl) in calculate_hxo_and_hyo() argument
26 hyo = vv->standard->v_offset; in calculate_hxo_and_hyo()
27 hxo = vv->standard->h_offset; in calculate_hxo_and_hyo()
341 struct saa7146_vv *vv = dev->vv_data; in calculate_clipping_registers_rect() local
342 __le32 *clipping = vv->d_clipping.cpu_addr; in calculate_clipping_registers_rect()
344 int width = vv->ov.win.w.width; in calculate_clipping_registers_rect()
345 int height = vv->ov.win.w.height; in calculate_clipping_registers_rect()
346 int clipcount = vv->ov.nclips; in calculate_clipping_registers_rect()
366 x[i] = vv->ov.clips[i].c.left; in calculate_clipping_registers_rect()
367 y[i] = vv->ov.clips[i].c.top; in calculate_clipping_registers_rect()
[all …]
H A Dsaa7146_fops.c13 struct saa7146_vv *vv = dev->vv_data; in saa7146_res_get() local
17 bit, vv->resources); in saa7146_res_get()
23 if (vv->resources & bit) { in saa7146_res_get()
25 vv->resources, bit); in saa7146_res_get()
31 vv->resources |= bit; in saa7146_res_get()
32 DEB_D("res: get 0x%02x, cur:0x%02x\n", bit, vv->resources); in saa7146_res_get()
39 struct saa7146_vv *vv = dev->vv_data; in saa7146_res_free() local
44 vv->resources &= ~bits; in saa7146_res_free()
45 DEB_D("res: put 0x%02x, cur:0x%02x\n", bits, vv->resources); in saa7146_res_free()
471 struct saa7146_vv *vv; in saa7146_vv_init() local
[all …]
/OK3568_Linux_fs/u-boot/arch/nios2/lib/
H A Dlibgcc.c365 DWunion vv = {.ll = v}; in __divdi3() local
371 if (vv.s.high < 0) in __divdi3()
373 vv.ll = -vv.ll; in __divdi3()
375 w = __udivmoddi4 (uu.ll, vv.ll, (UDWtype *) 0); in __divdi3()
397 const DWunion vv = {.ll = v}; in __muldi3() local
398 DWunion w = {.ll = __umulsidi3 (uu.s.low, vv.s.low)}; in __muldi3()
400 w.s.high += ((UWtype) uu.s.low * (UWtype) vv.s.high in __muldi3()
401 + (UWtype) uu.s.high * (UWtype) vv.s.low); in __muldi3()
411 DWunion vv = {.ll = v}; in __moddi3() local
417 if (vv.s.high < 0) in __moddi3()
[all …]
/OK3568_Linux_fs/kernel/lib/raid6/
H A Dint.uc62 unative_t vv;
64 vv = (v << 1) & NBYTES(0xfe);
65 return vv;
74 unative_t vv;
76 vv = v & NBYTES(0x80);
77 vv = (vv << 1) - (vv >> 7); /* Overflow on the top bit is OK */
78 return vv;
/OK3568_Linux_fs/u-boot/arch/microblaze/lib/
H A Dmuldi3.c66 DIunion uu, vv; in __muldi3() local
68 uu.ll = u, vv.ll = v; in __muldi3()
70 w.ll = __umulsidi3(uu.s.low, vv.s.low); in __muldi3()
71 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3()
72 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
/OK3568_Linux_fs/u-boot/arch/m68k/lib/
H A Dmuldi3.c61 DIunion uu, vv; in __muldi3() local
64 vv.ll = v; in __muldi3()
66 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3()
67 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3()
68 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
/OK3568_Linux_fs/kernel/arch/m68k/lib/
H A Dmuldi3.c85 DIunion uu, vv; in __muldi3() local
88 vv.ll = v; in __muldi3()
90 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3()
91 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3()
92 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
/OK3568_Linux_fs/kernel/lib/
H A Dmuldi3.c52 const DWunion vv = {.ll = v}; in __muldi3() local
53 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3()
55 w.s.high += ((unsigned long) uu.s.low * (unsigned long) vv.s.high in __muldi3()
56 + (unsigned long) uu.s.high * (unsigned long) vv.s.low); in __muldi3()
/OK3568_Linux_fs/kernel/arch/microblaze/lib/
H A Dmuldi3.c50 const DWunion vv = {.ll = v}; in __muldi3() local
51 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3()
53 w.s.high += ((unsigned long) uu.s.low * (unsigned long) vv.s.high in __muldi3()
54 + (unsigned long) uu.s.high * (unsigned long) vv.s.low); in __muldi3()
/OK3568_Linux_fs/kernel/arch/h8300/lib/
H A Dmuldi3.c38 const DWunion vv = {.ll = v}; in __muldi3() local
39 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3()
41 w.s.high += ((UWtype) uu.s.low * (UWtype) vv.s.high in __muldi3()
42 + (UWtype) uu.s.high * (UWtype) vv.s.low); in __muldi3()
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dmpi-add.c136 MPI vv = mpi_copy(v); in mpi_sub() local
137 vv->sign = !vv->sign; in mpi_sub()
138 mpi_add(w, u, vv); in mpi_sub()
139 mpi_free(vv); in mpi_sub()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dmain_desktop.cpp285 struct view_info vv = {0, 0, 1024, 600}; in startAllCameraWithPreview() local
300 struct view_info vv = {0, 0, 1024, 600}; in CameraSwitch() local
301 m_pDvrs[iCameraId]->startPriview(vv); in CameraSwitch()
421 struct view_info vv = {0, 0, 1024, 600}; in on_main_desktop_visible() local
422 m_pDvrs[m_iCurCamera]->startPriview(vv); in on_main_desktop_visible()
517 struct view_info vv = {0, 0, 1024, 600}; in on_pushButton_clicked() local
518 m_pDvrs[m_iCurCamera]->startPriview(vv); in on_pushButton_clicked()
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Dav7110_v4l.c219 struct saa7146_vv *vv = dev->vv_data; in av7110_dvb_c_switch() local
226 if ((vv->video_status & STATUS_OVERLAY) != 0) { in av7110_dvb_c_switch()
227 vv->ov_suspend = vv->video_fh; in av7110_dvb_c_switch()
228 …err = saa7146_stop_preview(vv->video_fh); /* side effect: video_status is now 0, video_fh is NULL … in av7110_dvb_c_switch()
231 vv->ov_suspend = NULL; in av7110_dvb_c_switch()
303 if (vv->ov_suspend != NULL) { in av7110_dvb_c_switch()
304 saa7146_start_preview(vv->ov_suspend); in av7110_dvb_c_switch()
305 vv->ov_suspend = NULL; in av7110_dvb_c_switch()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/
H A Dpidgin-sipe_1.25.0.bb24 #PACKAGECONFIG[voice_and_video] = "--with-vv=yes,--with-vv=no,libnice gstreamer"
H A Dpidgin_2.14.2.bb35 PACKAGECONFIG[vv] = "--enable-vv,--disable-vv,gstreamer"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Ddefault_ops.hpp258 T vv; in eval_add_default() local
259 vv = v; in eval_add_default()
260 eval_add(t, u, vv); in eval_add_default()
265 T vv(v); in eval_add_default() local
266 eval_add(t, u, vv); in eval_add_default()
316 T vv; in eval_subtract_default() local
317 vv = v; in eval_subtract_default()
318 eval_subtract(t, u, vv); in eval_subtract_default()
323 T vv(v); in eval_subtract_default() local
324 eval_subtract(t, u, vv); in eval_subtract_default()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dsoftfloat.hpp189 uint_fast32_t vv = (v & 0x007fffff) | (127 << 23); in getFrac() local
190 return softfloat::fromRaw(vv); in getFrac()
331 uint_fast64_t vv = (v & 0x000FFFFFFFFFFFFF) | ((uint_fast64_t)(1023) << 52); in getFrac() local
332 return softdouble::fromRaw(vv); in getFrac()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dsoftfloat.hpp189 uint_fast32_t vv = (v & 0x007fffff) | (127 << 23); in getFrac() local
190 return softfloat::fromRaw(vv); in getFrac()
331 uint_fast64_t vv = (v & 0x000FFFFFFFFFFFFF) | ((uint_fast64_t)(1023) << 52); in getFrac() local
332 return softdouble::fromRaw(vv); in getFrac()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dsoftfloat.hpp189 uint_fast32_t vv = (v & 0x007fffff) | (127 << 23); in getFrac() local
190 return softfloat::fromRaw(vv); in getFrac()
331 uint_fast64_t vv = (v & 0x000FFFFFFFFFFFFF) | ((uint_fast64_t)(1023) << 52); in getFrac() local
332 return softdouble::fromRaw(vv); in getFrac()
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Ddigitv.c26 u8 cmd, u8 vv, u8 *wbuf, int wlen, u8 *rbuf, int rlen) in digitv_ctrl_msg() argument
40 st->sndbuf[1] = vv; in digitv_ctrl_msg()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-aspectlib/
H A D0001-Remove-tornado-6-test-constraint.-Ref-15.patch41 {posargs:pytest --cov --cov-report=term-missing -vv --ignore=src}
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf.txt23 -vv::
/OK3568_Linux_fs/u-boot/lib/bzip2/
H A Dbzlib_blocksort.c883 Int32 vv; in mainSort() local
889 vv = runningOrder[i]; in mainSort()
891 while ( BIGFREQ(runningOrder[j-h]) > BIGFREQ(vv) ) { in mainSort()
897 runningOrder[j] = vv; in mainSort()

12