HomeSort by relevance Sort by last modified time
    Searched refs:pCam (Results 1 - 5 of 5) sorted by null

  /device/google/marlin/camera/QCamera2/HAL/
QCameraMuxer.cpp 68 #define CHECK_CAMERA(pCam) \
69 if (!pCam) { \
74 #define CHECK_CAMERA_ERROR(pCam) \
75 if (!pCam) { \
334 qcamera_physical_descriptor_t *pCam = NULL;
339 pCam = gMuxer->getPhysicalCamera(cam, i);
340 CHECK_CAMERA_ERROR(pCam);
343 if (pCam->mode == CAM_MODE_PRIMARY) {
344 QCamera2HardwareInterface *hwi = pCam->hwi;
346 rc = hwi->set_preview_window(pCam->dev, window)
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMuxer.cpp 68 #define CHECK_CAMERA(pCam) \
69 if (!pCam) { \
74 #define CHECK_CAMERA_ERROR(pCam) \
75 if (!pCam) { \
334 qcamera_physical_descriptor_t *pCam = NULL;
339 pCam = gMuxer->getPhysicalCamera(cam, i);
340 CHECK_CAMERA_ERROR(pCam);
343 if (pCam->mode == CAM_MODE_PRIMARY) {
344 QCamera2HardwareInterface *hwi = pCam->hwi;
346 rc = hwi->set_preview_window(pCam->dev, window)
    [all...]
  /external/eigen/demos/opengl/
trackball.h 27 void setCamera(Camera* pCam) { mpCamera = pCam; }
  /hardware/interfaces/automotive/evs/1.0/vts/functional/
VtsHalEvsV1_0TargetTest.cpp 138 sp<IEvsCamera> pCam = pEnumerator->openCamera(cam.cameraId);
139 ASSERT_NE(pCam, nullptr);
142 pCam->getCameraInfo([&cam](CameraDesc desc) {
149 pEnumerator->closeCamera(pCam);
169 sp<IEvsCamera> pCam = pEnumerator->openCamera(cam.cameraId);
170 ASSERT_NE(pCam, nullptr);
173 pCam->getCameraInfo([&cam](CameraDesc desc) {
180 ASSERT_NE(pCam, pCam2);
184 Return<EvsResult> badResult = pCam->setMaxFramesInFlight(2);
188 pEnumerator->closeCamera(pCam);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTModelPOD.cpp     [all...]

Completed in 292 milliseconds