Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DThumbnail.cpp83 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()
DCallbackNotifier.cpp299 int thumbWidth = 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/
DThumbnail.cpp128 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()
DCallbackNotifier.cpp254 int thumbWidth = 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/
DJpegCompressor.cpp136 int thumbWidth = 0, thumbHeight = 0; in compress() local
162 thumbWidth = entry.data.i32[0]; in compress()
169 if (thumbWidth > 0 && thumbHeight > 0) { in compress()
172 thumbWidth, thumbHeight, in compress()