Home
last modified time | relevance | path

Searched refs:getStreamFormat (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h90 int32_t getStreamFormat(cam_stream_type_t streamType,
DQCameraParametersIntf.cpp157 int32_t QCameraParametersIntf::getStreamFormat(cam_stream_type_t streamType, in getStreamFormat() function in qcamera::QCameraParametersIntf
162 return mImpl->getStreamFormat(streamType, format); in getStreamFormat()
DQCamera2HWI.cpp3025 mParameters.getStreamFormat(CAM_STREAM_TYPE_PREVIEW,fmt); in allocateStreamBuf()
3143 mParameters.getStreamFormat(CAM_STREAM_TYPE_VIDEO,fmt); in allocateStreamBuf()
3167 mParameters.getStreamFormat(CAM_STREAM_TYPE_VIDEO,fmt); in allocateStreamBuf()
3308 rc = mParameters.getStreamFormat(stream_type, streamInfo->fmt); in initStreamInfoBuf()
3577 mParameters.getStreamFormat(CAM_STREAM_TYPE_VIDEO, fmt); in allocateStreamUserBuf()
5629 mParameters.getStreamFormat(CAM_STREAM_TYPE_SNAPSHOT, params.picture_format); in checkIntPicPending()
5632 mParameters.getStreamFormat(CAM_STREAM_TYPE_RAW, params.picture_format); in checkIntPicPending()
8890 mParameters.getStreamFormat(CAM_STREAM_TYPE_PREVIEW, fmt); in preparePreview()
8954 mParameters.getStreamFormat(CAM_STREAM_TYPE_PREVIEW, fmt); in preparePreview()
DQCameraChannel.cpp1218 param.getStreamFormat(CAM_STREAM_TYPE_OFFLINE_PROC, streamInfo->fmt); in addReprocStreamsFromSource()
DQCameraParameters.h660 int32_t getStreamFormat(cam_stream_type_t streamType,