/cts/tests/camera/src/android/hardware/camera2/cts/ |
RecordingTest.java | 282 * Test timelapse recording, where capture rate is slower than video (playback) frame rate. 348 * Test slow motion recording where capture rate (camera output) is different with 349 * video (playback) frame rate for each camera if high speed recording is supported 353 * Normal recording use cases make the capture rate (camera output frame 354 * rate) the same as the video (playback) frame rate. This guarantees that 355 * the motions in the scene play at the normal speed. If the capture rate is 356 * faster than video frame rate, for a given time duration, more number of 383 mCollector.expectNotNull("Unable to find the fixed frame rate fps range for " [all...] |
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20131115_234449-fw_1.0.AA-manual/ |
touch_firmware_report-link-fw_1.0.AA-manual-20131115_234449 | 26 Report rate: 145.35 Hz 61 Report rate: 148.63 Hz 96 Report rate: 145.84 Hz 131 Report rate: 144.66 Hz 166 Report rate: 144.32 Hz 201 Report rate: 149.51 Hz 236 Report rate: 144.67 Hz 271 Report rate: 147.42 Hz 306 Report rate: 144.21 Hz 341 Report rate: 148.01 H [all...] |
/external/iproute2/include/linux/ |
pkt_sched.h | 38 __u32 bps; /* Current flow byte rate */ 39 __u32 pps; /* Current flow packet rate */ 94 __u32 rate; member in struct:tc_ratespec 166 struct tc_ratespec rate; member in struct:tc_tbf_qopt 345 struct tc_ratespec rate; member in struct:tc_htb_opt 379 __u32 giants; /* too big packets (rate will not be accurate) */ 565 __u32 rate; /* byte/s */ member in struct:tc_netem_rate 646 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */ 776 TCA_FQ_RATE_ENABLE, /* enable/disable rate limiting * [all...] |
/external/kernel-headers/original/uapi/linux/ |
pkt_sched.h | 38 __u32 bps; /* Current flow byte rate */ 39 __u32 pps; /* Current flow packet rate */ 90 __u32 rate; member in struct:tc_ratespec 162 struct tc_ratespec rate; member in struct:tc_tbf_qopt 341 struct tc_ratespec rate; member in struct:tc_htb_opt 375 __u32 giants; /* too big packets (rate will not be accurate) */ 561 __u32 rate; /* byte/s */ member in struct:tc_netem_rate 642 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */ 772 TCA_FQ_RATE_ENABLE, /* enable/disable rate limiting * [all...] |
/external/speex/include/speex/ |
speex.h | 96 /** Set bit-rate used by the encoder (or lower) */ 98 /** Get current bit-rate used by the encoder or decoder */ 107 /** Set sampling rate used in bit-rate computation */ 109 /** Get sampling rate used in bit-rate computation */ 124 /** Set Average Bit-Rate (ABR) to n bits per seconds */ 126 /** Get Average Bit-Rate (ABR) setting (in bps) */ 143 /** Sets tuning for packet-loss concealment (expected loss rate) */ 148 /** Sets the max bit-rate allowed in VBR mode * [all...] |
/frameworks/av/services/audioflinger/ |
test-resample.cpp | 41 " [-i input-sample-rate] [-o output-sample-rate]" 58 fprintf(stderr," -i input file sample rate (ignored if input file is specified)\n"); 59 fprintf(stderr," -o output file sample rate\n"); 225 // data for testing is exactly (input sampling rate/1000)/2 seconds 337 // Check how fast sample rate changes are that require filter changes. 338 // The delta sample rate changes must indicate a downsampling ratio, 358 printf("%.2f sample rate changes with filter calculation/sec\n", 361 // Check how fast sample rate changes are without filter changes. 362 // This should be very fast, probably 0.1us - 1us per sample rate [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaSyncTest.java | 180 * Tests setPlaybackParams is handled correctly for wrong rate. 183 final float rate = -1.0f; local 185 mMediaSync.setPlaybackParams(new PlaybackParams().setSpeed(rate)); 186 fail("playback rate " + rate + " is not handled correctly"); 197 mMediaSync.setPlaybackParams(new PlaybackParams().setSpeed(rate)); 198 fail("With audio track set, playback rate " + rate 205 * Tests setPlaybackParams is handled correctly for good rate without audio track set. 206 * The case for good rate with audio track set is tested in testPlaybackRate* 209 final float rate = (float)TEST_MAX_SPEED; local [all...] |
/external/iproute2/doc/actions/ |
actions-general | 15 127.0.0.1/32 flowid 1:1 police mtu 4000 rate 1500kbit burst 90k 20 we execute a policing action which rate limits its bandwidth utilization 56 police mtu 4000 rate 1500kbit burst 90k 62 action police mtu 4000 rate 1500kbit burst 90k 113 - It is then metered to make sure it does not exceed its allocated rate of 114 1Kbps. If it doesnt exceed rate, this is where we terminate action execution. 116 - If it does exceed its rate, its "color" changes to a mark of 2 and it is 148 # doesnt exceed that rate, this is where we stop, if it exceeds we 150 action police rate 1kbit burst 9k pipe \ 158 action police index 30 mtu 5000 rate 1kbit burst 10k pipe [all...] |
/frameworks/base/media/java/android/media/ |
MediaRecorder.java | 502 * Set video frame capture rate. This can be used to set a different video frame capture 503 * rate than the recorded video's playback rate. This method also sets the recording mode 508 * @param fps Rate at which frames should be captured in frames per second. 514 * given rate due to camera/encoder limitations. However it tries to be as close as 612 * Sets the frame rate of the video to be captured. Must be called 616 * @param rate the number of frames per second of video to capture 620 * NOTE: On some devices that have auto-frame rate, this sets the 621 * maximum frame rate, not a constant frame rate. Actual frame rat [all...] |
/system/bt/audio_a2dp_hw/ |
audio_a2dp_hw.c | 98 uint32_t rate; member in struct:a2dp_config 201 return (int)(((int64_t)bytes * (1000000 / (chan_count * 2))) / cfg.rate); 436 common->cfg.rate = sample_rate; 438 INFO("got config %d %d", common->cfg.format, common->cfg.rate); 653 DEBUG("rate %" PRIu32,out->common.cfg.rate); 655 return out->common.cfg.rate; 658 static int out_set_sample_rate(struct audio_stream *stream, uint32_t rate) 662 DEBUG("out_set_sample_rate : %" PRIu32, rate); 664 if (rate != AUDIO_STREAM_DEFAULT_RATE [all...] |
/hardware/libhardware/modules/audio_remote_submix/ |
audio_hw.cpp | 72 // the duration of a record buffer at the current record sample rate (of the device, not of 77 #define DEFAULT_SAMPLE_RATE_HZ 48000 // default sample rate 211 // Determine whether the specified sample rate is supported by the submix module. 223 // Determine whether the specified sample rate is supported, if it is return the specified sample 224 // rate, otherwise return the default sample rate for the submix module. 342 ALOGE("audio_config_compare() sample rate mismatch %ul vs. %ul", 380 // If the output isn't configured yet, set the output sample rate to the maximum supported 381 // sample rate such that the smallest possible input buffer is created, and put a default 550 SUBMIX_ALOGV("submix_open_validate_l(): sample rate=%d format=%x [all...] |
/hardware/bsp/intel/peripheral/audio/generic/ |
audio_hal.c | 352 uint32_t rate = proxy_get_sample_rate(&((struct stream_out*)stream)->proxy); local 353 ALOGV("out_get_sample_rate() = %d", rate); 354 return rate; 357 static int out_set_sample_rate(struct audio_stream *stream, uint32_t rate) 639 /* Rate */ 641 proxy_config.rate = config->sample_rate = profile_get_default_sample_rate(out->profile); 643 proxy_config.rate = config->sample_rate; 645 ALOGE("%s: The requested sample rate (%d) is not valid", __func__, config->sample_rate); 646 proxy_config.rate = config->sample_rate = profile_get_default_sample_rate(out->profile); 732 /* TODO This needs to be calculated based on format/channels/rate */ 741 uint32_t rate = proxy_get_sample_rate(&((const struct stream_in *)stream)->proxy); local [all...] |
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/ |
omx_proxy_h264enc.c | 107 /* Params needed for Dynamic Frame Rate Control*/ 108 #define FRAME_RATE_THRESHOLD 1 /* Change in Frame rate to configure the encoder */ 109 OMX_U32 nFrameRateThreshold = 0;/* Frame Rate threshold for every frame rate update */ 113 OMX_TICKS nLastFrameRateUpdateTime = 0; /*Time stamp at last frame rate update */ 174 OMX_U32 nTargetFrameRate = 0; /* Target Frame Rate to be provided to Encoder */ 175 OMX_U32 nCurrentFrameRate = 0; /* Current Frame Rate currently set in Encoder */ 192 /* Increment the Frame Counter and Calculate Frame Rate*/ 200 /*Get Port Frame Rate if not read yet*/ 210 DOMX_DEBUG(" Port Frame Rate is %d ", nPortFrameRate) [all...] |
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/ |
omx_proxy_mpeg4enc.c | 110 /* Params needed for Dynamic Frame Rate Control*/ 111 #define FRAME_RATE_THRESHOLD 1 /* Change in Frame rate to configure the encoder */ 112 OMX_U32 nFrameRateThreshold = 0;/* Frame Rate threshold for every frame rate update */ 116 OMX_TICKS nLastFrameRateUpdateTime = 0; /*Time stamp at last frame rate update */ 172 OMX_U32 nTargetFrameRate = 0; /* Target Frame Rate to be provided to Encoder */ 173 OMX_U32 nCurrentFrameRate = 0; /* Current Frame Rate currently set in Encoder */ 190 /* Increment the Frame Counter and Calculate Frame Rate*/ 198 /*Get Port Frame Rate if not read yet*/ 208 DOMX_DEBUG(" Port Frame Rate is %d ", nPortFrameRate) [all...] |
/developers/build/prebuilts/gradle/AlwaysOn/Wearable/src/main/res/values/ |
strings.xml | 21 <string name="update_rate_label">Update rate: %1$d sec</string>
|
/developers/samples/android/wearable/wear/AlwaysOn/Wearable/src/main/res/values/ |
strings.xml | 21 <string name="update_rate_label">Update rate: %1$d sec</string>
|
/development/ndk/platforms/android-19/include/android/ |
sensor.h | 223 * Sets the delivery rate of events in microseconds for the given sensor. 225 * rate. It is an error to set a rate inferior to the value returned by 280 * constant rate, but rather only when a new data is available.
|
/development/ndk/platforms/android-9/include/android/ |
sensor.h | 190 * Sets the delivery rate of events in microseconds for the given sensor. 192 * rate. It is an error to set a rate inferior to the value returned by 247 * constant rate, but rather only when a new data is available.
|
/development/samples/BluetoothHDP/ |
_index.jd | 7 Bluetooth, such as heart-rate monitors, blood meters, thermometers, scales, and
|
/development/samples/browseable/AlwaysOn/res/values/ |
strings.xml | 21 <string name="update_rate_label">Update rate: %1$d sec</string>
|
/device/huawei/angler/ |
audio_output_policy.conf | 4 # sample rate specified under "sampling_rates" and bit width under
|
/device/huawei/angler/camera/ |
QCameraParameters.h | 50 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels. 53 // The mode of preview frame rate. 54 // Example value: "frame-rate-auto, frame-rate-fixed".
|
/device/lge/bullhead/camera/ |
QCameraParameters.h | 50 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels. 53 // The mode of preview frame rate. 54 // Example value: "frame-rate-auto, frame-rate-fixed".
|
/device/moto/shamu/camera/QCamera/HAL2/core/inc/ |
QCameraParameters.h | 50 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels. 53 // The mode of preview frame rate. 54 // Example value: "frame-rate-auto, frame-rate-fixed".
|
/device/moto/shamu/camera/ |
QCameraParameters.h | 50 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels. 53 // The mode of preview frame rate. 54 // Example value: "frame-rate-auto, frame-rate-fixed".
|