Searched refs:ratio (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/audio/post_proc/
H A Dreverb.c177 ALOGV("%s: decay hf ratio: %d", __func__,
459 int16_t ratio; local
499 ratio = *(int16_t *)value;
500 reverb_set_decay_hf_ratio(reverb_ctxt, ratio);
509 ratio = *(int16_t *)value;
510 reverb_set_diffusion(reverb_ctxt, ratio);
514 ratio = *(int16_t *)value;
515 reverb_set_density(reverb_ctxt, ratio);
/hardware/intel/img/psb_video/src/
H A Dvsp_VPP.c1069 float ratio; local
1278 ratio = frc->output_fps / (float)frc->input_fps;
1280 if (!((ratio == 2 || ratio == 2.5 || ratio == 4) && frc->output_fps <= 60)) {
1282 ratio, frc->output_fps);
1406 float ratio; local
1470 ratio = frc_param->output_fps / (float)frc_param->input_fps;
1477 if (ratio == 2)
1479 else if (ratio
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp4243 int ratio, sub_gop_size, gop_size, nPframes, nBframes, nLayers; local
4300 * ratio is rounded,
4301 * eg1: nPframes = 9, nBframes = 11 => ratio = 1
4302 * eg2: nPframes = 9, nBframes = 16 => ratio = 2
4304 ratio = MAX(1, MIN((nBframes + (nPframes >> 1))/nPframes, 3));
4305 nBframes = ratio * nPframes;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp5295 DEBUG_PRINT_LOW("TemporalLayer: layer[%u] ratio=%u%% bitrate=%u(of %ld)",
5437 int ratio, sub_gop_size, gop_size, nPframes, nBframes, nLayers; local
5497 * ratio is rounded,
5498 * eg1: nPframes = 9, nBframes = 11 => ratio = 1
5499 * eg2: nPframes = 9, nBframes = 16 => ratio = 2
5501 ratio = MAX(1, MIN((nBframes + (nPframes >> 1))/nPframes, 3));
5502 nBframes = ratio * nPframes;
6443 DEBUG_PRINT_LOW("TemporalLayer: layerwise bitrate ratio not specified. Will use cumulative..");
6446 DEBUG_PRINT_LOW("TemporalLayer: layerwise bitrate ratio specified");
6456 DEBUG_PRINT_ERROR("invalid bitrate ratio fo
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp5888 DEBUG_PRINT_LOW("TemporalLayer: layer[%u] ratio=%u%% bitrate=%u(of %ld)",
6041 int ratio, sub_gop_size, gop_size, nPframes, nBframes, nLayers; local
6101 * ratio is rounded,
6102 * eg1: nPframes = 9, nBframes = 11 => ratio = 1
6103 * eg2: nPframes = 9, nBframes = 16 => ratio = 2
6105 ratio = MAX(1, MIN((nBframes + (nPframes >> 1))/nPframes, 3));
6106 nBframes = ratio * nPframes;
7264 DEBUG_PRINT_LOW("TemporalLayer: layerwise bitrate ratio not specified. Will use cumulative..");
7267 DEBUG_PRINT_LOW("TemporalLayer: layerwise bitrate ratio specified");
7277 DEBUG_PRINT_ERROR("invalid bitrate ratio fo
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h4242 int32 snr; /* signal to noise ratio */
5408 int32 tp_ratio_thresh; /* Throughput ratio threshold */
5439 uint16 ratio; /* Avg Txdelay Delta */ member in struct:txdelay_params
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp8307 IF_META_AVAILABLE(cam_focal_length_ratio_t, ratio,
8309 memcpy(&(repro_info.af_focal_length_ratio), ratio, sizeof(cam_focal_length_ratio_t));
11566 float ratio = 1.0 * MAX_PROCESSED_STREAMS * local
11570 info->resource_cost = 100 * MIN(1.0, ratio);
12586 * the ratio of preview buffers to video buffers requested in process
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraParameters.cpp99 const char QCameraParameters::KEY_QC_MIN_FOCUS_POS_RATIO[] = "min-focus-pos-ratio";
100 const char QCameraParameters::KEY_QC_MAX_FOCUS_POS_RATIO[] = "max-focus-pos-ratio";
511 /*Thumbnail sizes to match portrait picture size aspect ratio*/
1276 * DESCRIPTION: create string obj contains array of zoom ratio values
1594 // Update View angles based on Picture Aspect ratio
1612 // Update View angles based on Picture Aspect ratio
1650 * DESCRIPTION: Update the Horizontal & Vertical based on the Aspect ratio of Preview and
1651 * Picture aspect ratio
1681 // crop as per the Maximum Snapshot aspect ratio
1887 // that has same preview aspect ratio
1893 double ratio = (double)livesnapshot_sizes_tbl[i].width / local
[all...]

Completed in 926 milliseconds