HomeSort by relevance Sort by last modified time
    Searched defs:imageFrame (Results 1 - 10 of 10) sorted by null

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
NewChromaHistogramFilter.java 88 FrameBuffer2D imageFrame = getConnectedInputPort("image").pullFrame().asFrameImage2D();
95 ByteBuffer imageBuffer = imageFrame.lockBytes(Frame.MODE_READ);
104 imageFrame.unlock();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
FaceSquareFilter.java 65 FrameImage2D imageFrame = getConnectedInputPort("image").pullFrame().asFrameImage2D();
68 int[] dims = imageFrame.getDimensions();
69 ByteBuffer buffer = imageFrame.lockBytes(Frame.MODE_WRITE);
76 imageFrame.unlock();
79 outPort.pushFrame(imageFrame);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
CropFilter.java 109 Frame imageFrame = pullInput("image");
112 createProgram(env, imageFrame.getFormat());
118 MutableFrameFormat outputFormat = imageFrame.getFormat().mutableCopy();
131 mProgram.process(imageFrame, output);
DrawRectFilter.java 88 Frame imageFrame = pullInput("image");
96 GLFrame output = (GLFrame)env.getFrameManager().duplicateFrame(imageFrame);
  /frameworks/base/core/java/android/preference/
Preference.java 580 final View imageFrame = view.findViewById(com.android.internal.R.id.icon_frame);
581 if (imageFrame != null) {
582 imageFrame.setVisibility(mIcon != null ? View.VISIBLE : View.GONE);
    [all...]
  /frameworks/support/v7/preference/src/android/support/v7/preference/
Preference.java 520 View imageFrame = holder.findViewById(R.id.icon_frame);
521 if (imageFrame == null) {
522 imageFrame = holder.findViewById(AndroidResources.ANDROID_R_ICON_FRAME);
524 if (imageFrame != null) {
525 imageFrame.setVisibility(mIcon != null ? View.VISIBLE : View.GONE);
    [all...]
  /prebuilts/sdk/current/support/v7/preference/libs/
android-support-v7-preference.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 443 milliseconds