Searched refs:imageFrame (Results 1 – 5 of 5) sorted by relevance
109 Frame imageFrame = pullInput("image"); in process() local112 createProgram(env, imageFrame.getFormat()); in process()118 MutableFrameFormat outputFormat = imageFrame.getFormat().mutableCopy(); in process()131 mProgram.process(imageFrame, output); in process()
88 Frame imageFrame = pullInput("image"); in process() local96 GLFrame output = (GLFrame)env.getFrameManager().duplicateFrame(imageFrame); in process()
65 FrameImage2D imageFrame = getConnectedInputPort("image").pullFrame().asFrameImage2D(); in onProcess() local68 int[] dims = imageFrame.getDimensions(); in onProcess()69 ByteBuffer buffer = imageFrame.lockBytes(Frame.MODE_WRITE); in onProcess()76 imageFrame.unlock(); in onProcess()79 outPort.pushFrame(imageFrame); in onProcess()
88 FrameBuffer2D imageFrame = getConnectedInputPort("image").pullFrame().asFrameImage2D(); in onProcess() local95 ByteBuffer imageBuffer = imageFrame.lockBytes(Frame.MODE_READ); in onProcess()104 imageFrame.unlock(); in onProcess()
677 final View imageFrame = view.findViewById(com.android.internal.R.id.icon_frame); in onBindView() local678 if (imageFrame != null) { in onBindView()680 imageFrame.setVisibility(View.VISIBLE); in onBindView()682 imageFrame.setVisibility(mIconSpaceReserved ? View.INVISIBLE : View.GONE); in onBindView()