HomeSort by relevance Sort by last modified time
    Searched defs:frames (Results 151 - 175 of 573) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/annotation-tools/asmx/src/org/objectweb/asm/util/
CheckClassAdapter.java 139 Frame[] frames = a.getFrames(); local
148 Frame f = frames[j];
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
LaunchedDebugger.java 177 throw new TestErrorException("Error during performing ThreadReference::Frames command");
180 int frames = reply.getNextValueAsInt(); local
181 FrameInfo[] frameInfos = new FrameInfo[frames];
182 for (int i = 0; i < frames; i++) {
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
ProbeArrayStrategyFactoryTest.java 267 private boolean frames; field in class:ProbeArrayStrategyFactoryTest.AddedMethod
275 void assertInitMethod(boolean frames) {
279 assertEquals(Boolean.valueOf(frames), Boolean.valueOf(frames));
286 assertEquals(Boolean.valueOf(false), Boolean.valueOf(frames));
320 m.frames = true;
374 void assertInitMethod(boolean frames) {
376 cv.methods.get(0).assertInitMethod(frames);
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 74 * Frame[] frames = analyzer.analyze(clazz, method);
75 * frames[0].getLocal(0).getCtClass(); // returns clazz;
76 * frames[0].getLocal(1).getCtClass(); // returns java.lang.String
77 * frames[1].peek(); // returns Type.INTEGER
78 * frames[27].peek().getCtClass(); // returns java.lang.Number
89 private Frame[] frames; field in class:Analyzer
139 frames = new Frame[codeLength];
140 frames[iter.lookAhead()] = firstFrame(method, maxLocals, maxStack);
146 return frames;
173 Frame frame = frames[pos].copy()
    [all...]
  /external/javassist/src/test/test/javassist/bytecode/analysis/
AnalyzerTest.java 72 Frame[] frames = analyzer.analyze(method.getDeclaringClass(), info); local
73 assertNotNull(frames);
75 Frame frame = frames[pos];
106 Frame[] frames = analyzer.analyze(method.getDeclaringClass(), info); local
107 assertNotNull(frames);
108 Frame frame = frames[pos];
126 Frame[] frames = analyzer.analyze(clazz, info); local
127 assertNotNull(frames);
128 Frame frame = frames[pos];
135 frame = frames[pos]
151 Frame[] frames = analyzer.analyze(method.getDeclaringClass(), method.getMethodInfo2()); local
    [all...]
  /external/libopus/tests/
test_opus_api.c 691 frames[0]=(unsigned char *)0; \
692 frames[1]=(unsigned char *)0; \
695 VG_UNDEF(frames,sizeof(frames));\
699 frames[0]=(unsigned char *)0; \
700 frames[1]=(unsigned char *)0; \
715 const unsigned char *frames[48]; local
722 if(opus_packet_parse(packet,1,&toc,frames,0,&payload_offset)!=OPUS_BAD_ARG)test_failed();
729 ret=opus_packet_parse(packet,4,&toc,frames,size,&payload_offset);
733 if(frames[0]!=packet+1)test_failed()
    [all...]
  /external/webrtc/webrtc/sound/
alsasoundsystem.cc 97 snd_pcm_sframes_t frames; local
102 frames = symbol_table()->snd_pcm_avail_update()(handle_);
103 if (frames < 0) {
104 LOG(LS_ERROR) << "snd_pcm_avail_update(): " << GetError(frames);
105 Recover(frames);
107 } else if (frames > 0) {
109 return frames;
125 frames = symbol_table()->snd_pcm_avail_update()(handle_);
126 if (frames < 0) {
127 LOG(LS_ERROR) << "snd_pcm_avail_update(): " << GetError(frames);
375 snd_pcm_uframes_t frames = size \/ stream_.frame_size(); variable
386 LOG(LS_ERROR) << "Stream wrote only " << written << " of " << frames variable
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.h 70 int pause; // The number of frames to pause for at the end of this part
79 SortedVector<Frame> frames; member in struct:android::BootAnimation::Animation::Part
  /frameworks/base/core/java/android/speech/tts/
SynthesisPlaybackQueueItem.java 212 // The index in frames of this marker.
213 public final int frames; field in class:SynthesisPlaybackQueueItem.ProgressMarker
219 public ProgressMarker(int frames, int start, int end) {
220 this.frames = frames;
232 int markerInFrames = marker.frames == 0 ? 1 : marker.frames;
251 getDispatcher().dispatchOnRangeStart(marker.start, marker.end, marker.frames);
  /frameworks/base/media/jni/
android_media_MediaMetadataRetriever.cpp 505 std::vector<sp<IMemory> > frames; local
506 status_t err = retriever->getFrameAtIndex(&frames, frameIndex, numFrames, colorFormat);
507 if (err != OK || frames.size() == 0) {
509 "java/lang/IllegalStateException", "No frames from retriever");
521 for (size_t i = 0; i < frames.size(); i++) {
522 if (frames[i] == NULL || frames[i]->pointer() == NULL) {
526 VideoFrame *videoFrame = static_cast<VideoFrame *>(frames[i]->pointer());
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 199 static vector <vector <sp<GraphicBuffer> > > frames; variable
396 // Regenerate a new set of test frames when this pass is
413 list = hwcTestCreateLayerList(testRandMod(frames.size()) + 1);
419 // Prandomly select a subset of frames to be used by this pass.
421 selectedFrames = vectorRandSelect(frames, list->numHwLayers);
542 * Initialize Frames
545 * named frames. The graphic buffers are contained within a vector of
562 frames.clear();
563 frames.resize(rows);
566 // All frames within a row have to have the same format an
    [all...]
  /frameworks/wilhelm/tests/sandbox/
playbq.cpp 234 fprintf(stderr, " -f# frames per buffer (default 512)\n");
483 sf_count_t frames = framesPerBuffer; local
487 count = sf_readf_float(sndfile, (float *) buffer, frames);
490 count = sf_readf_int(sndfile, (int *) buffer, frames);
493 count = sf_readf_int(sndfile, (int *) buffer, frames);
497 count = sf_readf_short(sndfile, (short *) buffer, frames);
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
StreamIn.impl.h 100 mStream, &mStatus.reply.capturePosition.frames, &mStatus.reply.capturePosition.time);
422 Result StreamIn::getCapturePositionImpl(audio_stream_in_t* stream, uint64_t* frames,
434 *frames = halFrames;
441 uint64_t frames = 0, time = 0; local
442 Result retval = getCapturePositionImpl(mStream, &frames, &time);
443 _hidl_cb(retval, frames, time);
  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 173 long frames; local
281 frames = (pcm->flags & PCM_MONO) ? (bufsize / 2) : (bufsize / 4);
325 fprintf(stderr, "Aplay:avail = %d frames = %d\n",avail, frames);
341 frames = (pcm->flags & PCM_MONO) ? (remainingData / 2) : (remainingData / 4);
361 pcm->sync_ptr->c.control.appl_ptr += frames;
410 offset += frames;
arec.c 185 long frames; local
269 frames = bufsize / 2;
271 frames = bufsize / 8;
273 frames = bufsize / 12;
275 frames = bufsize / 4;
277 x.frames = frames;
300 fprintf(stderr, "Arec:avail 1 = %d frames = %ld\n",avail, frames);
307 if (x.frames > avail
    [all...]
  /system/core/debuggerd/libdebuggerd/
tombstone.cpp 173 std::vector<backtrace_frame_data_t>& frames) {
175 for (size_t i = 0; i < frames.size(); i++) {
176 const backtrace_frame_data_t& frame = frames[i];
191 uint64_t sp = frames[first].sp - STACK_WORDS * sizeof(word_t);
194 // Dump a few words from all successive frames.
195 // Only log the first 3 frames, put the rest in the tombstone.
197 const backtrace_frame_data_t* frame = &frames[i];
331 void dump_backtrace(log_t* log, std::vector<backtrace_frame_data_t>& frames, const char* prefix) {
332 for (auto& frame : frames) {
423 std::vector<backtrace_frame_data_t> frames; local
    [all...]
  /system/media/audio_utils/tests/
primitives_tests.cpp 119 size_t frames = size/3; local
120 for (size_t i = 1; i < frames; ++i) {
  /art/openjdkjvmti/
ti_stack.cc 133 frames.push_back(info);
145 std::vector<jvmtiFrameInfo> frames; member in struct:openjdkjvmti::GetStackTraceVectorClosure
150 static jvmtiError TranslateFrameVector(const std::vector<jvmtiFrameInfo>& frames,
156 size_t collected_frames = frames.size();
161 // Frames from the top.
164 // Not enough frames.
168 if (frames.size() > 0) {
169 memcpy(frame_buffer, frames.data(), collected_frames * sizeof(jvmtiFrameInfo));
171 *count_ptr = static_cast<jint>(frames.size());
175 // Frames from the bottom
379 std::vector<std::unique_ptr<std::vector<jvmtiFrameInfo>>> frames; member in struct:openjdkjvmti::AllStackTracesData
527 std::vector<std::unique_ptr<std::vector<jvmtiFrameInfo>>> frames; member in struct:openjdkjvmti::SelectStackTracesData
    [all...]
  /development/tools/bugreport/src/com/android/bugreport/html/
Renderer.java 294 N = thread.frames.size();
296 makeStackFrameSnapshotHdf(hdf.createChild("frames." + i), process,
297 thread.frames.get(i));
  /development/tools/bugreport/src/com/android/bugreport/inspector/
Inspector.java 197 * Pulls the locks out of the individual stack frames and tags the threads
203 for (StackFrameSnapshot frame: thread.frames) {
239 final int N = thread.frames.size();
242 frame = thread.frames.get(i);
262 frame = thread.frames.get(i);
278 frame = thread.frames.get(i);
296 final int N = thread.frames.size();
299 frame = thread.frames.get(i);
319 frame = thread.frames.get(i);
333 frame = thread.frames.get(i)
505 final ArrayList<StackFrameSnapshot> frames = thread.frames; local
    [all...]
  /external/adhd/cras/src/tests/
a2dp_iodev_unittest.cc 180 unsigned frames; local
189 frames = 256;
190 iodev->get_buffer(iodev, &area1, &frames);
191 ASSERT_EQ(256, frames);
192 ASSERT_EQ(256, area1->frames);
195 /* Test 100 frames(400 bytes) put and all processed. */
203 // Start with 4k frames.
207 iodev->get_buffer(iodev, &area2, &frames);
208 ASSERT_EQ(256, frames);
209 ASSERT_EQ(256, area2->frames);
243 unsigned frames; local
312 unsigned frames; local
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
JDWPStackFrameAccessTest.java 406 // There should be at least 2 frames: the breakpoint method and its caller.
407 assertTrue("Not enough frames", frameCount > 2);
409 FrameInfo[] frames = jdwpGetFrames(threadID, 0, frameCount); local
410 for (FrameInfo frameInfo : frames) {
  /external/elfutils/src/
stack.c 1 /* Unwinding of frames like gstack/pstack.
64 struct frames struct
66 int frames; member in struct:frames
97 /* Whether any frames have been shown at all. Determines exit status. */
100 /* Program exit codes. All frames shown without any errors is GOOD.
101 Some frames shown with some non-fatal errors is an ERROR. A fatal
102 error or no frames shown at all is BAD. A command line USAGE exit
176 struct frames *frames = (struct frames *) arg local
454 struct frames *frames = (struct frames *) thread_arg; local
703 struct frames frames; local
    [all...]
  /external/libvpx/libvpx/test/
datarate_test.cc 95 * empty - and then stop showing frames until we've got enough bits to
97 * apply to key frames. For now exclude key frames in condition below. */
217 // frames selected in this encode. The problem is that even if the buffer is
352 // frames selected in this encode. The problem is that even if the buffer is
649 // Update counter for total number of frames (#frames input to encoder).
691 int frame_number_; // Counter for number of non-dropped/encoded frames.
692 int tot_frame_number_; // Counter for total number of input frames.
835 // Check basic rate targeting for CBR mode, with 2 threads and dropped frames
1284 const uint32_t frames = (marker & 0x7) + 1; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 288 YV12_BUFFER_CONFIG **frames = arnr_filter_data->frames; local
297 int mb_cols = (frames[alt_ref_index]->y_crop_width + 15) >> 4;
298 int mb_rows = (frames[alt_ref_index]->y_crop_height + 15) >> 4;
302 YV12_BUFFER_CONFIG *f = frames[alt_ref_index];
326 // Source frames are extended to 16 pixels. This is different than
327 // L/A/G reference frames that have a border of 32 (VP9ENCBORDERINPIXELS)
378 if (frames[frame] == NULL) continue;
388 cpi, td, frames[alt_ref_index]->y_buffer + mb_y_offset,
389 frames[frame]->y_buffer + mb_y_offset, frames[frame]->y_stride
650 int q, frames, base_strength, strength; local
722 YV12_BUFFER_CONFIG **frames = arnr_filter_data->frames; local
    [all...]

Completed in 3764 milliseconds

1 2 3 4 5 67 8 91011>>