Searched refs:Cur (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/pci/ngene/ |
| H A D | ngene-core.c | 75 struct SBufferHeader *Cur = chan->nextBuffer; in demux_tasklet() local 79 while (Cur->ngeneBuffer.SR.Flags & 0x80) { in demux_tasklet() 82 if (Cur->ngeneBuffer.SR.Flags & 0x20) in demux_tasklet() 86 Cur->Buffer1, in demux_tasklet() 88 Cur->ngeneBuffer.SR. in demux_tasklet() 102 Cur->ngeneBuffer.SR.Flags &= in demux_tasklet() 115 Cur->ngeneBuffer.SR.Flags &= ~0x40; in demux_tasklet() 122 Cur->ngeneBuffer.SR.DTOUpdate = in demux_tasklet() 131 if (Cur->ngeneBuffer.SR.Flags & 0x01) in demux_tasklet() 133 if (Cur->ngeneBuffer.SR.Flags & 0x20) in demux_tasklet() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/detail/ |
| H A D | segmented_fold_until_impl.hpp | 44 template <typename Cur, typename Context> 49 Cur 68 template <typename Cur, typename Context> 70 inline typename result_of::make_segmented_iterator<Cur, Context>::type 71 make_segmented_iterator(Cur const& cur, Context const& context) in make_segmented_iterator() 73 typedef result_of::make_segmented_iterator<Cur, Context> impl_type; in make_segmented_iterator() 118 template <typename Cur, typename End, typename Context> 121 typedef iterator_range<Cur, End> range_type; 125 static type call(Cur const& cur, End const& end, Context const& context) in call()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | Isp20Params.h | 112 void hdrtmoGetLumaInfo(rk_aiq_luma_params_t * Next, rk_aiq_luma_params_t *Cur, 114 … void hdrtmoGetAeInfo(RKAiqAecExpInfo_t* Next, RKAiqAecExpInfo_t* Cur, s32 frameNum, float* expo);
|
| H A D | Isp20Params.cpp | 3466 Isp20Params::hdrtmoGetLumaInfo(rk_aiq_luma_params_t * Next, rk_aiq_luma_params_t *Cur, in hdrtmoGetLumaInfo() argument 3488 curSLuma[i] = (float)Cur->luma[0][i]; in hdrtmoGetLumaInfo() 3497 curSLuma[i] = (float)Cur->luma[1][i]; in hdrtmoGetLumaInfo() 3505 curLLuma[i] = (float)Cur->luma[0][i]; in hdrtmoGetLumaInfo() 3515 curSLuma[i] = (float)Cur->luma[2][i]; in hdrtmoGetLumaInfo() 3521 curMLuma[i] = (float)Cur->luma[1][i]; in hdrtmoGetLumaInfo() 3527 curLLuma[i] = (float)Cur->luma[0][i]; in hdrtmoGetLumaInfo() 3544 Isp20Params::hdrtmoGetAeInfo(RKAiqAecExpInfo_t* Next, RKAiqAecExpInfo_t* Cur, s32 frameNum, float* … in hdrtmoGetAeInfo() argument 3561 curSExpo = Cur->LinearExp.exp_real_params.analog_gain * \ in hdrtmoGetAeInfo() 3562 Cur->LinearExp.exp_real_params.integration_time; in hdrtmoGetAeInfo() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/mod/ |
| H A D | modpost.c | 1656 #define is_second_extable_reloc(Start, Cur, Sec) \ argument 1657 (((Cur) == (Start) + 1) && (strcmp("__ex_table", (Sec)) == 0))
|