/hardware/libhardware/modules/audio_remote_submix/ |
audio_hw.cpp | 73 // 3 * 5ms = 15ms < 1024 frames * 1000 / 48000 = 21.333ms 138 size_t buffer_size_frames; // Size of the audio pipe in frames. 139 // Maximum number of frames buffered by the input and output streams. 189 // how many frames have been requested to be read 531 // Calculate the maximum size of the pipe buffer in frames for the specified stream. 588 SUBMIX_ALOGV("out_get_buffer_size() returns %zu bytes, %zu frames", 688 SUBMIX_ALOGV("out_get_latency() returns %u ms, size in frames %zu, sample rate %u", 710 const size_t frames = bytes / frame_size; local 724 usleep(frames * 1000000 / out_get_sample_rate(&stream->common)); 734 // If the write to the sink would block when no input stream is present, flush enough frames [all...] |
/bootable/recovery/ |
screen_ui.cpp | 320 // minimum of 20ms delay between frames 334 void ScreenRecoveryUI::LoadBitmapArray(const char* filename, int* frames, gr_surface** surface) { 335 int result = res_create_multi_display_surface(filename, frames, surface);
|
/external/chromium_org/content/renderer/media/ |
media_stream_audio_processor_unittest.cc | 83 data_bus->FromInterleaved(data_ptr, data_bus->frames(), 2); 439 output_bus->FromInterleaved(output, output_bus->frames(), 2);
|
webrtc_audio_capturer.cc | 500 DCHECK_EQ(audio_source->frames(), 514 audio_power_monitor_.Scan(*audio_source, audio_source->frames());
|
/external/chromium_org/v8/src/ |
debug-debugger.js | 5 // Default number of frames to include in the response to backtrace request. [all...] |
/external/chromium_org/v8/test/mjsunit/ |
arguments-opt.js | 73 // adaptor frames.
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/ |
CheckClassAdapter.java | 201 Frame[] frames = a.getFrames();
local 210 Frame f = frames[j];
|
/external/svox/pico/lib/ |
picocep.c | 73 #define PICOCEP_MAXWINLEN 10000 /* maximum number of frames that can be smoothed, i.e. maximum sentence length */ 1384 picoos_uint16 state, frame, frames; local [all...] |
/external/valgrind/main/memcheck/tests/ |
recursive-merge.stderr.exp | 53 merge-recursive-frames value changed from 1 to 3 101 merge-recursive-frames value changed from 3 to 2 152 merge-recursive-frames value changed from 2 to 1 205 merge-recursive-frames value changed from 1 to 0
|
/art/runtime/arch/arm/ |
portable_entrypoints_arm.S | 68 @ Fake callee save ref and args frame set up, note portable doesn't use callee save frames. 100 @ Fake callee save ref and args frame set up, note portable doesn't use callee save frames. 142 @ Fake callee save ref and args frame set up, note portable doesn't use callee save frames.
|
/art/runtime/ |
stack.cc | 407 : StackVisitor(thread, NULL), frames(0) {} 410 frames++; 414 size_t frames; member in struct:art::NumFramesVisitor 418 return visitor.frames; 503 // TODO: this seems architecture specific for the case of JNI frames. 526 if (cur_quick_frame_ != NULL) { // Handle quick stack frames. 553 // Skip runtime save all callee frames which are used to deliver exceptions.
|
/development/ndk/platforms/android-3/include/linux/ |
videodev.h | 172 int frames; member in struct:video_mbuf
|
/external/chromium_org/content/renderer/pepper/ |
content_decryptor_delegate.h | 182 // buffers in |frames|. Returns true upon success. 186 media::Decryptor::AudioBuffers* frames);
|
/external/chromium_org/media/audio/android/ |
opensles_input.cc | 302 audio_bus_->frames(),
|
/external/chromium_org/media/audio/pulse/ |
pulse_input.cc | 278 audio_bus_->frames(),
|
/external/chromium_org/media/audio/win/ |
wavein_input_win.cc | 298 obj->audio_bus_->frames(),
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/include/ |
mock_audio_processing.h | 226 int(const float* const* data, int frames, int sample_rate_hz,
|
/external/chromium_org/third_party/webrtc/tools/barcode_tools/ |
barcode_encoder.py | 72 from 0000. The frames should be consecutive numbers. The output YUV file is 120 """Combines several YUV frames into one YUV video file. 122 The function combines the YUV frames from input_directory into one YUV video 123 file. The frames should be named in the format frame_xxxx.yuv where xxxx 125 0000. The YUV frames are removed after they have been added to the video. 129 input_directory(string): The directory from which the YUV frames are read. 176 (bool): True if there are more planes (i.e. frames) in the base file, false 244 """Calculates the number of frames of a YUV video. 251 (int): The number of frames in the YUV file. 289 help=('Width of the base YUV file\'s frames. [all...] |
/external/libvorbis/lib/ |
floor0.c | 44 long frames; member in struct:__anon28547
|
/external/ppp/pppd/plugins/rp-pppoe/ |
pppoe.h | 43 #error Unknown method for accessing raw Ethernet frames 190 /* States for scanning PPP frames */ 253 int discoverySocket; /* Raw socket for discovery frames */ 254 int sessionSocket; /* Raw socket for session frames */
|
/frameworks/av/services/audioflinger/ |
PlaybackTracks.h | 138 size_t mPresentationCompleteFrames; // number of frames written to the 274 bool write(int16_t* data, uint32_t frames);
|
/frameworks/wilhelm/src/desktop/ |
SndFile.c | 261 thiz->mPlay.mDuration = (SLmillisecond) (((long long) thiz->mSndFile.mSfInfo.frames *
|
/hardware/libhardware/include/hardware/ |
audio.h | 308 /* return the number of audio frames written by the audio dsp to DAC since 377 * Return a recent count of the number of audio frames presented to an external observer. 378 * This excludes frames which have been written but are still in the pipeline. 384 * Example: assume that N+M frames have been presented, where M is a 'small' number. 393 uint64_t *frames, struct timespec *timestamp); 418 * Return the amount of input frames lost in the audio driver since the 425 * Unit: the number of input audio frames
|
/packages/apps/Camera2/src/com/android/camera/ |
CaptureModule.java | 267 /** Current width of preview frames from camera. */ 269 /** Current height of preview frames from camera.. */ 858 long frames = frameNumber - mAutoFocusScanStartFrame; 860 int fps = Math.round(frames * 1000f / dt); 861 String report = String.format("%s scan: fps=%d frames=%d", 862 passive ? "CAF" : "AF", fps, frames); 864 mUI.showDebugMessage(String.format("%d / %d", frames, fps)); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
videodev.h | 191 int frames; /* Frames */ member in struct:video_mbuf 221 __u32 frame_count; /* frames output since decode/encode began */ 265 #define VIDIOCMCAPTURE _IOW('v',19, struct video_mmap) /* Grab frames */
|