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

  /frameworks/av/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/av/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 378 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr)
389 proxylistener->dataCallbackTimestamp(timestamp, msgType, dataPtr);
  /frameworks/av/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
124 // mSkipCurrentFrame is set to true in dataCallbackTimestamp() if the current
130 // Then it calls the base CameraSource::dataCallbackTimestamp()
131 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
CameraSource.h 119 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
169 // Called from dataCallbackTimestamp.
175 virtual void dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 103 // Force dataCallbackTimestamp() coming from the video camera to
239 ALOGV("dataCallbackTimestamp timelapse: initial frame");
251 ALOGV("dataCallbackTimestamp timelapse: forced read");
273 ALOGV("dataCallbackTimestamp timelapse: skipping intermediate frame");
280 ALOGV("dataCallbackTimestamp timelapse: got timelapse frame");
289 void CameraSourceTimeLapse::dataCallbackTimestamp(int64_t timestampUs, int32_t msgType,
291 ALOGV("dataCallbackTimestamp");
293 CameraSource::dataCallbackTimestamp(timestampUs, msgType, data);
CameraSource.cpp 85 source->dataCallbackTimestamp(timestamp/1000, msgType, dataPtr);
776 void CameraSource::dataCallbackTimestamp(int64_t timestampUs,
778 ALOGV("dataCallbackTimestamp: timestamp %lld us", timestampUs);
834 void CameraSource::ProxyListener::dataCallbackTimestamp(
836 mSource->dataCallbackTimestamp(timestamp / 1000, msgType, dataPtr);
AudioSource.cpp 36 source->dataCallbackTimestamp(*((AudioRecord::Buffer *) info), systemTime() / 1000);
278 status_t AudioSource::dataCallbackTimestamp(
280 ALOGV("dataCallbackTimestamp: %lld us", timeUs);
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 151 static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr, void* user);
CameraService.cpp 355 dataCallbackTimestamp,
996 // dataCallbackTimestamp
997 // (others) c->dataCallbackTimestamp
    [all...]
  /frameworks/av/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 171 virtual void dataCallbackTimestamp(nsecs_t timestamp,
275 void MCameraClient::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType,

Completed in 170 milliseconds