/external/qemu/android/ |
audio-test.c | 20 #define SAMPLE_SIZE 16384 26 short sample[SAMPLE_SIZE]; 37 int avail = SAMPLE_SIZE - ta->pos; 43 if (ta->pos >= SAMPLE_SIZE) 78 for (nn = 0; nn < SAMPLE_SIZE; nn++) { 79 ta->sample[nn] = (short)(((nn % (SAMPLE_SIZE/4))*65536/(SAMPLE_SIZE/4)) & 0xffff);
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_random.h | 70 \param s sample (out) pre-allocated array of size sample_size 71 \param sample_size size of sample 75 inline void db_RandomSample(int *s,int sample_size,int pool_size,int &r_seed) 79 for(i=0;i<sample_size;i++)
|
db_rob_image_homography.cpp | 704 int orientation_preserving,allow_scaling,allow_rotation,allow_translation,sample_size; local 800 sample_size=2; 807 sample_size=3; 814 sample_size=1; 821 sample_size=1; 828 sample_size=2; 835 sample_size=1; 842 sample_size=2; 849 sample_size=2; 856 sample_size=1 [all...] |
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_utilities_random.h | 70 \param s sample (out) pre-allocated array of size sample_size 71 \param sample_size size of sample 75 inline void db_RandomSample(int *s,int sample_size,int pool_size,int &r_seed) 79 for(i=0;i<sample_size;i++)
|
db_rob_image_homography.cpp | 704 int orientation_preserving,allow_scaling,allow_rotation,allow_translation,sample_size; local 800 sample_size=2; 807 sample_size=3; 814 sample_size=1; 821 sample_size=1; 828 sample_size=2; 835 sample_size=1; 842 sample_size=2; 849 sample_size=2; 856 sample_size=1 [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_random.h | 70 \param s sample (out) pre-allocated array of size sample_size 71 \param sample_size size of sample 75 inline void db_RandomSample(int *s,int sample_size,int pool_size,int &r_seed) 79 for(i=0;i<sample_size;i++)
|
db_rob_image_homography.cpp | 704 int orientation_preserving,allow_scaling,allow_rotation,allow_translation,sample_size; local 800 sample_size=2; 807 sample_size=3; 814 sample_size=1; 821 sample_size=1; 828 sample_size=2; 835 sample_size=1; 842 sample_size=2; 849 sample_size=2; 856 sample_size=1 [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videoframe.cc | 240 const uint8 *sample, size_t sample_size) { 311 << " " << sample_size; local 314 if (sample_size < expected_size) { 319 << " " << sample_size 327 if (sample_size > kMaxSampleSize) { 332 << " " << sample_size 344 (sample_size > large_expected_size || sample_size > kMaxSampleSize) && 351 << " bytes: " << sample_size 360 if (!memcmp(sample + sample_size - 8, sample + sample_size - 4, 4) & [all...] |
/libcore/luni/src/test/java/libcore/java/util/zip/ |
OldAndroidZipFileTest.java | 35 private static final int SAMPLE_SIZE = 128 * 1024; 58 byte[] sample = new byte[SAMPLE_SIZE]; 65 for (i = 0; i < SAMPLE_SIZE / 256; i++) { 163 assertEquals(SAMPLE_SIZE, totalLen1); 172 assertEquals(SAMPLE_SIZE, totalLen2);
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
SensorVerificationHelperTest.java | 98 final int SAMPLE_SIZE = 100; 99 float[] values = new float[SAMPLE_SIZE]; 100 for (int i = 0; i < SAMPLE_SIZE; i++) { 104 long[] timestamps1 = new long[SAMPLE_SIZE]; // 100 samples at 1000Hz 105 for (int i = 0; i < SAMPLE_SIZE; i++) { 113 long[] timestamps2 = new long[SAMPLE_SIZE]; // 90 samples at 1000Hz, 10 samples at 2000Hz 115 for (int i = 0; i < SAMPLE_SIZE; i++) {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/ |
ASN1Dump.java | 41 private static final int SAMPLE_SIZE = 32; 363 for (int i = 0; i < bytes.length; i += SAMPLE_SIZE) 365 if (bytes.length - i > SAMPLE_SIZE) 368 buf.append(new String(Hex.encode(bytes, i, SAMPLE_SIZE))); 370 buf.append(calculateAscString(bytes, i, SAMPLE_SIZE)); 377 for (int j = bytes.length - i; j != SAMPLE_SIZE; j++)
|
/external/jpeg/ |
jdapistd.c | 246 int sample_size = DCTSIZE / cinfo->min_DCT_scaled_size; local 248 *height = jdiv_round_up(*height, sample_size); 250 cinfo->output_scanline = lines_per_iMCU_row * row_offset / sample_size; 278 int sample_size = DCTSIZE / cinfo->min_DCT_scaled_size; local 284 if (cinfo->output_scanline % (lines_per_iMCU_row / sample_size) == 0) { 287 (lines_per_iMCU_row / sample_size);
|
/external/qemu/distrib/jpeg-6b/ |
jdapistd.c | 246 int sample_size = DCTSIZE / cinfo->min_DCT_scaled_size; local 248 *height = jdiv_round_up(*height, sample_size); 250 cinfo->output_scanline = lines_per_iMCU_row * row_offset / sample_size; 278 int sample_size = DCTSIZE / cinfo->min_DCT_scaled_size; local 284 if (cinfo->output_scanline % (lines_per_iMCU_row / sample_size) == 0) { 287 (lines_per_iMCU_row / sample_size);
|
/external/linux-tools-perf/util/ |
session.h | 53 int sample_size; member in struct:perf_session 171 session->sample_size,
|
event.h | 194 int sample_size, bool sample_id_all,
|
/external/srec/srec/EventLog/src/ |
EventLog.c | 116 ESR_ReturnCode SR_EventLogAudioOpen(SR_EventLog* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size) 123 return self->audioOpen(self, audio_type, sample_rate, sample_size);
|
/external/chromium_org/media/cdm/ |
aes_decryptor.cc | 148 size_t sample_size = static_cast<size_t>(input.data_size() - data_offset); local 150 DCHECK_GT(sample_size, 0U) << "No sample data to be decrypted."; 151 if (sample_size == 0) 156 base::StringPiece encrypted_text(sample, sample_size); 182 if (total_size < total_clear_size || total_size != sample_size) { 190 sample_size); 214 reinterpret_cast<const uint8*>(sample), sample_size);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sndhdr.py | 92 sample_size = 1 # default 99 sample_size = 2 102 frame_size = sample_size * nchannels
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sndhdr.py | 92 sample_size = 1 # default 99 sample_size = 2 102 frame_size = sample_size * nchannels
|
/external/srec/srec/EventLog/include/ |
SR_EventLog.h | 213 * @param sample_size Size of sampling in bytes. 215 ESR_ReturnCode(*audioOpen)(struct SR_EventLog_t* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size); 335 * @param sample_size Size of sampling in bytes. 337 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLogAudioOpen(SR_EventLog* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size);
|
SR_EventLogImpl.h | 92 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLog_AudioOpen(SR_EventLog* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size);
|
/frameworks/av/media/libstagefright/include/ |
SampleTable.h | 140 status_t getSampleSize_l(uint32_t sample_index, size_t *sample_size);
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvideoframe.h | 52 size_t sample_size, size_t pixel_width, size_t pixel_height, 76 size_t sample_size, size_t pixel_width,
|
webrtcvideoframe.cc | 121 size_t sample_size, size_t pixel_width, size_t pixel_height, 123 return Reset(format, w, h, dw, dh, sample, sample_size, pixel_width, 332 size_t sample_size, size_t pixel_width, size_t pixel_height, 334 if (!Validate(format, w, h, sample, sample_size)) { 376 sample, sample_size, y, y_stride, u, u_stride, v, v_stride, horiz_crop,
|
/external/bluetooth/bluedroid/bta/dm/ |
bta_dm_sco.c | 66 UINT32 sample_size; member in struct:__anon222 598 p_cb->sample_size = 2; 647 APPL_TRACE_DEBUG3("bta_pcm_init_dwn_sample: bits %d, n_channels %d, sample_size %d, ", \ 648 p_cb->bits, p_cb->n_channels, p_cb->sample_size); 693 return (out_sample * bta_dm_pcm_cb.sample_size);
|