Home
last modified time | relevance | path

Searched refs:ppmStamp (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXReprocess.cpp239 … CameraHal::PPM("Reprocess stopping image capture and disabling image port: ", &bufArr->ppmStamp); in UseBuffersReprocess()
292 CameraHal::PPM("Reprocess configuration done: ", &bufArr->ppmStamp); in UseBuffersReprocess()
363 CameraHal::PPM("Reprocess video port enabled and buffers registered: ", &bufArr->ppmStamp); in UseBuffersReprocess()
DOMXCapture.cpp1807 CameraHal::PPM("Takepicture image port configuration: ", &bufArr->ppmStamp); in UseBuffersCapture()
1877 CameraHal::PPM("Takepicture image port enabled and buffers registered: ", &bufArr->ppmStamp); in UseBuffersCapture()
1939 CameraHal::PPM("Takepicture extra configs on image port done: ", &bufArr->ppmStamp); in UseBuffersCapture()
/hardware/ti/omap4-aah/camera/inc/
DCameraHal.h355 struct timeval ppmStamp; member
/hardware/ti/omap4-aah/camera/
DCameraHal.cpp3457 memcpy(&mImageBuffers->ppmStamp, &mStartCapture, sizeof(struct timeval)); in __takePicture()
3696 memcpy(&reprocBuffers->ppmStamp, &startReprocess, sizeof(struct timeval)); in reprocess()