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

  /hardware/ti/omap4xxx/camera/
SensorListener.cpp 57 CAMHAL_LOGVB(" azimuth = %f pitch = %f roll = %f",
81 CAMHAL_LOGVB(" tilt = %d orientation = %d", tilt, orient);
AppCallbackNotifier.cpp 485 CAMHAL_LOGVB("copy2Dto1D() y= %p ; uv=%p.",y_uv[0], y_uv[1]);
486 CAMHAL_LOGVB("pixelFormat= %s; offset=%d", pixelFormat,offset);
747 CAMHAL_LOGVB("%d:copy2Dto1D(%p, %p, %d, %d, %d, %d, %d,%s)",
    [all...]
BaseCameraAdapter.cpp 236 CAMHAL_LOGVB("Adding Frame=0x%x Y=0x%x UV=0x%x", frame->mBuffer, frame->mYuv[0], frame->mYuv[1]);
245 CAMHAL_LOGVB("Removing %d Frames = ", size);
249 CAMHAL_LOGVB("Free Frame=0x%x Y=0x%x UV=0x%x", frame->mBuffer, frame->mYuv[0], frame->mYuv[1]);
306 CAMHAL_LOGVB("REFCOUNT 0x%x %d", frameBuf, refCount);
    [all...]
CameraHal.cpp 416 CAMHAL_LOGVB("%s Preview Width=%d Height=%d\n", __FUNCTION__, w, h);
420 CAMHAL_LOGVB("%s Video Width=%d Height=%d\n", __FUNCTION__, mVideoWidth, mVideoHeight);
424 CAMHAL_LOGVB("%s Preview Width=%d Height=%d\n", __FUNCTION__, w, h);
515 CAMHAL_LOGVB("Passed FRR: %s, Supported FRR %s", valstr
517 CAMHAL_LOGVB("Passed FR: %d, Supported FR %s", framerate
    [all...]
ANativeWindowDisplayAdapter.cpp 409 CAMHAL_LOGVB("mPreviewWidth = %d mPreviewHeight = %d", mPreviewWidth, mPreviewHeight);
1086 CAMHAL_LOGVB(" crop.left = %d crop.top = %d crop.right = %d crop.bottom = %d",
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFD.cpp 216 CAMHAL_LOGVB("Size = %d, sizeof = %d, pAuxBuf = 0x%x, pAuxBufSize= %d, pMetaDataBufer = 0x%x, nMetaDataSize = %d",
245 CAMHAL_LOGVB("Size = %d, sizeof = %d, eType = 0x%x, nDataSize= %d, nPortIndex = 0x%x, nVersion = 0x%x",
260 CAMHAL_LOGVB("Faces detected %d",
OMXCameraAdapter.cpp 107 CAMHAL_LOGVB("OMX_GetHandle -0x%x sensor_index = %lu", eError, mSensorIndex);
502 CAMHAL_LOGVB("Prev: cap.mColorFormat = %d", (int)cap->mColorFormat);
503 CAMHAL_LOGVB("Prev: cap.mWidth = %d", (int)cap->mWidth);
504 CAMHAL_LOGVB("Prev: cap.mHeight = %d", (int)cap->mHeight);
505 CAMHAL_LOGVB("Prev: cap.mFrameRate = %d", (int)cap->mFrameRate);
515 CAMHAL_LOGVB("Video: cap.mColorFormat = %d", (int)cap->mColorFormat);
516 CAMHAL_LOGVB("Video: cap.mWidth = %d", (int)cap->mWidth);
517 CAMHAL_LOGVB("Video: cap.mHeight = %d", (int)cap->mHeight);
518 CAMHAL_LOGVB("Video: cap.mFrameRate = %d", (int)cap->mFrameRate);
608 CAMHAL_LOGVB("Copying from 0x%x, size=%d x %d", buff, width, height)
    [all...]
OMXCapture.cpp 63 CAMHAL_LOGVB("Image: cap.mWidth = %d", (int)cap->mWidth);
64 CAMHAL_LOGVB("Image: cap.mHeight = %d", (int)cap->mHeight);
152 CAMHAL_LOGVB("Picture Rotation set %d", mPictureRotation);
174 CAMHAL_LOGVB("Sensor Orientation set : %d", mSensorOrientation);
190 CAMHAL_LOGVB("Burst Frames set %d", mBurstFrames);
209 CAMHAL_LOGVB("Picture Quality set %d", mPictureQuality);
226 CAMHAL_LOGVB("Picture Thumb width set %d", mThumbWidth);
243 CAMHAL_LOGVB("Picture Thumb height set %d", mThumbHeight);
    [all...]
OMXAlgo.cpp 117 CAMHAL_LOGVB("IPP Mode set %d", ipp);
279 CAMHAL_LOGVB("AutoConvergenceMode %s, value = %d", valstr, (int) manualconvergence);
753 CAMHAL_LOGVB("Configuring LDC mode 0x%x", bOMX.bEnabled);
805 CAMHAL_LOGVB("Configuring NSF mode 0x%x", nsf.eMode);
    [all...]
OMXExif.cpp 195 CAMHAL_LOGVB("EXIF Model: %s", valstr);
206 CAMHAL_LOGVB("EXIF Make: %s", valstr);
217 CAMHAL_LOGVB("EXIF Focal length: %s", valstr);
337 CAMHAL_LOGVB("exifTags->ulFocalLength = [%u] [%u]",
OMX3A.cpp 112 CAMHAL_LOGVB("SceneMode %d", mParameters3A.SceneMode);
211 CAMHAL_LOGVB("ISO mode arrived in HAL : %s", str);
267 CAMHAL_LOGVB("Flash Setting %s", str);
268 CAMHAL_LOGVB("FlashMode %d", mParameters3A.FlashMode);
353 CAMHAL_LOGVB("areAreasDifferent? = %d",
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 143 CAMHAL_LOGVB("~Encoder_libjpeg(%p)", this);
CameraHal.h 91 #define CAMHAL_LOGVB(str, ...)
106 #define CAMHAL_LOGVB DBGUTILS_LOGVB
    [all...]

Completed in 976 milliseconds