Home
last modified time | relevance | path

Searched refs:ratio (Results 1 – 16 of 16) sorted by relevance

/hardware/qcom/audio/post_proc/
Dreverb.c459 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/
DIOmxStore.hal41 * 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/
Dvsp_VPP.c1069 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/
DIEnvironmentalReverbEffect.hal87 * Sets the ratio of high frequencies decay.
92 * Gets the ratio of high frequencies decay.
/hardware/interfaces/audio/effect/4.0/
DIEnvironmentalReverbEffect.hal87 * Sets the ratio of high frequencies decay.
92 * Gets the ratio of high frequencies decay.
/hardware/interfaces/soundtrigger/2.0/
DISoundTriggerHw.hal59 * silence/sound/speech ratio */
/hardware/interfaces/gnss/1.0/
DIGnssMeasurementCallback.hal558 * 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/
Dtypes.hal164 * step size or geometric ratio. Values can optionally represent flags.
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp4243 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/
Dtypes.hal704 * <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/
Dtypes.hal1266 // 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/
Dvideo_encoder_device_v4l2.cpp5437 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/
Dtypes.hal1150 * 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/
Dtypes.hal1068 * float[1]: resample ratio (upsampling if < 1.0, downsampling if > 1.0).
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp8307 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/
DQCameraParameters.cpp1893 double ratio = (double)livesnapshot_sizes_tbl[i].width / in setLiveSnapshotSize() local
1895 if (fabs(previewAspectRatio - ratio) <= ASPECT_TOLERANCE) { in setLiveSnapshotSize()