Home
last modified time | relevance | path

Searched refs:frames (Results 1 – 7 of 7) sorted by relevance

/development/samples/browseable/MediaEffects/
D_index.jd9 These APIs let you apply effects to image frames represented as OpenGL ES 2.0 textures.
10 Image frames can be images loaded from disk, frames from the device\'s camera, or other
/development/tools/bugreport/src/com/android/bugreport/stacks/
DThreadSnapshot.java38 public ArrayList<StackFrameSnapshot> frames = new ArrayList<StackFrameSnapshot>(); field in ThreadSnapshot
76 N = that.frames.size(); in ThreadSnapshot()
78 this.frames.add(that.frames.get(i).clone()); in ThreadSnapshot()
DThreadSnapshotParser.java182 result.frames.add(frame); in parse()
190 result.frames.add(frame); in parse()
198 result.frames.add(frame); in parse()
203 result.frames.add(frame); in parse()
214 result.frames.add(frame); in parse()
223 result.frames.add(frame); in parse()
281 result.frames.add(frame); in parse()
288 result.frames.add(frame); in parse()
307 for (StackFrameSnapshot frame: result.frames) { in parse()
/development/samples/browseable/HdrViewfinder/
D_index.jd9 the sensor\'s exposure time between two exposure values on even and odd frames, and then
10 compositing together the latest two frames whenever a new frame is captured.
/development/tools/bugreport/src/com/android/bugreport/inspector/
DInspector.java203 for (StackFrameSnapshot frame: thread.frames) { in combineLocks()
239 final int N = thread.frames.size(); in markOutgoingBinderThread()
242 frame = thread.frames.get(i); in markOutgoingBinderThread()
262 frame = thread.frames.get(i); in markOutgoingBinderThread()
278 frame = thread.frames.get(i); in markOutgoingBinderThread()
296 final int N = thread.frames.size(); in markIncomingBinderThread()
299 frame = thread.frames.get(i); in markIncomingBinderThread()
319 frame = thread.frames.get(i); in markIncomingBinderThread()
333 frame = thread.frames.get(i); in markIncomingBinderThread()
505 final ArrayList<StackFrameSnapshot> frames = thread.frames; in matchesJavaStack() local
[all …]
/development/samples/browseable/BasicMediaDecoder/
D_index.jd8 This activity uses a TextureView to render the frames of a video decoded using the
/development/tools/bugreport/src/com/android/bugreport/html/
DRenderer.java294 N = thread.frames.size(); in makeThreadSnapshotHdf()
297 thread.frames.get(i)); in makeThreadSnapshotHdf()