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

/frameworks/av/include/camera/
H A DICameraRecordingProxyListener.h35 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType,
H A DICameraClient.h40 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& data) = 0;
H A DCamera.h146 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.cpp290 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) function in class:android::Camera
301 proxylistener->dataCallbackTimestamp(timestamp, msgType, dataPtr);
/frameworks/av/include/media/stagefright/
H A DCameraSourceTimeLapse.h70 // Variable set in dataCallbackTimestamp() to help skipCurrentFrame()
87 // takePicture() to complete. This is needed so that dataCallbackTimestamp()
99 // Forces the next frame passed to dataCallbackTimestamp() to be read
131 // mSkipCurrentFrame is set to true in dataCallbackTimestamp() if the current
137 // Then it calls the base CameraSource::dataCallbackTimestamp()
138 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
H A DCameraSource.h128 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
179 // Called from dataCallbackTimestamp.
185 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp113 // Force dataCallbackTimestamp() coming from the video camera to
249 ALOGV("dataCallbackTimestamp timelapse: initial frame");
261 ALOGV("dataCallbackTimestamp timelapse: forced read");
283 ALOGV("dataCallbackTimestamp timelapse: skipping intermediate frame");
290 ALOGV("dataCallbackTimestamp timelapse: got timelapse frame");
299 void CameraSourceTimeLapse::dataCallbackTimestamp(int64_t timestampUs, int32_t msgType, function in class:android::CameraSourceTimeLapse
301 ALOGV("dataCallbackTimestamp");
303 CameraSource::dataCallbackTimestamp(timestampUs, msgType, data);
H A DCameraSource.cpp85 source->dataCallbackTimestamp(timestamp/1000, msgType, dataPtr);
813 void CameraSource::dataCallbackTimestamp(int64_t timestampUs, function in class:android::CameraSource
815 ALOGV("dataCallbackTimestamp: timestamp %lld us", timestampUs);
871 void CameraSource::ProxyListener::dataCallbackTimestamp( function in class:android::CameraSource::ProxyListener
873 mSource->dataCallbackTimestamp(timestamp / 1000, msgType, dataPtr);
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h100 static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr, void* user);
H A DCameraClient.cpp87 dataCallbackTimestamp,
682 // dataCallbackTimestamp
683 // (others) c->dataCallbackTimestamp
756 void CameraClient::dataCallbackTimestamp(nsecs_t timestamp, function in class:android::CameraClient
758 LOG2("dataCallbackTimestamp(%d)", msgType);
903 c->dataCallbackTimestamp(timestamp, msgType, dataPtr);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.cpp722 l.mRemoteCallback->dataCallbackTimestamp(timestamp,

Completed in 181 milliseconds