HomeSort by relevance Sort by last modified time
    Searched defs:rate (Results 151 - 175 of 490) sorted by null

1 2 3 4 5 67 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodemb.c 69 int rate; member in struct:vp9_token_state
146 tokens[eob][0].rate = 0;
168 rate0 = tokens[next][0].rate;
169 rate1 = tokens[next][1].rate;
188 tokens[i][0].rate = base_bits + (best ? rate1 : rate0);
196 rate0 = tokens[next][0].rate;
197 rate1 = tokens[next][1].rate;
244 tokens[i][1].rate = base_bits + (best ? rate1 : rate0);
261 tokens[next][0].rate +=
266 tokens[next][1].rate +
    [all...]
vp9_block.h 49 int rate; member in struct:__anon40727
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
esd.h 24 /* default sample rate for the EsounD server */
67 ESD_PROTO_SERVER_INFO, /* get server info (ver, sample rate, format) */
131 /* rate, format = (bits | channels | stream | func) */
147 int esd_play_stream( esd_format_t format, int rate,
149 int esd_play_stream_fallback( esd_format_t format, int rate,
151 int esd_monitor_stream( esd_format_t format, int rate,
153 /* int esd_monitor_stream_fallback( esd_format_t format, int rate ); */
154 int esd_record_stream( esd_format_t format, int rate,
156 int esd_record_stream_fallback( esd_format_t format, int rate,
158 int esd_filter_stream( esd_format_t format, int rate,
203 int rate; \/* sample rate *\/ member in struct:esd_server_info
214 int rate; \/* sample rate *\/ member in struct:esd_player_info
229 int rate; \/* sample rate *\/ member in struct:esd_sample_info
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
esd.h 24 /* default sample rate for the EsounD server */
67 ESD_PROTO_SERVER_INFO, /* get server info (ver, sample rate, format) */
131 /* rate, format = (bits | channels | stream | func) */
147 int esd_play_stream( esd_format_t format, int rate,
149 int esd_play_stream_fallback( esd_format_t format, int rate,
151 int esd_monitor_stream( esd_format_t format, int rate,
153 /* int esd_monitor_stream_fallback( esd_format_t format, int rate ); */
154 int esd_record_stream( esd_format_t format, int rate,
156 int esd_record_stream_fallback( esd_format_t format, int rate,
158 int esd_filter_stream( esd_format_t format, int rate,
203 int rate; \/* sample rate *\/ member in struct:esd_server_info
214 int rate; \/* sample rate *\/ member in struct:esd_player_info
229 int rate; \/* sample rate *\/ member in struct:esd_sample_info
    [all...]
  /development/ndk/platforms/android-3/include/linux/
fd.h 30 rate, member in struct:floppy_struct
33 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
34 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) )
240 unsigned char rate; member in struct:floppy_raw_cmd
  /development/ndk/platforms/android-L/include/linux/
fd.h 40 rate, member in struct:floppy_struct
44 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
45 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? 512 : 128 << FD_SIZECODE(floppy) )
236 unsigned char rate; member in struct:floppy_raw_cmd
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 92 uint32_t rate; member in struct:a2dp_config
190 return bytes*(1000000/(chan_count*2))/cfg.rate;
387 common->cfg.rate = sample_rate;
389 INFO("got config %d %d", common->cfg.format, common->cfg.rate);
603 DEBUG("rate %" PRIu32,out->common.cfg.rate);
605 return out->common.cfg.rate;
608 static int out_set_sample_rate(struct audio_stream *stream, uint32_t rate)
612 DEBUG("out_set_sample_rate : %" PRIu32, rate);
614 if (rate != AUDIO_STREAM_DEFAULT_RATE
    [all...]
  /external/chromium_org/media/formats/mp4/
box_definitions.h 110 int32 rate; member in struct:media::mp4::MovieHeader
  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 246 // Rate is computed on actual elapsed time, not the sum of per-thread
249 char rate[100]; local
250 snprintf(rate, sizeof(rate), "%6.1f MB/s",
252 extra = rate;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
pickinter.c 147 int rate; local
158 rate = mode_costs[mode];
163 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
167 *bestrate = rate;
183 int *Rate,
228 *Rate = cost;
590 int rate; local
813 pick_intra4x4mby_modes(x, &rate, &distortion2);
821 rate2 += rate;
1265 int rate, best_rate = 0, distortion, best_sse; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_pickmode.c 213 int rate; local
245 dc_quant >> 3, &rate, &dist);
246 *out_rate_sum = rate >> 1;
250 ac_quant >> 3, &rate, &dist);
251 *out_rate_sum += rate;
278 int *rate, int64_t *dist) {
289 // Set a maximum for threshold to avoid big PSNR loss in low bit rate
341 *rate = cpi->inter_mode_cost[mbmi->mode_context[ref_frame]]
344 // More on this part of rate
345 // rate += vp9_cost_bit(vp9_get_skip_prob(cm, xd), 1)
363 int rate; member in struct:estimate_block_intra_args
381 int rate; local
436 int rate = INT_MAX; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp_defines.h 37 uint32_t rate; member in struct:webrtc::AudioPayload
265 const uint32_t rate) = 0;
336 const uint32_t rate) OVERRIDE {
  /external/fio/
backend.c 138 * Check if we are above the minimum rate given.
146 unsigned long rate; local
169 * if rate blocks is set, sample is running
176 if (td->o.rate[ddir]) {
178 * check bandwidth specified rate
181 log_err("%s: min rate %u not met\n", td->o.name,
186 rate = ((bytes - td->rate_bytes[ddir]) * 1000) / spent;
188 rate = 0;
190 if (rate < ratemin ||
192 log_err("%s: min rate %u not met, got
    [all...]
stat.c 1794 unsigned long spent, rate; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 147 int rate; local
158 rate = mode_costs[mode];
163 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
167 *bestrate = rate;
183 int *Rate,
228 *Rate = cost;
587 int rate; local
803 pick_intra4x4mby_modes(x, &rate, &distortion2);
811 rate2 += rate;
1252 int rate, best_rate = 0, distortion, best_sse; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 49 int rate; member in struct:__anon29544
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvproto.h 88 xvRational rate; member in struct:__anon34067
  /external/speex/libspeex/
preprocess.c 185 int sampling_rate; /**< Sampling rate of the input/output */
575 float rate; local
586 /*rate=2.0f*Pframe*Pframe/(1+st->nb_loudness_adapt);*/
587 rate = .03*Pframe*Pframe;
588 st->loudness = (1-rate)*st->loudness + (rate)*pow(AMP_SCALE*loudness, LOUDNESS_EXP);
589 st->loudness_accum = (1-rate)*st->loudness_accum + rate;
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 55 /* speaking rate */
94 const char * picoSupportedProperties[] = { "language", "rate", "pitch", "volume" };
114 int picoProp_currRate = PICO_DEF_RATE; /* current rate */
539 if (picoProp_currRate != PICO_DEF_RATE) { /* non-default rate */
1313 int rate; local
    [all...]
  /external/tcpdump/
print-802_11.c 55 u_int8_t rate; member in struct:radiotap_state
72 PRINT_RATE(sep, p.rates.rate[z], \
73 (p.rates.rate[z] & 0x80 ? "*" : "")); \
757 if (rates.length > sizeof rates.rate)
763 memcpy(&rates.rate, p + offset, rates.length);
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 268 u8 rate = 0; local
271 if ((sta->supported_rates[i] & 0x7f) > rate)
272 rate = sta->supported_rates[i] & 0x7f;
274 return rate;
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 1076 int32_t rate; local
    [all...]
  /frameworks/av/media/libstagefright/
AVIExtractor.cpp 613 uint32_t rate = U32LE_AT(&data[20]); local
655 track->mRate = rate;
    [all...]
  /frameworks/base/media/java/android/media/
AudioTrack.java 59 * (high sampling rate, bits per sample ...)</li>
92 /** Minimum value for sample rate */
94 /** Maximum value for sample rate */
221 * The audio data source sampling rate in Hz.
292 * @param sampleRateInHz the initial source sample rate expressed in Hz.
336 * @param sampleRateInHz the initial source sample rate expressed in Hz.
376 * configuring the audio format parameters such as encoding, channel mask and sample rate.
409 int rate = 0; local
412 rate = format.getSampleRate();
414 rate = AudioSystem.getPrimaryOutputSamplingRate()
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
pickinter.c 148 int rate; local
159 rate = mode_costs[mode];
164 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
168 *bestrate = rate;
184 int *Rate,
230 *Rate = cost;
589 int rate; local
806 pick_intra4x4mby_modes(x, &rate, &distortion2);
814 rate2 += rate;
1255 int rate, best_rate = 0, distortion, best_sse = 0; local
    [all...]

Completed in 3145 milliseconds

1 2 3 4 5 67 8 91011>>