Home
last modified time | relevance | path

Searched refs:finalRow (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/
DDngCreator.java580 byte[] finalRow = new byte[BYTES_PER_RGB_PIX * width]; in convertToRGB()
594 yuvToRgb(yuvPixel, j * BYTES_PER_RGB_PIX, /*out*/finalRow); in convertToRGB()
596 buf.put(finalRow); in convertToRGB()
616 byte[] finalRow = new byte[BYTES_PER_RGB_PIX * width]; in convertToRGB()
621 colorToRgb(pixelRow[j], j * BYTES_PER_RGB_PIX, /*out*/finalRow); in convertToRGB()
623 buf.put(finalRow); in convertToRGB()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java485 final ExpandableNotificationRow finalRow = row; in activateRemoteInput() local
488 && showBouncerForRemoteInput(view, pendingIntent, finalRow)); in activateRemoteInput()