Searched defs:dataCallbackTimestamp (Results 1 - 6 of 6) sorted by relevance

/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.cpp316 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) function in class:android::Camera
327 proxylistener->dataCallbackTimestamp(timestamp, msgType, dataPtr);
/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp116 // Force dataCallbackTimestamp() coming from the video camera to
252 ALOGV("dataCallbackTimestamp timelapse: initial frame");
264 ALOGV("dataCallbackTimestamp timelapse: forced read");
286 ALOGV("dataCallbackTimestamp timelapse: skipping intermediate frame");
293 ALOGV("dataCallbackTimestamp timelapse: got timelapse frame");
302 void CameraSourceTimeLapse::dataCallbackTimestamp(int64_t timestampUs, int32_t msgType, function in class:android::CameraSourceTimeLapse
304 ALOGV("dataCallbackTimestamp");
306 CameraSource::dataCallbackTimestamp(timestampUs, msgType, data);
H A DCameraSource.cpp96 source->dataCallbackTimestamp(timestamp/1000, msgType, dataPtr);
853 void CameraSource::dataCallbackTimestamp(int64_t timestampUs, function in class:android::CameraSource
855 ALOGV("dataCallbackTimestamp: timestamp %" PRId64 " us", timestampUs);
911 void CameraSource::ProxyListener::dataCallbackTimestamp( function in class:android::CameraSource::ProxyListener
913 mSource->dataCallbackTimestamp(timestamp / 1000, msgType, dataPtr);
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp88 dataCallbackTimestamp,
702 // dataCallbackTimestamp
703 // (others) c->dataCallbackTimestamp
776 void CameraClient::dataCallbackTimestamp(nsecs_t timestamp, function in class:android::CameraClient
778 LOG2("dataCallbackTimestamp(%d)", msgType);
923 c->dataCallbackTimestamp(timestamp, msgType, dataPtr);

Completed in 214 milliseconds