Searched refs:getStreamFormat (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraParametersIntf.h | 90 int32_t getStreamFormat(cam_stream_type_t streamType,
|
D | QCameraParametersIntf.cpp | 157 int32_t QCameraParametersIntf::getStreamFormat(cam_stream_type_t streamType, in getStreamFormat() function in qcamera::QCameraParametersIntf 162 return mImpl->getStreamFormat(streamType, format); in getStreamFormat()
|
D | QCamera2HWI.cpp | 3025 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()
|
D | QCameraChannel.cpp | 1218 param.getStreamFormat(CAM_STREAM_TYPE_OFFLINE_PROC, streamInfo->fmt); in addReprocStreamsFromSource()
|
D | QCameraParameters.h | 660 int32_t getStreamFormat(cam_stream_type_t streamType,
|