OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pCam
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/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/eigen/demos/opengl/
trackball.h
27
void setCamera(Camera*
pCam
) { mpCamera =
pCam
; }
Completed in 71 milliseconds