/hardware/qcom/audio/post_proc/ |
D | reverb.c | 459 int16_t ratio; in reverb_set_parameter() local 499 ratio = *(int16_t *)value; in reverb_set_parameter() 500 reverb_set_decay_hf_ratio(reverb_ctxt, ratio); in reverb_set_parameter() 509 ratio = *(int16_t *)value; in reverb_set_parameter() 510 reverb_set_diffusion(reverb_ctxt, ratio); in reverb_set_parameter() 514 ratio = *(int16_t *)value; in reverb_set_parameter() 515 reverb_set_density(reverb_ctxt, ratio); in reverb_set_parameter()
|
/hardware/interfaces/media/omx/1.0/ |
D | IOmxStore.hal | 41 * ratio: <num>:<num> 89 * key: 'block-aspect-ratio-range', value-type: range<ratio> 95 * key: 'pixel-aspect-ratio-range', value-type: range<ratio>
|
/hardware/intel/img/psb_video/src/ |
D | vsp_VPP.c | 1069 float ratio; in vsp_QueryVideoProcPipelineCaps() local 1278 ratio = frc->output_fps / (float)frc->input_fps; in vsp_QueryVideoProcPipelineCaps() 1280 if (!((ratio == 2 || ratio == 2.5 || ratio == 4) && frc->output_fps <= 60)) { in vsp_QueryVideoProcPipelineCaps() 1282 ratio, frc->output_fps); in vsp_QueryVideoProcPipelineCaps() 1406 float ratio; in vsp_set_filter_param() local 1470 ratio = frc_param->output_fps / (float)frc_param->input_fps; in vsp_set_filter_param() 1477 if (ratio == 2) in vsp_set_filter_param() 1479 else if (ratio == 2.5) in vsp_set_filter_param() 1481 else if (ratio == 4) in vsp_set_filter_param() 1483 else if (ratio == 1.25) in vsp_set_filter_param() [all …]
|
/hardware/interfaces/audio/effect/2.0/ |
D | IEnvironmentalReverbEffect.hal | 87 * Sets the ratio of high frequencies decay. 92 * Gets the ratio of high frequencies decay.
|
/hardware/interfaces/audio/effect/4.0/ |
D | IEnvironmentalReverbEffect.hal | 87 * Sets the ratio of high frequencies decay. 92 * Gets the ratio of high frequencies decay.
|
/hardware/interfaces/soundtrigger/2.0/ |
D | ISoundTriggerHw.hal | 59 * silence/sound/speech ratio */
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssMeasurementCallback.hal | 558 * Signal-to-noise ratio at correlator output in dB. 560 * This is the power ratio of the "correlation peak height above the
|
/hardware/google/interfaces/media/c2/1.0/ |
D | types.hal | 164 * step size or geometric ratio. Values can optionally represent flags.
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 4243 int ratio, sub_gop_size, gop_size, nPframes, nBframes, nLayers; in venc_calibrate_gop() local 4304 ratio = MAX(1, MIN((nBframes + (nPframes >> 1))/nPframes, 3)); in venc_calibrate_gop() 4305 nBframes = ratio * nPframes; in venc_calibrate_gop()
|
/hardware/interfaces/camera/metadata/3.2/ |
D | types.hal | 704 * <p>The desired lens aperture size, as a ratio of lens focal length to the 1062 * <p>The maximum ratio between both active area width
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 1266 // noise ratio. 1282 int32_t rssnr; // The current reference signal signal-to-noise ratio in
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 5437 int ratio, sub_gop_size, gop_size, nPframes, nBframes, nLayers; in venc_calibrate_gop() local 5501 ratio = MAX(1, MIN((nBframes + (nPframes >> 1))/nPframes, 3)); in venc_calibrate_gop() 5502 nBframes = ratio * nPframes; in venc_calibrate_gop()
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 1150 * Resized images must be distorted if their output aspect ratio is not the 1151 * same as input aspect ratio. The corner pixels of output may not be the
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 1068 * float[1]: resample ratio (upsampling if < 1.0, downsampling if > 1.0).
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 8307 IF_META_AVAILABLE(cam_focal_length_ratio_t, ratio, in translateFromHalMetadata() 8309 memcpy(&(repro_info.af_focal_length_ratio), ratio, sizeof(cam_focal_length_ratio_t)); in translateFromHalMetadata() 11566 float ratio = 1.0 * MAX_PROCESSED_STREAMS * in getCamInfo() local 11570 info->resource_cost = 100 * MIN(1.0, ratio); in getCamInfo()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraParameters.cpp | 1893 double ratio = (double)livesnapshot_sizes_tbl[i].width / in setLiveSnapshotSize() local 1895 if (fabs(previewAspectRatio - ratio) <= ASPECT_TOLERANCE) { in setLiveSnapshotSize()
|