Searched refs:imageFrame (Results 1 – 6 of 6) 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()
520 View imageFrame = holder.findViewById(R.id.icon_frame); in onBindViewHolder() local521 if (imageFrame == null) { in onBindViewHolder()522 imageFrame = holder.findViewById(AndroidResources.ANDROID_R_ICON_FRAME); in onBindViewHolder()524 if (imageFrame != null) { in onBindViewHolder()525 imageFrame.setVisibility(mIcon != null ? View.VISIBLE : View.GONE); in onBindViewHolder()
580 final View imageFrame = view.findViewById(com.android.internal.R.id.icon_frame); in onBindView() local581 if (imageFrame != null) { in onBindView()582 imageFrame.setVisibility(mIcon != null ? View.VISIBLE : View.GONE); in onBindView()