HomeSort by relevance Sort by last modified time
    Searched refs:dataCallbackTimestamp (Results 1 - 15 of 15) sorted by null

  /frameworks/base/include/camera/
ICameraRecordingProxyListener.h 35 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType,
ICameraClient.h 37 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& data) = 0;
Camera.h 144 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
  /frameworks/base/libs/camera/
ICameraRecordingProxyListener.cpp 38 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData)
64 dataCallbackTimestamp(timestamp, msgType, imageData);
ICameraClient.cpp 70 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData)
121 dataCallbackTimestamp(timestamp, msgType, imageData);
Camera.cpp 377 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr)
388 proxylistener->dataCallbackTimestamp(timestamp, msgType, dataPtr);
  /frameworks/base/include/media/stagefright/
AudioSource.h 52 status_t dataCallbackTimestamp(const AudioRecord::Buffer& buffer, int64_t timeUs);
CameraSourceTimeLapse.h 66 // 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,
CameraSource.h 119 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
170 // Called from dataCallbackTimestamp.
176 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
  /frameworks/base/media/libstagefright/
CameraSourceTimeLapse.cpp 99 // 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,
296 LOGV("dataCallbackTimestamp");
298 CameraSource::dataCallbackTimestamp(timestampUs, msgType, data);
CameraSource.cpp 85 source->dataCallbackTimestamp(timestamp/1000, msgType, dataPtr);
771 void CameraSource::dataCallbackTimestamp(int64_t timestampUs,
773 LOGV("dataCallbackTimestamp: timestamp %lld us", timestampUs);
829 void CameraSource::ProxyListener::dataCallbackTimestamp(
831 mSource->dataCallbackTimestamp(timestamp / 1000, msgType, dataPtr);
AudioSource.cpp 36 source->dataCallbackTimestamp(*((AudioRecord::Buffer *) info), systemTime() / 1000);
257 status_t AudioSource::dataCallbackTimestamp(
259 LOGV("dataCallbackTimestamp: %lld us", timeUs);
  /frameworks/base/services/camera/libcameraservice/
CameraService.h 147 static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr, void* user);
CameraService.cpp 349 dataCallbackTimestamp,
953 // dataCallbackTimestamp
954 // (others) c->dataCallbackTimestamp
    [all...]
  /frameworks/base/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 172 virtual void dataCallbackTimestamp(nsecs_t timestamp,
276 void MCameraClient::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType,

Completed in 282 milliseconds