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

1 2

  /external/speex/include/speex/
speex_stereo.h 72 void speex_encode_stereo(float *data, int frame_size, SpeexBits *bits);
75 void speex_encode_stereo_int(spx_int16_t *data, int frame_size, SpeexBits *bits);
78 void speex_decode_stereo(float *data, int frame_size, SpeexStereoState *stereo);
81 void speex_decode_stereo_int(spx_int16_t *data, int frame_size, SpeexStereoState *stereo);
speex_echo.h 73 * @param frame_size Number of samples to process at one time (should correspond to 10-20 ms)
77 SpeexEchoState *speex_echo_state_init(int frame_size, int filter_length);
80 * @param frame_size Number of samples to process at one time (should correspond to 10-20 ms)
86 SpeexEchoState *speex_echo_state_init_mc(int frame_size, int filter_length, int nb_mic, int nb_speakers);
145 * @param frame_size Size of the frame to process at ones (counting samples *per* channel)
147 SpeexDecorrState *speex_decorrelate_new(int rate, int channels, int frame_size);
speex_header.h 69 spx_int32_t frame_size; /**< Size of frames */ member in struct:SpeexHeader
speex_preprocess.h 60 * @param frame_size Number of samples to process at one time (should correspond to 10-20 ms). Must be
65 SpeexPreprocessState *speex_preprocess_state_init(int frame_size, int sampling_rate);
  /external/speex/libspeex/
scal.c 60 int frame_size; member in struct:SpeexDecorrState_
81 EXPORT SpeexDecorrState *speex_decorrelate_new(int rate, int channels, int frame_size)
87 st->frame_size = frame_size;
89 st->psy = vorbis_psy_init(rate, 2*frame_size);
90 spx_drft_init(&st->lookup, 2*frame_size);
91 st->wola_mem = speex_alloc(frame_size*sizeof(float));
92 st->curve = speex_alloc(frame_size*sizeof(float));
94 st->y = speex_alloc(frame_size*sizeof(float));
96 st->buff = speex_alloc(channels*2*frame_size*sizeof(float))
    [all...]
mdf.c 133 int frame_size; /**< Number of samples processed each time */ member in struct:SpeexEchoState_
402 EXPORT SpeexEchoState *speex_echo_state_init(int frame_size, int filter_length)
404 return speex_echo_state_init_mc(frame_size, filter_length, 1, 1);
407 EXPORT SpeexEchoState *speex_echo_state_init_mc(int frame_size, int filter_length, int nb_mic, int nb_speakers)
424 st->frame_size = frame_size;
425 st->window_size = 2*frame_size;
427 M = st->M = (filter_length+st->frame_size-1)/frame_size;
434 st->spec_average = DIV32_16(SHL32(EXTEND32(st->frame_size), 15), st->sampling_rate)
    [all...]
sb_celp.h 48 int frame_size; /**< Length of high-band frames*/ member in struct:SBEncState
103 int frame_size; member in struct:SBDecState
stereo.c 108 EXPORT void speex_encode_stereo(float *data, int frame_size, SpeexBits *bits)
113 for (i=0;i<frame_size;i++)
146 EXPORT void speex_encode_stereo_int(spx_int16_t *data, int frame_size, SpeexBits *bits)
162 for (i=0;i<frame_size;i++)
221 EXPORT void speex_decode_stereo(float *data, int frame_size, SpeexStereoState *_stereo)
237 for (i=frame_size-1;i>=0;i--)
248 EXPORT void speex_decode_stereo_int(spx_int16_t *data, int frame_size, SpeexStereoState *_stereo)
264 for (i=frame_size-1;i>=0;i--)
speex_header.c 77 int frame_size;
112 speex_mode_query(m, SPEEX_MODE_FRAME_SIZE, &header->frame_size);
136 ENDIAN_SWITCH(le_header->frame_size);
176 ENDIAN_SWITCH(le_header->frame_size);
sb_celp.c 213 st->frame_size = mode->frameSize;
216 st->windowSize = st->frame_size+st->subframeSize;
233 st->high=(spx_word16_t*)speex_alloc((st->windowSize-st->frame_size)*sizeof(spx_word16_t));
335 high = in+st->frame_size;
346 e_low = compute_rms16(low, st->frame_size);
347 e_high = compute_rms16(high, st->frame_size);
356 high = high - (st->windowSize-st->frame_size);
357 SPEEX_COPY(high, st->high, st->windowSize-st->frame_size);
358 SPEEX_COPY(st->high, &high[st->frame_size], st->windowSize-st->frame_size);
    [all...]
preprocess.c 183 int frame_size; /**< Number of samples processed each time */ member in struct:SpeexPreprocessState_
395 EXPORT SpeexPreprocessState *speex_preprocess_state_init(int frame_size, int sampling_rate)
401 st->frame_size = frame_size;
406 st->ps_size = st->frame_size;
419 if (st->ps_size < 3*st->frame_size/4)
422 st->ps_size = st->frame_size;
426 N3 = 2*N - st->frame_size;
427 N4 = st->frame_size - N3;
519 st->max_increase_step = exp(0.11513f * 12.*st->frame_size / st->sampling_rate)
    [all...]
  /external/libvpx/vp8/common/
