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

/frameworks/base/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/base/libs/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.cpp377 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) function in class:android::Camera
388 proxylistener->dataCallbackTimestamp(timestamp, msgType, dataPtr);
/frameworks/base/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 DAudioSource.h52 status_t dataCallbackTimestamp(const AudioRecord::Buffer& buffer, int64_t timeUs);
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
127 // mSkipCurrentFrame is set to true in dataCallbackTimestamp() if the current
133 // Then it calls the base CameraSource::dataCallbackTimestamp()
134 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
/frameworks/base/media/libstagefright/
H A DCameraSourceTimeLapse.cpp99 // Force dataCallbackTimestamp() coming from the video camera to
244 LOGV("dataCallbackTimestamp timelapse: initial frame");
256 LOGV("dataCallbackTimestamp timelapse: forced read");
278 LOGV("dataCallbackTimestamp timelapse: skipping intermediate frame");
285 LOGV("dataCallbackTimestamp timelapse: got timelapse frame");
294 void CameraSourceTimeLapse::dataCallbackTimestamp(int64_t timestampUs, int32_t msgType, function in class:android::CameraSourceTimeLapse
296 LOGV("dataCallbackTimestamp");
298 CameraSource::dataCallbackTimestamp(timestampUs, msgType, data);
H A DCameraSource.cpp85 source->dataCallbackTimestamp(timestamp/1000, msgType, dataPtr);
771 void CameraSource::dataCallbackTimestamp(int64_t timestampUs, function in class:android::CameraSource
773 LOGV("dataCallbackTimestamp: timestamp %lld us", timestampUs);
829 void CameraSource::ProxyListener::dataCallbackTimestamp( function in class:android::CameraSource::ProxyListener
831 mSource->dataCallbackTimestamp(timestamp / 1000, msgType, dataPtr);
H A DAudioSource.cpp36 source->dataCallbackTimestamp(*((AudioRecord::Buffer *) info), systemTime() / 1000);
257 status_t AudioSource::dataCallbackTimestamp( function in class:android::AudioSource
259 LOGV("dataCallbackTimestamp: %lld us", timeUs);
/frameworks/base/services/camera/libcameraservice/
H A DCameraService.h147 static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr, void* user);
H A DCameraService.cpp349 dataCallbackTimestamp,
953 // dataCallbackTimestamp
954 // (others) c->dataCallbackTimestamp
1016 void CameraService::Client::dataCallbackTimestamp(nsecs_t timestamp, function in class:android::CameraService::Client
1018 LOG2("dataCallbackTimestamp(%d)", msgType);
1157 c->dataCallbackTimestamp(timestamp, msgType, dataPtr);
/frameworks/base/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp172 virtual void dataCallbackTimestamp(nsecs_t timestamp,
276 void MCameraClient::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, function in class:MCameraClient

Completed in 203 milliseconds