Home | History | Annotate | Download | only in HAL

Lines Matching defs:streamInfo

1443         ALOGE("allocateStreamInfoBuf: Unable to allocate streamInfo object");
1454 cam_stream_info_t *streamInfo = (cam_stream_info_t *)streamInfoBuf->getPtr(0);
1455 memset(streamInfo, 0, sizeof(cam_stream_info_t));
1456 streamInfo->stream_type = stream_type;
1457 rc = mParameters.getStreamFormat(stream_type, streamInfo->fmt);
1458 rc = mParameters.getStreamDimension(stream_type, streamInfo->dim);
1460 streamInfo->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS;
1466 streamInfo->streaming_mode = CAM_STREAMING_MODE_CONTINUOUS;
1468 streamInfo->streaming_mode = CAM_STREAMING_MODE_BURST;
1469 streamInfo->num_of_burst = mParameters.getNumOfSnapshots();
1473 streamInfo->streaming_mode = CAM_STREAMING_MODE_BURST;
1474 streamInfo->num_of_burst = mParameters.getNumOfSnapshots();
1483 streamInfo->pp_config.feature_mask |= CAM_QCOM_FEATURE_FLIP;
1484 streamInfo->pp_config.flip = flipMode;