HomeSort by relevance Sort by last modified time
    Searched defs:frame_size (Results 1 - 16 of 16) sorted by null

  /external/libvpx/vpx_scale/
yv12config.h 58 int frame_size; member in struct:__anon5174
  /external/speex/include/speex/
speex_header.h 69 spx_int32_t frame_size; /**< Size of frames */ member in struct:SpeexHeader
  /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
  /external/speex/libspeex/
sb_celp.h 48 int frame_size; /**< Length of high-band frames*/ member in struct:SBEncState
103 int frame_size; member in struct:SBDecState
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...]
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/srec/srec/include/
sample.h 182 int frame_size; member in struct:__anon7455
206 void create_sample_buffer(wave_info *wave, int frame_size, int window_size);
  /external/qemu/tcg/i386/
tcg-target.c 1220 int i, frame_size, push_size, stack_addend; local
    [all...]
  /external/qemu/tcg/x86_64/
tcg-target.c 1292 int i, frame_size, push_size, stack_addend; 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;
399 size_t frame_size; local
401 if (!get_mp3_frame_size(header, &frame_size,
414 off_t test_pos = pos + frame_size;
531 size_t frame_size; local
536 header, &frame_size, &sample_rate, &num_channels, &bitrate)
693 size_t frame_size; local
    [all...]
  /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/bluetooth/hcidump/parser/
rfcomm.h 335 uint16_t frame_size:16; member in struct:pn_msg
476 uint16_t frame_size:16; member in struct:pn_msg
  /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...]
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 476 int width, height, frame_size, offset; local
478 mSecCamera->getPreviewSize(&width, &height, &frame_size);
480 offset = (frame_size + 16) * index;
481 sp<MemoryBase> buffer = new MemoryBase(mPreviewHeap, offset, frame_size);
483 memcpy(static_cast<unsigned char *>(mPreviewHeap->base()) + (offset + frame_size ), &phyYAddr, 4);
484 memcpy(static_cast<unsigned char *>(mPreviewHeap->base()) + (offset + frame_size + 4), &phyCAddr, 4);
492 memcpy(static_cast<unsigned char*>(mPreviewHeap->base()) + offset + frame_size + sizeof(phyYAddr) + sizeof(phyCAddr),
495 ret = mOverlay->queueBuffer((void*)(static_cast<unsigned char *>(mPreviewHeap->base()) + (offset + frame_size)));
580 int width, height, frame_size; local
582 mSecCamera->getPreviewSize(&width, &height, &frame_size);
    [all...]
  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp 1236 ssize_t frame_size = kRawFrameHeaderSize + frame->dx * frame->dy * 2; local
1310 ssize_t frame_size = kRawFrameHeaderSize + local
    [all...]

Completed in 422 milliseconds