Home | History | Annotate | Download | only in filterfw

Lines Matching defs:FRAME

216                 throw new RuntimeException("Attempting to grab camera frame from unknown "
340 throw new RuntimeException("Attempting to grab camera frame from unknown "
599 // Server frame has been updated already, simply inform clients here.
623 // Convert pixels into target frame
749 public static final int FRAME = 2;
821 /** The platform-dependent camera frame handler. */
907 case Event.FRAME:
935 pushEvent(Event.FRAME, false);
1108 // Make sure we stay in state running while we are grabbing the frame.
1522 * The frame-client callback interface.
1591 * Sets the desired camera frame-rate.
1592 * Note, that the actual frame-rate may vary.
1705 * Get the actual camera frame-rate.
1706 * Returns 0 if actual frame-rate is not yet known.
1772 * Registers the frame-client with the camera.
1780 * Unregisters the frame-client with the camera.
1788 * Gets the latest camera frame for the client.
1791 * The frame passed in will be resized by the camera streamer to fit the camera frame.
1792 * Returns false if the frame could not be grabbed. This may happen if the camera has been
1795 * @return true, if the frame was grabbed successfully.