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

1 2

  /hardware/samsung_slsi/exynos5/libexynosutils/
exynos5_format_v4l2.c 260 unsigned int FRAME_SIZE(
265 unsigned int frame_size = 0; local
273 frame_size = GET_16BPP_FRAME_SIZE(width, height);
278 frame_size = GET_24BPP_FRAME_SIZE(width, height);
286 frame_size = GET_32BPP_FRAME_SIZE(width, height);
295 frame_size = size + 2 * ALIGN(width >> 1, 8) * ALIGN(height >> 1, 8);
303 frame_size = size + ALIGN(ALIGN(width, 16) * ALIGN(height >> 1, 8), 2048);
307 frame_size = ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height))
323 frame_size = GET_16BPP_FRAME_SIZE(width, height);
332 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/libvpx/test/
ivf_video_source.h 95 virtual const unsigned int frame_size() const { return frame_sz_; } function in class:libvpx_test::IVFVideoSource
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 58 int frame_size; member in struct:yv12_buffer_config
  /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 283 UInt frame_size; local
294 frame_size = sizeof(*frame);
301 frame_size = sizeof(*frame);
342 frame_size + VG_STACK_REDZONE_SZB );
sigframe-mips32-linux.c 317 UInt frame_size; local
329 frame_size = sizeof(*frame);
338 frame_size = sizeof(*frame);
385 VG_TRACK(die_mem_stack_signal, sp, frame_size);
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);
  /bionic/libc/kernel/common/sound/
compress_offload.h 87 uint32_t frame_size; member in struct:snd_compr_audio_info
  /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/kernel-headers/original/sound/
compress_offload.h 148 * @frame_size: legth of the encoded frame with valid data
152 uint32_t frame_size; member in struct:snd_compr_audio_info
  /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:__anon15453
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;
511 size_t frame_size; local
528 header, &frame_size, &sample_rate, NULL,
558 CHECK(frame_size <= buffer->size());
560 ssize_t n = mDataSource->readAt(mCurrentPos, buffer->data(), frame_size);
    [all...]
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 234 const size_t frame_size = audio_stream_frame_size(&stream->common); local
235 const size_t frames = bytes / frame_size;
287 ALOGV("out_write() wrote %lu bytes)", written_frames * frame_size);
288 return written_frames * frame_size;
395 const size_t frame_size = audio_stream_frame_size(&stream->common); local
396 const size_t frames_to_read = bytes / frame_size;
422 usleep((bytes / frame_size) * 1000000 / in_get_sample_rate(&stream->common));
437 buff += frames_read * frame_size;
453 memset(((char*)buffer)+ bytes - (remaining_frames * frame_size), 0,
454 remaining_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...]

Completed in 346 milliseconds

1 2