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

/frameworks/av/camera/include/camera/
H A DICameraRecordingProxyListener.h37 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType,
H A DCamera.h174 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
/frameworks/av/include/camera/
H A DICameraRecordingProxyListener.h37 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType,
H A DCamera.h174 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
/frameworks/av/camera/include/camera/android/hardware/
H A DICameraClient.h38 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& data) = 0;
/frameworks/av/include/camera/android/hardware/
H A DICameraClient.h38 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& data) = 0;
/frameworks/av/camera/
H A DICameraRecordingProxyListener.cpp42 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) function in class:android::BpCameraRecordingProxyListener
112 dataCallbackTimestamp(timestamp, msgType, imageData);
H A DICameraClient.cpp75 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) function in class:android::hardware::BpCameraClient
159 dataCallbackTimestamp(timestamp, msgType, imageData);
H A DCamera.cpp371 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) function in class:android::Camera
382 proxylistener->dataCallbackTimestamp(timestamp, msgType, dataPtr);
/frameworks/av/include/media/stagefright/
H A DCameraSourceTimeLapse.h74 // Variable set in dataCallbackTimestamp() to help skipCurrentFrame()
91 // takePicture() to complete. This is needed so that dataCallbackTimestamp()
103 // Forces the next frame passed to dataCallbackTimestamp() to be read
136 // mSkipCurrentFrame is set to true in dataCallbackTimestamp() if the current
142 // Then it calls the base CameraSource::dataCallbackTimestamp()
145 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
H A DCameraSource.h136 * mode. When a frame is available, CameraSource::dataCallbackTimestamp() will be called.
141 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
224 // Called from dataCallbackTimestamp.
230 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
/frameworks/av/media/libstagefright/foundation/include/
H A DCameraSourceTimeLapse.h74 // Variable set in dataCallbackTimestamp() to help skipCurrentFrame()
91 // takePicture() to complete. This is needed so that dataCallbackTimestamp()
103 // Forces the next frame passed to dataCallbackTimestamp() to be read
136 // mSkipCurrentFrame is set to true in dataCallbackTimestamp() if the current
142 // Then it calls the base CameraSource::dataCallbackTimestamp()
145 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
H A DCameraSource.h136 * mode. When a frame is available, CameraSource::dataCallbackTimestamp() will be called.
141 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
224 // Called from dataCallbackTimestamp.
230 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
/frameworks/av/media/libstagefright/include/
H A DCameraSourceTimeLapse.h74 // Variable set in dataCallbackTimestamp() to help skipCurrentFrame()
91 // takePicture() to complete. This is needed so that dataCallbackTimestamp()
103 // Forces the next frame passed to dataCallbackTimestamp() to be read
136 // mSkipCurrentFrame is set to true in dataCallbackTimestamp() if the current
142 // Then it calls the base CameraSource::dataCallbackTimestamp()
145 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
H A DCameraSource.h136 * mode. When a frame is available, CameraSource::dataCallbackTimestamp() will be called.
141 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
224 // Called from dataCallbackTimestamp.
230 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp118 // Force dataCallbackTimestamp() coming from the video camera to
254 ALOGV("dataCallbackTimestamp timelapse: initial frame");
266 ALOGV("dataCallbackTimestamp timelapse: forced read");
288 ALOGV("dataCallbackTimestamp timelapse: skipping intermediate frame");
295 ALOGV("dataCallbackTimestamp timelapse: got timelapse frame");
304 void CameraSourceTimeLapse::dataCallbackTimestamp(int64_t timestampUs, int32_t msgType, function in class:android::CameraSourceTimeLapse
306 ALOGV("dataCallbackTimestamp");
308 CameraSource::dataCallbackTimestamp(timestampUs, msgType, data);
H A DCameraSource.cpp105 source->dataCallbackTimestamp(timestamp/1000, msgType, dataPtr);
1138 void CameraSource::dataCallbackTimestamp(int64_t timestampUs, function in class:android::CameraSource
1140 ALOGV("dataCallbackTimestamp: timestamp %lld us", (long long)timestampUs);
1386 void CameraSource::ProxyListener::dataCallbackTimestamp( function in class:android::CameraSource::ProxyListener
1388 mSource->dataCallbackTimestamp(timestamp / 1000, msgType, dataPtr);
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h109 static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr, void* user);
H A DCameraClient.cpp91 dataCallbackTimestamp,
829 // dataCallbackTimestamp
830 // (others) c->dataCallbackTimestamp
885 void CameraClient::dataCallbackTimestamp(nsecs_t timestamp, function in class:android::CameraClient
887 LOG2("dataCallbackTimestamp(%d)", msgType);
1095 c->dataCallbackTimestamp(timestamp, msgType, dataPtr);
/frameworks/av/camera/tests/
H A DCameraZSLTests.cpp50 void dataCallbackTimestamp(nsecs_t, int32_t,
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h424 hardware::Return<void> dataCallbackTimestamp(
H A DCameraHardwareInterface.cpp140 hardware::Return<void> CameraHardwareInterface::dataCallbackTimestamp( function in class:android::CameraHardwareInterface

Completed in 161 milliseconds