Home
last modified time | relevance | path

Searched refs:getPictureSize (Results 1 – 6 of 6) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
DExynosCamera.h488 bool getPictureSize(int *w, int *h);
/hardware/qcom/camera/QCamera2/HAL/
DQCameraParameters.cpp1028 params.getPictureSize(&width, &height); in setPictureSize()
1037 CameraParameters::getPictureSize(&old_width, &old_height); in setPictureSize()
1119 params.getPictureSize(&m_LiveSnapshotSize.width, &m_LiveSnapshotSize.height); in setLiveSnapshotSize()
1277 params.getPictureSize(&pic_width, &pic_height); in setJpegThumbnailSize()
4890 getPictureSize(&dim.width, &dim.height); in getStreamDimension()
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCameraHWInterface.cpp729 params.getPictureSize(&newPictureW, &newPictureH); in setParameters()
735 m_secCamera->getPictureSize(&orgPictureW, &orgPictureH); in setParameters()
743 m_secCamera->getPictureSize(&tempW, &tempH); in setParameters()
3133 m_secCamera->getPictureSize(&pictureW, &pictureH); in m_startPictureInternal()
3249 m_secCamera->getPictureSize(&pictureW, &pictureH); in m_pictureThreadFunc()
DExynosCamera.cpp2443 bool ExynosCamera::getPictureSize(int *w, int *h) in getPictureSize() function in android::ExynosCamera
/hardware/ti/omap4xxx/camera/
DCameraHal.cpp487 params.getPictureSize(&w, &h); in setParameters()
2393 mParameters.getPictureSize(( int * ) &frame.mWidth, in startImageBracketing()
2580 mParameters.getPictureSize(( int * ) &frame.mWidth, in takePicture()
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCapture.cpp50 params.getPictureSize(&w, &h); in setParametersCapture()