Home
last modified time | relevance | path

Searched refs:w (Results 1 – 3 of 3) sorted by relevance

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DImageReaderSubPane.java340 int w = mConfiguredSize.getWidth() / SCALE_FACTOR; in updateImage() local
350 int[] imgArray = new int[w * h]; in updateImage()
363 for (int x = 0, i = 0; x < w; x++) { in updateImage()
373 imgBitmap = Bitmap.createBitmap(imgArray, w, h, Bitmap.Config.ARGB_8888); in updateImage()
380 int w = mConfiguredSize.getWidth() / SCALE_FACTOR; in updateImage() local
384 int[] imgArray = new int[w * h]; in updateImage()
394 for (int x = 0, i = 0; x < w; x++, i += SCALE_FACTOR, j++) { in updateImage()
401 imgBitmap = Bitmap.createBitmap(imgArray, w, h, Bitmap.Config.ARGB_8888); in updateImage()
412 int w = img.getWidth(); in updateImage() local
417 imgBitmap = convertDepthToFalseColor(y16Buffer, w, h, stride, SCALE_FACTOR); in updateImage()
[all …]
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
DCameraRecordingStream.java150 Log.w(TAG, "Can not detach surface when recording stream is in IDLE state"); in onConfiguringOutputs()
157 Log.w(TAG, "Can only add surface when recording stream is in CONFIGURED state"); in onConfiguringOutputs()
176 Log.w(TAG, "Can not detach surface when recording stream is in IDLE state"); in onConfiguringRequest()
183 Log.w(TAG, "Can only add surface when recording stream is in CONFIGURED state"); in onConfiguringRequest()
194 Log.w(TAG, "Recording stream is already started"); in start()
227 Log.w(TAG, "Recording stream is not started yet"); in stop()
545 Log.w(TAG, "unexpected result from encoder.dequeueOutputBuffer: " + encoderStatus); in doMediaCodecEncoding()
588 Log.w(TAG, "reached end of stream unexpectedly"); in doMediaCodecEncoding()
DCameraOps.java595 Log.w(TAG, "Unable to get recording sizes, default to 640x480"); in getRecordingSize()
609 Log.w(TAG, in getRecordingSize()