Home | History | Annotate | Download | only in HAL

Lines Matching defs:config

1012  *   @config  : ptr to config about input image, i.e., format, dimension, and etc.
1019 cam_pp_offline_src_config_t *config)
1032 payload.config = config;
1318 // Reset Stream config info
2013 // Update pp config
2774 CDBG_HIGH("%s : HDR config values %s",
2961 cam_capture_frame_config_t config = mParameters.getCaptureFrameConfig();
2962 rc = pChannel->startAdvancedCapture(MM_CAMERA_FRAME_CAPTURE, &config);
3130 rc = m_channels[QCAMERA_CH_TYPE_CAPTURE]->config();
4050 * @config : ptr to config struct about input image info
4058 cam_pp_offline_src_config_t *config,
4064 if (img_ptr == NULL || config == NULL) {
4065 ALOGE("%s: img_ptr or config is NULL", __func__);
4076 rc = imgBuf->allocate(1, config->input_buf_planes.plane_info.frame_len, NON_SECURE);
4090 memcpy(pBufPtr, img_ptr, config->input_buf_planes.plane_info.frame_len);
4096 addOfflineReprocChannel(*config, pp_feature, NULL, NULL);
5699 * @pp config: pp config structure pointer,
5910 // pp feature config
5916 ALOGE("%s: Error while creating PP config",__func__);
5991 * @pp_feature : pp feature config
6146 rc = m_channels[ch_type]->config();