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

  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
wb_vad.h 48 Word16 burst_count; /* counts length of a speech burst */ member in struct:__anon29662
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
vad1.h 111 Word16 burst_count; /* counts length of a speech burst */ member in struct:__anon29620
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
eg_asm.c 80 bc->bytecode[id] = S_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(cf->output.burst_count - 1) |
111 bc->bytecode[id] = S_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(cf->output.burst_count - 1) |
r600_asm.h 130 unsigned burst_count; member in struct:r600_bytecode_output
r600_asm.c 311 (output->burst_count + bc->cf_last->output.burst_count) <= 16) {
313 if ((output->gpr + output->burst_count) == bc->cf_last->output.gpr &&
314 (output->array_base + output->burst_count) == bc->cf_last->output.array_base) {
320 bc->cf_last->output.burst_count += output->burst_count;
323 } else if (output->gpr == (bc->cf_last->output.gpr + bc->cf_last->output.burst_count) &&
324 output->array_base == (bc->cf_last->output.array_base + bc->cf_last->output.burst_count)) {
328 bc->cf_last->output.burst_count += output->burst_count;
    [all...]
r600_shader.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
eg_asm.c 80 bc->bytecode[id] = S_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(cf->output.burst_count - 1) |
111 bc->bytecode[id] = S_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(cf->output.burst_count - 1) |
r600_asm.h 130 unsigned burst_count; member in struct:r600_bytecode_output
r600_asm.c 311 (output->burst_count + bc->cf_last->output.burst_count) <= 16) {
313 if ((output->gpr + output->burst_count) == bc->cf_last->output.gpr &&
314 (output->array_base + output->burst_count) == bc->cf_last->output.array_base) {
320 bc->cf_last->output.burst_count += output->burst_count;
323 } else if (output->gpr == (bc->cf_last->output.gpr + bc->cf_last->output.burst_count) &&
324 output->array_base == (bc->cf_last->output.array_base + bc->cf_last->output.burst_count)) {
328 bc->cf_last->output.burst_count += output->burst_count;
    [all...]
r600_shader.c     [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c 357 st->burst_count = 0;
361 /* update the counters (hang_count, burst_count) */
364 st->burst_count = st->burst_count + 1;
365 if(st->burst_count >= burst_len)
372 st->burst_count = 0;
674 state->burst_count = 0;
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp 899 Inputs : burst_count: counter for the length of speech bursts
902 Outputs : burst_count: counter for the length of speech bursts
977 st->burst_count = 0;
995 st->burst_count = BURST_LEN_HIGH_NOISE;
1009 /* update the counters (hang_count, burst_count) */
1012 st->burst_count = add(st->burst_count, 1, pOverflow);
1014 if (st->burst_count >= burst_len)
1022 st->burst_count = 0;
    [all...]
  /device/asus/deb/kernel-headers/media/
msmb_isp.h 162 uint32_t burst_count; member in struct:msm_vfe_axi_stream_request_cmd
  /device/asus/deb/original-kernel-headers/media/
msmb_isp.h 133 uint32_t burst_count; member in struct:msm_vfe_axi_stream_request_cmd
  /device/asus/flo/kernel-headers/media/
msmb_isp.h 162 uint32_t burst_count; member in struct:msm_vfe_axi_stream_request_cmd
  /device/asus/flo/original-kernel-headers/media/
msmb_isp.h 133 uint32_t burst_count; member in struct:msm_vfe_axi_stream_request_cmd
  /device/lge/hammerhead/kernel-headers/media/
msmb_isp.h 169 uint32_t burst_count; member in struct:msm_vfe_axi_stream_request_cmd
  /device/lge/hammerhead/original-kernel-headers/media/
msmb_isp.h 139 uint32_t burst_count; member in struct:msm_vfe_axi_stream_request_cmd
  /hardware/qcom/msm8x74/kernel-headers/media/
msmb_isp.h 166 uint32_t burst_count; member in struct:msm_vfe_axi_stream_request_cmd
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msmb_isp.h 136 uint32_t burst_count; member in struct:msm_vfe_axi_stream_request_cmd

Completed in 889 milliseconds