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

  /hardware/interfaces/automotive/evs/1.0/vts/functional/
VtsEvsV1_0TargetTest.cpp 118 sp<IEvsCamera> pCam = pEnumerator->openCamera(cam.cameraId);
119 ASSERT_NE(pCam, nullptr);
122 pCam->getCameraInfo([&cam](CameraDesc desc) {
129 pEnumerator->closeCamera(pCam);
149 sp<IEvsCamera> pCam = pEnumerator->openCamera(cam.cameraId);
150 ASSERT_NE(pCam, nullptr);
153 pCam->getCameraInfo([&cam](CameraDesc desc) {
160 ASSERT_NE(pCam, pCam2);
164 Return<EvsResult> badResult = pCam->setMaxFramesInFlight(2);
168 pEnumerator->closeCamera(pCam);
    [all...]
  /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...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTModelPOD.cpp     [all...]

Completed in 189 milliseconds