Searched refs:setVideoSize (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParameters.h423 int32_t setVideoSize(const QCameraParameters& );
H A DQCameraParameters.cpp1053 * FUNCTION : setVideoSize
1064 int32_t QCameraParameters::setVideoSize(const QCameraParameters& params) function in class:qcamera::QCameraParameters
1091 CameraParameters::setVideoSize(width, height);
2739 if ((rc = setVideoSize(params))) final_rc = rc;
2875 CameraParameters::setVideoSize(m_pCapability->video_sizes_tbl[0].width,
/hardware/samsung_slsi/exynos5/include/
H A DExynosCamera.h347 bool setVideoSize(int w, int h);
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp942 if ( recorder->setVideoSize(VcaptureSize[VcaptureSizeIDX].width, VcaptureSize[VcaptureSizeIDX].height) < 0 ) {
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.cpp852 if (m_secCamera->setVideoSize(newVideoW, newVideoH) == false) {
853 ALOGE("ERR(%s):Fail on m_secCamera->setVideoSize(width(%d), height(%d))",
857 m_params.setVideoSize(newVideoW, newVideoH);
1907 p.setVideoSize(videoMaxW, videoMaxH);
H A DExynosCamera.cpp1388 bool ExynosCamera::setVideoSize(int w, int h) function in class:android::ExynosCamera

Completed in 434 milliseconds