Searched refs:frameValue (Results 1 – 2 of 2) sorted by relevance
88 FrameValue frameValue = outPort.fetchAvailableFrame(null).asFrameValue(); in onProcess() local89 frameValue.setValue(colorful); in onProcess()90 outPort.pushFrame(frameValue); in onProcess()
65 FrameValue frameValue = frame.asFrameValue(); in onFrameReceived() local66 mField.set(mFilter, frameValue.getValue()); in onFrameReceived()