Home
last modified time | relevance | path

Searched refs:frames (Results 1 – 9 of 9) 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/scripts/
Dnative_heapdump_viewer_tests.py118 self.assertEqual([0x1000, 0x2000, 0x3000], backtraces[0].frames)
123 self.assertEqual([0x1300, 0x2300, 0x3300], backtraces[1].frames)
134 self.assertEqual([0x1000, 0x2000, 0x3000], backtraces[0].frames)
139 self.assertEqual([0x1300, 0x2300, 0x3300], backtraces[1].frames)
150 self.assertEqual([0x3000, 0x2000, 0x1000], backtraces[0].frames)
155 self.assertEqual([0x3300, 0x2300, 0x1300], backtraces[1].frames)
Dnative_heapdump_viewer.py97 def __init__(self, is_zygote, size, num_allocs, frames): argument
101 self.frames = frames
237 frames = list(map(lambda x: int(x, 16), parts[7:]))
239 frames = list(reversed(frames))
240 backtraces.append(Backtrace(is_zygote, size, num_allocs, frames))
292 for addr in backtrace.frames:
463 for addr in backtrace.frames:
/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()