/external/libvorbis/include/vorbis/ |
vorbisenc.h | 48 * \param rate The sampling rate of the source audio. 85 * \param rate The sampling rate of the source audio. 119 * \param rate The sampling rate of the source audio. 147 * \param rate The sampling rate of the source audio.
|
/external/libvpx/libvpx/ |
vp8_multi_resolution_encoder.c | 36 * NUM_ENCODERS is 3, and down-sampling factor is 2, the encoder outputs 3 222 /* Set down-sampling factor for each resolution level. 223 dsf[0] controls down sampling from level 0 to level 1; 224 dsf[1] controls down sampling from level 1 to level 2;
|
/external/linux-tools-perf/ |
design.txt | 149 Counters come in two flavours: counting counters and sampling 174 A "sampling" counter is one that is set up to generate an interrupt 175 every N events, where N is given by 'irq_period'. A sampling counter 450 still use the generic software counters based on hrtimers for sampling.
|
/external/mesa3d/docs/ |
relnotes-6.4.html | 48 <li>fixed bug when bilinear sampling 2d textures with borders
|
/external/oprofile/daemon/ |
opd_ibs.h | 3 * AMD Family10h Instruction Based Sampling (IBS) handling.
|
/external/oprofile/libpp/ |
profile_spec.cpp | 389 * buffers (caused by too high of a sampling rate), it's possible 404 * sampling rate (e.g., profiling on several events) is paired with 491 cerr << "You should adjust your sampling frequency to eliminate" 557 cerr << "This problem can be caused by too high of a sampling rate."
|
/external/qemu/distrib/jpeg-6b/ |
jdsample.c | 178 * This version handles any integral sampling ratios. 182 * pixels. The hi-falutin sampling literature refers to this as a 184 * so if you are actually going to use 3:1 or 4:1 sampling ratios 423 /* Verify we can handle the sampling factors, select per-component methods,
|
/external/skia/include/utils/ |
SkWGL.h | 84 * * Choose formats with the fewest color samples when coverage sampling
|
/external/speex/include/speex/ |
speex_header.h | 64 spx_int32_t rate; /**< Sampling rate used */
|
/external/v8/src/ |
circular-queue.h | 35 // Lock-free cache-friendly sampling circular queue for large
|
/external/webrtc/src/common_audio/vad/include/ |
webrtc_vad.h | 139 * - fs : sampling frequency (Hz): 8000, 16000, or 32000
|
/external/webrtc/src/common_audio/vad/ |
webrtc_vad.c | 184 return -1; // Not a supported sampling frequency
|
/external/webrtc/src/modules/audio_processing/aec/ |
aec_core.h | 117 int mult; // sampling frequency multiple
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
LVM_Types.h | 119 /* LVM sampling rates */
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4VSS3GPP_InternalConfig.h | 54 av AU size = (av bitrate * 1024)/(sampling freq)
|
/frameworks/av/libvideoeditor/vss/src/ |
VideoEditorResampler.cpp | 32 enum { //Sampling freq
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
LVM_Types.h | 123 /* LVM sampling rates */
|
/frameworks/base/docs/html/guide/appendix/ |
media-formats.jd | 79 content with standard sampling rates from 8 to 48 kHz.</td> 98 content with standard sampling rates from 8 to 48 kHz.</td> 106 with standard sampling rates from 16 to 48 kHz</td> 176 <td>8- and 16-bit linear PCM (rates up to limit of hardware). Sampling
|
/frameworks/base/services/java/com/android/server/ |
SamplingProfilerService.java | 116 // setting this secure property will start or stop sampling profiler,
|
/frameworks/native/include/media/openmax/ |
OMX_Audio.h | 187 OMX_U32 nSamplingRate; /**< Sampling rate of the source data. Use 0 for 188 variable or unknown sampling rate. */ 229 OMX_U32 nSampleRate; /**< Sampling rate of the source data. Use 0 for 230 variable or unknown sampling rate. */ 298 OMX_U32 nSampleRate; /**< Sampling rate of the source data. Use 0 for 299 variable or unknown sampling rate. */ 327 OMX_U32 nSampleRate; /**< Sampling rate of the source data. Use 0 for 328 variable or unknown sampling rate. */ 350 OMX_U32 nSampleRate; /**< Sampling rate of the source data. Use 0 for 351 unknown sampling rate. * [all...] |
/hardware/libhardware_legacy/audio/ |
AudioHardwareInterface.cpp | 116 ALOGW("getInputBufferSize bad sampling rate: %d", sampleRate);
|
/external/chromium_org/third_party/opus/src/doc/ |
draft-ietf-payload-rtp-opus.xml | 132 <ttcol align='center'>Sampling</ttcol> 170 dependent on the type of input signal, the sampling frequency of the 361 the highest supported sampling frequency of Opus, i.e. 48000 Hz, for all 362 modes and sampling rates of Opus. The unit 364 sample time of the first encoded sample in the encoded frame. For sampling 411 (Mode) and sampling rates (fs) of Opus and how the timestamp needs to 489 48000 Hz clock rate for all modes of Opus and all sampling 490 frequencies. For audio sampling rates other than 48000 Hz the rate 499 a hint about the maximum output sampling rate that the receiver is 503 up to the specified sampling rate can be played back. Sending signal [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
CamcorderProfileTest.java | 122 640 == profile.videoFrameWidth || // ATSC/NTSC (square sampling) 123 704 == profile.videoFrameWidth); // ATSC/NTSC (non-square sampling)
|
/dalvik/vm/ |
Profile.cpp | 279 * Entry point for sampling thread. The sampling interval in microseconds is 602 /* Start the sampling thread. */ 604 "Sampling Thread", &runSamplingThread, (void*) intervalUs)) { 605 dvmThrowInternalError("failed to create sampling thread"); 888 /* free and clear sampling traces held by all threads */ 897 /* make sure the sampling thread has stopped */ 900 ALOGW("Sampling thread join failed"); [all...] |
/external/bluetooth/bluedroid/stack/include/ |
a2d_api.h | 61 #define A2D_BAD_SAMP_FREQ 0xC3 /* Sampling Frequency is not valid or multiple values have been selected */ 62 #define A2D_NS_SAMP_FREQ 0xC4 /* Sampling Frequency is not supported */
|