Searched refs:pictureHeight (Results 1 – 5 of 5) sorted by relevance
99 ssize_t maxJpegSize = device->getJpegBufferSize(params.pictureWidth, params.pictureHeight); in updateStream()149 currentHeight != (uint32_t)params.pictureHeight) { in updateStream()170 params.pictureWidth, params.pictureHeight, in updateStream()
293 pictureHeight = availableJpegSizes[0].height; in initialize()295 pictureHeightLastSet = pictureHeight; in initialize()299 pictureHeight); in initialize()322 ALOG_ASSERT(pictureWidth > 0 && pictureHeight > 0, in initialize()323 "Invalid picture size, %d x %d", pictureWidth, pictureHeight); in initialize()324 float picAspectRatio = static_cast<float>(pictureWidth) / pictureHeight; in initialize()1480 &validatedParams.pictureHeight); in set()1482 validatedParams.pictureHeight != pictureHeight) { in set()1488 validatedParams.pictureHeight)) break; in set()1493 validatedParams.pictureHeight); in set()[all …]
56 int pictureWidth, pictureHeight; member
144 int32_t pictureHeight = supportedSizes[i].height; in trySettingVideoSize() local146 if ((pictureWidth == width) && (pictureHeight == height)) { in trySettingVideoSize()
172 p.pictureWidth, p.pictureHeight); in dumpClient()