Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp5259 uint32_t totalPlaneSize = 0; in fillPbStreamConfig() local
5268 totalPlaneSize += (plane.stride * plane.scanline); in fillPbStreamConfig()
5271 config->image.padding = streamInfo->buf_planes.plane_info.frame_len - totalPlaneSize; in fillPbStreamConfig()