preproc.h 42 int init_pre_proc(pre_proc_instance *ppi, int frame_size);
  /external/libvpx/vpx_scale/
yv12config.h 58 int frame_size; member in struct:__anon5335
  /external/srec/srec/cfront/
wav_acc.c 46 void create_sample_buffer(wave_info *wave, int frame_size, int window_size)
49 ASSERT(frame_size > 0);
50 ASSERT(window_size >= frame_size);
54 wave->frame_size = frame_size;
56 log_report("window %d frame %d\n", window_size, frame_size);
71 wave->frame_size = 0;
  /hardware/msm7k/libcamera/
QualcommCameraHardware.h 108 int frame_size,
133 int frame_size,
141 int frame_size,
153 int frame_size,
162 int frame_size,
QualcommCameraHardware.cpp 1236 ssize_t frame_size = kRawFrameHeaderSize + frame->dx * frame->dy * 2; local
1310 ssize_t frame_size = kRawFrameHeaderSize + local
    [all...]
  /frameworks/base/media/libstagefright/
MP3Extractor.cpp 46 uint32_t header, size_t *frame_size,
49 *frame_size = 0;
126 *frame_size = (12000 * bitrate / sampling_rate + padding) * 4;
161 *frame_size = 144000 * bitrate / sampling_rate + padding;
164 *frame_size = 72000 * bitrate / sampling_rate + padding;
366 size_t frame_size; local
368 if (!get_mp3_frame_size(header, &frame_size,
379 off_t test_pos = pos + frame_size;
494 size_t frame_size; local
499 header, &frame_size, &sample_rate, &num_channels, &bitrate)
656 size_t frame_size; local
    [all...]
  /external/libvpx/vpx_scale/generic/
yv12config.c 66 ybf->frame_size = yplane_size + 2 * uvplane_size;
71 ybf->buffer_alloc = (unsigned char *) duck_memalign(32, ybf->frame_size + (ybf->y_stride * 2) + 32, 0);
  /external/libvpx/vp8/encoder/
preproc.c 197 * int frame_size : Number of bytes in one frame.
208 int init_pre_proc7(pre_proc_instance *ppi, int frame_size)
227 ppi->frame_buffer_alloc = vpx_malloc(32 + frame_size * FRAMECOUNT * sizeof(unsigned char));
  /external/srec/srec/include/
sample.h 182 int frame_size; member in struct:__anon7614
206 void create_sample_buffer(wave_info *wave, int frame_size, int window_size);
  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 851 unsigned int frame_size = 0; local
857 frame_size = areas->step / 8;
877 data->hw_ptr = (data->hw_ptr + data->link_mtu / frame_size) %
884 if ((data->count + size * frame_size) <= data->link_mtu)
887 frames_to_write = (data->link_mtu - data->count) / frame_size;
889 memcpy(buff, data->buffer + data->count, frame_size * frames_to_write);
890 data->count += (frame_size * frames_to_write);
910 int rsend, frame_size; local
922 frame_size = areas->step / 8;
923 if ((data->count + size * frame_size) <= data->link_mtu
1009 int frame_size, encoded; local
    [all...]
  /external/srec/portable/include/
pstream.h 45 unsigned int frame_size; /* buffer size in current frame; useful for writable file */ member in struct:PORT_FILE_HANDLE
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 483 int width, height, frame_size, offset; local
485 mSecCamera->getPreviewSize(&width, &height, &frame_size);
487 offset = (frame_size + 16) * index;
488 sp<MemoryBase> buffer = new MemoryBase(mPreviewHeap, offset, frame_size);
498 memcpy(static_cast<unsigned char *>(mPreviewHeap->base()) + (offset + frame_size ), &phyYAddr, 4);
499 memcpy(static_cast<unsigned char *>(mPreviewHeap->base()) + (offset + frame_size + 4), &phyCAddr, 4);
505 memcpy(static_cast<unsigned char*>(mPreviewHeap->base()) + offset + frame_size + sizeof(phyYAddr) + sizeof(phyCAddr),
508 ret = mOverlay->queueBuffer((void*)(static_cast<unsigned char *>(mPreviewHeap->base()) + (offset + frame_size)));
553 int width, height, frame_size; local
557 mSecCamera->getPreviewSize(&width, &height, &frame_size);
655 int width, height, frame_size; local
    [all...]
SecCamera.h 335 int getPreviewSize(int *width, int *height, int *frame_size);
341 int getSnapshotSize(int *width, int *height, int *frame_size);
  /external/qemu/android/
hw-qemud.c 580 int frame_size; local
586 frame_size = hex2int(c->header0, 4);
587 if (frame_size == 0) {
591 if (frame_size < 0) {
597 AARRAY_NEW(data, frame_size+1); /* +1 for terminating zero */
598 qemud_sink_reset(c->payload, frame_size, data);
    [all...]

Completed in 541 milliseconds

1 2