Searched refs:_ds_height_align (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | SPStreamProcUnit.cpp | 16 _ds_height_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() 174 _ds_height_align = (_ds_height + 7) & (~7); 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() 279 aligned_h = _ds_height_align; in get_sp_resolution()
|
| H A D | SPStreamProcUnit.h | 101 int _ds_height_align; variable
|