HomeSort by relevance Sort by last modified time
    Searched refs:buffer_index (Results 1 - 14 of 14) sorted by null

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
encode.c 216 if (ISACencLB_obj->buffer_index == 0) {
229 ISACencLB_obj->data_buffer_float[k + ISACencLB_obj->buffer_index] = in[k];
234 if (ISACencLB_obj->buffer_index + FRAMESAMPLES_10ms != FRAMESAMPLES) {
235 ISACencLB_obj->buffer_index += FRAMESAMPLES_10ms;
240 ISACencLB_obj->buffer_index = 0;
673 memcpy(&ISACencUB_obj->data_buffer_float[ISACencUB_obj->buffer_index], in,
678 if (ISACencUB_obj->buffer_index + FRAMESAMPLES_10ms < FRAMESAMPLES) {
679 ISACencUB_obj->buffer_index += FRAMESAMPLES_10ms;
799 ISACencUB_obj->buffer_index = LB_TOTAL_DELAY_SAMPLES;
    [all...]
structs.h 321 int buffer_index; member in struct:__anon18303
364 int buffer_index; member in struct:__anon18304
isac.c 113 (instISAC->instLB.ISACencLB_obj.buffer_index == 0) &&
127 * If we let this happen, we have to take care of buffer_index and
155 instISAC->instLB.ISACencLB_obj.buffer_index = 0;
159 * care of buffer_index and the last LPC vector. */
195 if ((instISAC->instLB.ISACencLB_obj.buffer_index ==
355 instLB->ISACencLB_obj.buffer_index = 0;
386 instUB->ISACencUB_obj.buffer_index = LB_TOTAL_DELAY_SAMPLES;
388 instUB->ISACencUB_obj.buffer_index = 0;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
multibuf.h 152 int buffer_index; /* which buffer is this */ member in struct:__anon25970
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibuf.h 152 int buffer_index; /* which buffer is this */ member in struct:__anon27560
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibuf.h 152 int buffer_index; /* which buffer is this */ member in struct:__anon29075
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
encode.c 67 if (ISACenc_obj->buffer_index == 0) {
79 ISACenc_obj->data_buffer_fix[k + ISACenc_obj->buffer_index] = in[k];
83 if (ISACenc_obj->buffer_index + FRAMESAMPLES_10ms != processed_samples) {
84 ISACenc_obj->buffer_index = ISACenc_obj->buffer_index + FRAMESAMPLES_10ms;
88 ISACenc_obj->buffer_index = 0;
structs.h 312 WebRtc_Word16 buffer_index; member in struct:__anon18283
isacfix.c 243 ISAC_inst->ISACenc_obj.buffer_index = 0;
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp 1443 struct venc_bufferflush buffer_index; local
    [all...]
omx_video_base.cpp 4044 int buffer_index = -1; local
    [all...]
video_encoder_device_copper.cpp 1395 struct venc_bufferflush buffer_index; local
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 8681 OMX_U32 buffer_index = 0; local
    [all...]
omx_vdec_copper.cpp 8254 OMX_U32 buffer_index = 0; local
    [all...]

Completed in 487 milliseconds