/frameworks/av/services/audioflinger/ |
test-resample.cpp | 60 fprintf(stderr," -O # frames output per call to resample() in CSV format\n"); 61 fprintf(stderr," -P # frames provided per call to resample() in CSV format\n"); 218 input_size = info.frames * info.channels * sizeof(short); 220 (void) sf_readf_short(sf, (short *) input_vaddr, info.frames); 262 const size_t mNumFrames; // total frames 265 size_t mUnrel; // number of frames not yet released 266 const Vector<int> mPvalues; // number of frames provided per call 269 Provider(const void* addr, size_t frames, size_t frameSize, const Vector<int>& Pvalues) 271 mNumFrames(frames), 293 printf("getNextBuffer() requested %zu frames out of %zu frames available, [all...] |
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
BinaryHprofReader.java | 377 int frames = in.readInt(); local 381 System.out.println("\tframes=" + frames); 383 int expectedLength = 4 + 4 + 4 + (frames * BinaryHprof.ID_SIZE); 387 + " based on number of frames but header " 390 StackTraceElement[] stackFrames = new StackTraceElement[frames]; 391 for (int i = 0; i < frames; i++) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sys_setprofile.py | 27 self.frames = [] 42 frameno = self.frames.index(frame) 44 frameno = len(self.frames) 45 self.frames.append(frame) 52 self.frames = None
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sys_setprofile.py | 27 self.frames = [] 42 frameno = self.frames.index(frame) 44 frameno = len(self.frames) 45 self.frames.append(frame) 52 self.frames = None
|
/external/lldb/examples/darwin/heap_find/heap/ |
heap_find.cpp | 222 mach_vm_address_t frames[MAX_FRAMES]; member in struct:malloc_stack_entry 841 stack_entry->frames[0] = 0; 844 stack_entry->frames, 847 // Terminate the frames with zero if there is room 849 stack_entry->frames[stack_entry->num_frames] = 0; 877 stack_entry->frames[0] = 0; 878 err = __mach_stack_logging_get_frames(task, (mach_vm_address_t)addr, stack_entry->frames, MAX_FRAMES, &stack_entry->num_frames); 881 // Terminate the frames with zero if there is room 883 stack_entry->frames[stack_entry->num_frames] = 0; [all...] |
/external/srec/srec/Recognizer/src/ |
RecognizerImpl.c | 50 /* We multiple by 2 because we skip even frames */ 681 impl->frames = impl->processed; [all...] |
/development/perftests/panorama/feature_mos/src/mosaic/ |
Blend.cpp | 76 void Blend::AlignToMiddleFrame(MosaicFrame **frames, int frames_size) 80 MosaicFrame *ref = frames[int(frames_size/2)]; // Middle frame 87 mb = frames[mfit]; 103 MosaicFrame **frames; local 105 // For THIN strip mode, accept all frames for blending 108 frames = oframes; 110 else // For WIDE strip mode, first select the relevant frames to blend. 113 frames = rframes; 116 ComputeBlendParameters(frames, frames_size, true); 141 // Corners of the left-most and right-most frames respectively in th [all...] |
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Blend.cpp | 80 void Blend::AlignToMiddleFrame(MosaicFrame **frames, int frames_size) 84 MosaicFrame *ref = frames[int(frames_size/2)]; // Middle frame 91 mb = frames[mfit]; 107 MosaicFrame **frames; local 109 // For THIN strip mode, accept all frames for blending 112 frames = oframes; 114 else // For WIDE strip mode, first select the relevant frames to blend. 117 frames = rframes; 120 ComputeBlendParameters(frames, frames_size, true); 125 LOGE("Error: No frames to blend") [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Blend.cpp | 80 void Blend::AlignToMiddleFrame(MosaicFrame **frames, int frames_size) 84 MosaicFrame *ref = frames[int(frames_size/2)]; // Middle frame 91 mb = frames[mfit]; 107 MosaicFrame **frames; local 109 // For THIN strip mode, accept all frames for blending 112 frames = oframes; 114 else // For WIDE strip mode, first select the relevant frames to blend. 117 frames = rframes; 120 ComputeBlendParameters(frames, frames_size, true); 125 LOGE("Error: No frames to blend") [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/ |
vp9_dx_iface.c | 274 // decrypt config between frames. 318 const uint32_t frames = (marker & 0x7) + 1; local 320 const size_t index_sz = 2 + mag * frames; 330 // frames has a maximum of 8 and mag has a maximum of 4. 332 assert(sizeof(clear_buffer) >= frames * mag); 334 decrypt_cb(decrypt_state, x, clear_buffer, frames * mag); 338 for (i = 0; i < frames; i++) { 346 *count = frames;
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/ |
plot_neteq_delay.m | 42 % find lost frames that were covered by one-descriptor decoding 51 % remove duplicate received frames that were never decoded (RED codec) 139 use_ix = intersect(cng_ix,... % use those that are not CNG/SID frames...
|
/external/chromium_org/tools/valgrind/ |
memcheck_analyze.py | 32 # Just stop printing the stack/suppression frames when the current one 84 frames = [] 105 frames += [frame_dict] 112 return frames 217 frames = gatherFrames(stack, source_dir) 218 self._backtraces.append([description, frames]) 221 frames = None 307 # Drop boring frames and all the following.
|
/external/libvpx/libvpx/vp9/ |
vp9_dx_iface.c | 308 const uint32_t frames = (marker & 0x7) + 1; local 310 const size_t index_sz = 2 + mag * frames; 317 for (i = 0; i < frames; i++) { 325 *count = frames; 348 const uint32_t frames = (marker & 0x7) + 1; local 350 const uint32_t index_sz = 2 + mag * frames;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
vp9_dx_iface.c | 285 const uint32_t frames = (marker & 0x7) + 1; local 287 const size_t index_sz = 2 + mag * frames; 294 for (i = 0; i < frames; i++) { 302 *count = frames; 326 const uint32_t frames = (marker & 0x7) + 1; local 328 const uint32_t index_sz = 2 + mag * frames;
|
/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;
|
/build/tools/droiddoc/templates-pdk/assets/ |
carousel.js | 186 animation.frames = (animation.time * animation.fps) - 1.0; 195 var left = (ease(current_frame/animation.frames) * Math.abs(animation.goal - animation.origin)) - cp; 203 if (current_frame == animation.frames) {
|
/device/asus/fugu/libaudio/ |
AudioStreamIn.cpp | 280 // of audio frames synthesized from the last time we returned data 403 // readFrames() reads frames from kernel driver, down samples to the capture 404 // rate if necessary and outputs the number of frames requested to the buffer 406 ssize_t AudioStreamIn::readFrames_l(void* buffer, ssize_t frames) 411 while (framesWr < frames) { 412 size_t framesRd = frames - framesWr;
|
AudioStreamOut.h | 42 status_t getPresentationPosition(uint64_t *frames, struct timespec *timestamp); 92 int64_t mFramesPresented; // application rate frames, not device rate frames 94 int64_t mFramesRendered; // application rate frames, not device rate frames 119 int64_t mFramesWritten; // application rate frames, not device rate frames
|
/external/chromium_org/chrome/browser/extensions/api/cast_streaming/ |
cast_streaming_apitest.cc | 70 // An in-process Cast receiver that examines the audio/video frames being 156 if (audio_frame->frames() <= 0) { 167 audio_frame->frames()); 171 audio_frame->frames() / static_cast<float>(audio_config().frequency);
|
/external/chromium_org/media/audio/mac/ |
audio_auhal_mac.cc | 23 int frames) { 37 bus->set_frames(frames); 214 audio_fifo_->Consume(output_bus_.get(), output_bus_->frames());
|
/external/chromium_org/media/base/ |
sinc_resampler_unittest.cc | 28 MOCK_METHOD2(ProvideInput, void(int frames, float* destination)); 42 // Test requesting multiples of ChunkSize() frames results in the proper number 57 // Verify requesting ChunkSize() frames causes a single callback. 62 // Verify requesting kChunks * ChunkSize() frames causes kChunks callbacks. 173 void ProvideInput(int frames, float* destination) { 174 for (int i = 0; i < frames; ++i, ++current_index_) {
|
/external/chromium_org/net/quic/ |
quic_unacked_packet_map.cc | 69 RetransmittableFrames* frames = transmission_info->retransmittable_frames; local 70 LOG_IF(DFATAL, frames == NULL) << "Attempt to retransmit packet with no " 71 << "retransmittable frames: " 78 TransmissionInfo(frames, 138 // frames associated with this packet.
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
Assertions.cpp | 259 int frames = framesToShow + framesToSkip; local 261 WTFGetBacktrace(samples, &frames); 262 WTFPrintBacktrace(samples + framesToSkip, frames - framesToSkip);
|
/external/lldb/examples/python/ |
diagnose_unwind.py | 5 # information about the stack frames, and tries an alternate unwind 102 # Clear the 0th bit for arm frames - this indicates it is a thumb frame 180 for frame in thread.frames: 219 for frame in thread.frames: 246 for frame in thread.frames:
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/ |
popup.js | 90 // injected into all frames of the active tab, so this listener may be called 101 // Set up event handlers and inject send_links.js into all frames in the active
|