Searched refs:pictureHeight (Results 1 – 5 of 5) sorted by relevance
87 params.pictureWidth, params.pictureHeight); in updateStream()136 streamInfo.height != (uint32_t)params.pictureHeight) { in updateStream()157 params.pictureWidth, params.pictureHeight, in updateStream()
327 pictureHeight = availableJpegSizes[0].height; in initialize()331 pictureHeight = suggestedJpegSize.height; in initialize()334 pictureHeightLastSet = pictureHeight; in initialize()338 pictureHeight); in initialize()361 ALOG_ASSERT(pictureWidth > 0 && pictureHeight > 0, in initialize()362 "Invalid picture size, %d x %d", pictureWidth, pictureHeight); in initialize()363 float picAspectRatio = static_cast<float>(pictureWidth) / pictureHeight; in initialize()1632 &validatedParams.pictureHeight); in set()1634 validatedParams.pictureHeight != pictureHeight) { in set()1640 validatedParams.pictureHeight)) break; in set()[all …]
58 int pictureWidth, pictureHeight; member
141 int32_t pictureHeight = supportedSizes[i].height; in trySettingVideoSize() local143 if ((pictureWidth == width) && (pictureHeight == height)) { in trySettingVideoSize()
219 p.pictureWidth, p.pictureHeight); in dumpClient()