Searched refs:thumbHeight (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish/camera/ |
D | Thumbnail.cpp | 83 int thumbWidth, int thumbHeight, int quality, in createThumbnail() argument 85 if (thumbWidth <= 0 || thumbHeight <= 0) { in createThumbnail() 87 __FUNCTION__, thumbWidth, thumbHeight); in createThumbnail() 94 thumbWidth, thumbHeight, &rawThumbnail)) { in createThumbnail() 102 thumbWidth, thumbHeight, in createThumbnail()
|
D | CallbackNotifier.cpp | 301 int thumbHeight = mCameraParameters.getInt( in onNextFrameAvailable() local 303 if (thumbWidth > 0 && thumbHeight > 0) { in onNextFrameAvailable() 305 width, height, thumbWidth, thumbHeight, in onNextFrameAvailable()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | Thumbnail.cpp | 128 int thumbWidth, int thumbHeight, int quality, in createThumbnail() argument 130 if (thumbWidth <= 0 || thumbHeight <= 0) { in createThumbnail() 132 __FUNCTION__, thumbWidth, thumbHeight); in createThumbnail() 139 thumbWidth, thumbHeight, &rawThumbnail)) { in createThumbnail() 148 quality, thumbWidth, thumbHeight); in createThumbnail()
|
D | CallbackNotifier.cpp | 256 int thumbHeight = cameraParameters->getInt( in onNextFrameAvailable() local 258 if (thumbWidth > 0 && thumbHeight > 0) { in onNextFrameAvailable() 260 width, height, thumbWidth, thumbHeight, in onNextFrameAvailable()
|
/device/generic/goldfish/camera/fake-pipeline2/ |
D | JpegCompressor.cpp | 136 int thumbWidth = 0, thumbHeight = 0; in compress() local 163 thumbHeight = entry.data.i32[1]; in compress() 169 if (thumbWidth > 0 && thumbHeight > 0) { in compress() 172 thumbWidth, thumbHeight, in compress()
|