Home
last modified time | relevance | path

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

/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/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/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/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/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()
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dcommit.csv3591 …m/cts,fake_kbEkXpsfS6KMXV-8N_Y9-g@fakeemail.com,"Revert ""Hack to work around initial bad frames"""
5501 …core,fake_hrLg6uvZRAmxPEvIe67S0A@fakeemail.com,libbacktrace: correctly number frames when skipping.
5593 …,platform/system/core,fake_yqetFk_sRFWXcsJotEpt1A@fakeemail.com,Only skip frames for local unwinds.
6456 …tform/system/core,fake_yqetFk_sRFWXcsJotEpt1A@fakeemail.com,Clear dex pc to avoid duplicate frames.
11709 …a,platform/external/libvpx,fake_CrTo8ewKS4KfVWBHuiRzzA@fakeemail.com,Limit vpx decoder to 4K frames
13867 …ng various frame-related functions to report the place where the frames were entered/extra…
20947 …rm/external/libavc,fake_Nrt3xp95SZej-klzu5nAxQ@fakeemail.com,Bug fix for flush without valid frames
21658 …eric/goldfish,fake_8OgLRlCBRW6exdCl2TI4iw@fakeemail.com,Make fake camera frames resolution indepen…
21694 …vice/generic/goldfish,fake_SBvxKbPFQK2I6RCsLolkdw@fakeemail.com,Fix for dropped output audio frames
21732 …ic/goldfish,fake_8OgLRlCBRW6exdCl2TI4iw@fakeemail.com,Strip alignment bytes for camera video frames
[all …]