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

1 2

  /hardware/samsung_slsi/exynos5/libexynosutils/
exynos5_format_v4l2.c 259 unsigned int FRAME_SIZE(
264 unsigned int frame_size = 0; local
272 frame_size = GET_16BPP_FRAME_SIZE(width, height);
277 frame_size = GET_24BPP_FRAME_SIZE(width, height);
284 frame_size = GET_32BPP_FRAME_SIZE(width, height);
293 frame_size = size + 2 * ALIGN(width >> 1, 8) * ALIGN(height >> 1, 8);
301 frame_size = size + ALIGN(ALIGN(width, 16) * ALIGN(height >> 1, 8), 2048);
305 frame_size = ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height))
321 frame_size = GET_16BPP_FRAME_SIZE(width, height);
330 return frame_size;
    [all...]
  /external/speex/include/speex/
speex_header.h 69 spx_int32_t frame_size; /**< Size of frames */ member in struct:SpeexHeader
  /external/libvpx/vpx_scale/
yv12config.h 58 int frame_size; member in struct:__anon9823
  /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/valgrind/main/coregrind/m_sigframe/
sigframe-arm-linux.c 278 UInt frame_size; local
289 frame_size = sizeof(*frame);
296 frame_size = sizeof(*frame);
337 frame_size + VG_STACK_REDZONE_SZB );
sigframe-ppc32-linux.c 883 UInt frame_size; local
903 frame_size = sizeof(*frame);
910 frame_size = sizeof(*frame);
942 VG_TRACK(die_mem_stack_signal, sp, frame_size);
    [all...]
sigframe-ppc64-linux.c 331 UInt frame_size; local
350 frame_size = sizeof(*frame);
379 VG_TRACK(die_mem_stack_signal, sp, frame_size);
  /external/chromium/chrome/browser/speech/
speech_input_bubble.cc 63 int frame_size = spinner_image->height(); local
73 empty_spinner.setConfig(SkBitmap::kARGB_8888_Config, frame_size, frame_size);
78 for (SkIRect src_rect(SkIRect::MakeWH(frame_size, frame_size));
80 src_rect.offset(frame_size, 0)) {
  /external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
SDL_alsa_audio.c 311 const int frame_size = (((int) (this->spec.format & 0xFF)) / 8) * this->spec.channels; local
337 sample_buf += status * frame_size;
  /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/chromium/chrome/browser/chromeos/login/
camera.cc 215 gfx::Size frame_size = get_best_frame_size(fd, local
221 format.fmt.pix.width = frame_size.width();
222 format.fmt.pix.height = frame_size.height();
  /external/srec/srec/include/
sample.h 182 int frame_size; member in struct:__anon13982
206 void create_sample_buffer(wave_info *wave, int frame_size, int window_size);
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 1096 const size_t frame_size = samples_per_channel * 2; local
    [all...]
  /external/qemu/tcg/x86_64/
tcg-target.c 1292 int i, frame_size, push_size, stack_addend; local
    [all...]
  /frameworks/av/media/libstagefright/
MP3Extractor.cpp 147 size_t frame_size; local
150 header, &frame_size,
163 off64_t test_pos = pos + frame_size;
286 size_t frame_size; local
291 header, &frame_size, &sample_rate, &num_channels, &bitrate);
333 mFirstFramePos += frame_size;
509 size_t frame_size; local
526 header, &frame_size, &sample_rate, NULL,
556 CHECK(frame_size <= buffer->size());
558 ssize_t n = mDataSource->readAt(mCurrentPos, buffer->data(), frame_size);
    [all...]
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 236 const size_t frame_size = audio_stream_frame_size(&stream->common); local
237 const size_t frames = bytes / frame_size;
290 ALOGV("out_write() wrote %lu bytes)", written_frames * frame_size);
291 return written_frames * frame_size;
398 const size_t frame_size = audio_stream_frame_size(&stream->common); local
399 const size_t frames_to_read = bytes / frame_size;
424 usleep((bytes / frame_size) * 1000000 / in_get_sample_rate(&stream->common));
440 buff += frames_read * frame_size;
458 memset(((char*)buffer)+ bytes - (remaining_frames * frame_size), 0,
459 remaining_frames * frame_size);
    [all...]
  /device/asus/grouper/audio/
audio_hw.c 615 size_t frame_size = audio_stream_frame_size(&out->stream.common); local
617 size_t in_frames = bytes / frame_size;
671 frame_size /= 2;
743 ret = pcm_write(out->pcm, in_buffer, out_frames * frame_size);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_titlebar.cc 900 int frame_size = frame_strip->height(); local
    [all...]
  /external/chromium/net/spdy/
spdy_framer.cc 1662 size_t frame_size; local
    [all...]
  /device/samsung/manta/audio/
audio_hw.c 831 size_t frame_size = audio_stream_frame_size(&in->stream.common); local
838 frames_wr * frame_size),
848 frames_wr * frame_size,
850 buf.frame_count * frame_size);
    [all...]
  /external/qemu/android/
hw-qemud.c 756 int frame_size; local
762 frame_size = hex2int(c->header0, 4);
763 if (frame_size == 0) {
767 if (frame_size < 0) {
773 AARRAY_NEW(data, frame_size+1); /* +1 for terminating zero */
774 qemud_sink_reset(c->payload, frame_size, data);
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 1605 int frame_size, i; local
    [all...]

Completed in 1764 milliseconds

1 2