Searched refs:pictureHeight (Results 1 – 5 of 5) sorted by relevance
79 ssize_t maxJpegSize = device->getJpegBufferSize(params.pictureWidth, params.pictureHeight); in updateStream()128 streamInfo.height != (uint32_t)params.pictureHeight) { in updateStream()149 params.pictureWidth, params.pictureHeight, in updateStream()
305 pictureHeight = availableJpegSizes[0].height; in initialize()309 pictureHeight = suggestedJpegSize.height; in initialize()312 pictureHeightLastSet = pictureHeight; in initialize()316 pictureHeight); in initialize()339 ALOG_ASSERT(pictureWidth > 0 && pictureHeight > 0, in initialize()340 "Invalid picture size, %d x %d", pictureWidth, pictureHeight); in initialize()341 float picAspectRatio = static_cast<float>(pictureWidth) / pictureHeight; in initialize()1594 &validatedParams.pictureHeight); in set()1596 validatedParams.pictureHeight != pictureHeight) { in set()1602 validatedParams.pictureHeight)) break; in set()[all …]
58 int pictureWidth, pictureHeight; member
145 int32_t pictureHeight = supportedSizes[i].height; in trySettingVideoSize() local147 if ((pictureWidth == width) && (pictureHeight == height)) { in trySettingVideoSize()
193 p.pictureWidth, p.pictureHeight); in dumpClient()