Searched refs:dataCallbackTimestamp (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/include/camera/
H A DICameraRecordingProxyListener.h35 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType,
H A DICameraClient.h37 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& data) = 0;
H A DCamera.h144 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
/frameworks/av/camera/
H A DICameraRecordingProxyListener.cpp38 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) function in class:android::BpCameraRecordingProxyListener
64 dataCallbackTimestamp(timestamp, msgType, imageData);
H A DICameraClient.cpp70 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) function in class:android::BpCameraClient
121 dataCallbackTimestamp(timestamp, msgType, imageData);
H A DCamera.cpp378 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) function in class:android::Camera
389 proxylistener->dataCallbackTimestamp(timestamp, msgType, dataPtr);
/frameworks/av/include/media/stagefright/
H A DCameraSource.h119 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
170 // Called from dataCallbackTimestamp.
176 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
H A DCameraSourceTimeLapse.h66 // Variable set in dataCallbackTimestamp() to help skipCurrentFrame()
83 // takePicture() to complete. This is needed so that dataCallbackTimestamp()
95 // Forces the next frame passed to dataCallbackTimestamp() to be read
124 // mSkipCurrentFrame is set to true in dataCallbackTimestamp() if the current
130 // Then it calls the base CameraSource::dataCallbackTimestamp()
131 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp103 // Force dataCallbackTimestamp() coming from the video camera to
239 ALOGV("dataCallbackTimestamp timelapse: initial frame");
251 ALOGV("dataCallbackTimestamp timelapse: forced read");
273 ALOGV("dataCallbackTimestamp timelapse: skipping intermediate frame");
280 ALOGV("dataCallbackTimestamp timelapse: got timelapse frame");
289 void CameraSourceTimeLapse::dataCallbackTimestamp(int64_t timestampUs, int32_t msgType, function in class:android::CameraSourceTimeLapse
291 ALOGV("dataCallbackTimestamp");
293 CameraSource::dataCallbackTimestamp(timestampUs, msgType, data);
H A DCameraSource.cpp85 source->dataCallbackTimestamp(timestamp/1000, msgType, dataPtr);
802 void CameraSource::dataCallbackTimestamp(int64_t timestampUs, function in class:android::CameraSource
804 ALOGV("dataCallbackTimestamp: timestamp %lld us", timestampUs);
860 void CameraSource::ProxyListener::dataCallbackTimestamp( function in class:android::CameraSource::ProxyListener
862 mSource->dataCallbackTimestamp(timestamp / 1000, msgType, dataPtr);
/frameworks/av/services/camera/libcameraservice/
H A DCameraClient.h92 static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr, void* user);
H A DCameraClient.cpp82 dataCallbackTimestamp,
675 // dataCallbackTimestamp
676 // (others) c->dataCallbackTimestamp
749 void CameraClient::dataCallbackTimestamp(nsecs_t timestamp, function in class:android::CameraClient
751 LOG2("dataCallbackTimestamp(%d)", msgType);
896 c->dataCallbackTimestamp(timestamp, msgType, dataPtr);
/frameworks/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp171 virtual void dataCallbackTimestamp(nsecs_t timestamp,
275 void MCameraClient::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, function in class:MCameraClient
/frameworks/av/services/camera/libcameraservice/camera2/
H A DStreamingProcessor.cpp562 l.mCameraClient->dataCallbackTimestamp(timestamp,

Completed in 1479 milliseconds