HomeSort by relevance Sort by last modified time
    Searched refs:sample_size (Results 1 - 25 of 31) sorted by null

1 2

  /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/Gallery2/jni_mosaic/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/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);
jdcoefct.c 466 int sample_size = index->MCU_sample_size * factor; local
469 scan_header->MCUs_per_row = jdiv_round_up(cinfo->MCUs_per_row, sample_size);
517 if (MCU_col_num % sample_size == 0) {
    [all...]
  /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/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/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,
evsel.c 350 int sample_size, bool sample_id_all,
366 if (sample_size + sizeof(event->header) > event->header.size)
  /external/srec/srec/EventLog/include/
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);
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);
  /frameworks/av/media/libstagefright/include/
SampleTable.h 140 status_t getSampleSize_l(uint32_t sample_index, size_t *sample_size);
  /external/libyuv/files/source/
mjpeg_decoder.cc 85 bool ValidateJpeg(const uint8* sample, size_t sample_size) {
86 if (sample_size < 64) {
87 // ERROR: Invalid jpeg size: sample_size
96 for (int i = 2; i < static_cast<int>(sample_size) - 1; ++i) {
109 // ERROR: Invalid jpeg end code not found. Size sample_size
convert_argb.cc 912 size_t sample_size,
916 if (sample_size == kUnknownDataSize) {
923 bool ret = mjpeg_decoder.LoadFrame(sample, sample_size);
998 // sample_size is measured in bytes and is the size of the frame.
1001 int ConvertToARGB(const uint8* sample, size_t sample_size,
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_sco.c 66 UINT32 sample_size; member in struct:__anon2500
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);
  /external/libyuv/files/include/libyuv/
convert_argb.h 184 int MJPGToARGB(const uint8* sample, size_t sample_size,
convert.h 202 int MJPGToI420(const uint8* sample, size_t sample_size,
planar_functions.h 277 int MJPGToARGB(const uint8* sample, size_t sample_size,
  /frameworks/av/media/libstagefright/
SampleTable.cpp 448 size_t sample_size; local
449 status_t err = getSampleSize_l(i, &sample_size);
455 if (sample_size > *max_size) {
456 *max_size = sample_size;
  /external/opencv/ml/src/
mlsvm.cpp 1326 const int sample_size = var_count*sizeof(samples[0][0]); local
1537 int svm_type, sample_count, var_count, sample_size; local
1605 int svm_type, sample_count, var_count, sample_size; local
    [all...]
  /external/linux-tools-perf/
builtin-test.c 481 int sample_size = __perf_evsel__sample_size(attr.sample_type);
566 err = perf_event__parse_sample(event, attr.sample_type, sample_size,

Completed in 1023 milliseconds

1 2