Searched refs:_ds_width_align (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | SPStreamProcUnit.cpp | 15 _ds_width_align = 0; in SPStreamProcUnit() 34 pAfTmp = (uint8_t*)malloc(_ds_width_align * _ds_height_align * sizeof(pAfTmp[0]) * 3 / 2); in start() 77 vbufInfo.init(V4L2_PIX_FMT_NV12, _ds_width_align, _ds_height_align, in new_video_buffer() 78 XCAM_ALIGN_UP(_ds_width_align, 4), _ds_height_align, 0); in new_video_buffer() 173 _ds_width_align = (_ds_width + 7) & (~7); in prepare() 175 int _stride = XCAM_ALIGN_UP(_ds_width_align, 64); in prepare() 179 … _src_width, _src_height, _ds_width, _ds_width_align, _ds_height, _ds_height_align, _stride); in prepare() 180 ret = _dev->set_format(_ds_width_align, _ds_height_align, pixelformat, V4L2_FIELD_NONE, 0); in prepare() 278 aligned_w = _ds_width_align; in get_sp_resolution()
|
| H A D | SPStreamProcUnit.h | 100 int _ds_width_align; variable
|
| H A D | CamHwIsp20.h | 349 uint32_t _ds_width_align; variable
|