Searched defs:timestamp (Results 76 - 100 of 117) sorted by relevance

12345

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp1007 uint32 timestamp[], int32 buffer_size[], uint use_ext_timestamp[], uint8 *currYUV)
1012 status = (PV_STATUS)PVDecodeVopHeader(decCtrl, buffer, timestamp, buffer_size, &header_info, use_ext_timestamp, currYUV);
1035 uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp [], uint8 *currYUV)
1059 timestamp[idx] = -1;
1063 /* did the application provide a timestamp for this vop? */
1064 if (timestamp[idx] < 0)
1068 /* decode the timestamp in the bitstream */
1087 timestamp[idx] = CalcVopDisplayTime(video->vol[idx], vopHeader[idx], video->shortVideoHeader);
1094 timestamp[idx] = vopHeader[idx]->timeStamp;
1099 if (timestamp[id
1006 PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 buffer_size[], uint use_ext_timestamp[], uint8 *currYUV) argument
1034 PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp [], uint8 *currYUV) argument
1603 PVDecSetReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp) argument
1644 PVDecSetEnhReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp) argument
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h123 ULong timestamp; /* modulo timestamp in millisecond*/ member in struct:tagvideoEncFrameIO
331 * @param nextModTime is the timestamp encoder expects from the next input
354 * @brief This function sets the input YUV frame and timestamp to be encoded by the slice-based encoding function PVEncodeSlice().
356 * The encoder library processes the timestamp and determine if this frame is to be encoded or not. If the current frame
361 * @param nextModTime is the timestamp encoder expects from the next input if this input is rejected and nLayer is set to -1.
373 * At the end-of-frame, the next video input address and the next video modulo timestamp will be set.
380 * @param nextModTime is the timestamp encoder expects from the next input
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp411 OMX_U32 flags, OMX_TICKS timestamp) {
413 buffer, range_offset, range_length, flags, timestamp);
481 msg.u.extended_buffer_data.timestamp = pBuffer->nTimeStamp;
407 emptyBuffer( node_id node, buffer_id buffer, OMX_U32 range_offset, OMX_U32 range_length, OMX_U32 flags, OMX_TICKS timestamp) argument
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp776 void CameraClient::dataCallbackTimestamp(nsecs_t timestamp, argument
791 ALOGE("Null data returned in data with timestamp callback");
796 client->handleGenericDataTimestamp(timestamp, msgType, dataPtr);
918 void CameraClient::handleGenericDataTimestamp(nsecs_t timestamp, argument
923 c->dataCallbackTimestamp(timestamp, msgType, dataPtr);
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp627 nsecs_t timestamp) {
631 remoteCb->onCaptureStarted(resultExtras, timestamp);
626 notifyShutter(const CaptureResultExtras& resultExtras, nsecs_t timestamp) argument
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyCameraDevice.java187 public void onCaptureStarted(final RequestHolder holder, final long timestamp) {
198 mDeviceCallbacks.onCaptureStarted(extras, timestamp);
647 static void setNextTimestamp(Surface surface, long timestamp) argument
650 LegacyExceptionUtils.throwOnError(nativeSetNextTimestamp(surface, timestamp));
676 private static native int nativeSetNextTimestamp(Surface surface, long timestamp); argument
H A DSurfaceTextureRenderer.java590 private void addGlTimestamp(long timestamp) { argument
592 mPerfMeasurer.addTimestamp(timestamp);
695 long timestamp = mSurfaceTexture.getTimestamp();
697 Pair<RequestHolder, Long> captureHolder = targetCollector.previewCaptured(timestamp);
714 addGlTimestamp(timestamp);
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java770 long timestamp,
776 mTimestamp = timestamp;
767 GeofenceTransition( int geofenceId, int transition, long timestamp, Location location, int monitoringType, int sourcesUsed) argument
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp674 jlong timestamp) {
684 if ((err = native_window_set_buffers_timestamp(anw.get(), static_cast<int64_t>(timestamp))) !=
686 ALOGE("%s: Unable to set surface timestamp, error %s (%d)", __FUNCTION__, strerror(-err),
673 LegacyCameraDevice_nativeSetNextTimestamp(JNIEnv* env, jobject thiz, jobject surface, jlong timestamp) argument
H A Dandroid_hardware_Camera.cpp79 virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
346 void JNICameraContext::postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) argument
348 // TODO: plumb up to Java. For now, just drop the timestamp
H A Dandroid_media_AudioTrack.cpp858 AudioTimestamp timestamp; local
859 status_t status = lpTrack->getTimestamp(timestamp);
866 nTimestamp[0] = (jlong) timestamp.mPosition;
867 nTimestamp[1] = (jlong) ((timestamp.mTime.tv_sec * 1000000000LL) + timestamp.mTime.tv_nsec);
/frameworks/base/services/core/java/com/android/server/location/
H A DFlpHardwareProvider.java147 long timestamp,
155 timestamp,
143 onGeofenceTransition( int geofenceId, Location location, int transition, long timestamp, int sourcesUsed) argument
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java172 * @return the timestamp
179 * @param timestamp the timestamp to set
181 public void setTimestamp(long timestamp) { argument
182 mTimestamp = timestamp;
H A DFilter.java673 final void onPulledFrameWithTimestamp(long timestamp) { argument
674 if (timestamp > mCurrentTimestamp || mCurrentTimestamp == Frame.TIMESTAMP_NOT_SET) {
675 mCurrentTimestamp = timestamp;
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp517 int64_t timestamp; local
525 input.deflate(&timestamp, &isAutoTimestamp, &crop, &scalingMode, &transform,
584 slot, mCore->mFrameCounter + 1, timestamp,
610 item.mTimestamp = timestamp;
H A DSurface.cpp298 int64_t timestamp; local
301 timestamp = systemTime(SYSTEM_TIME_MONOTONIC);
303 ALOGV("Surface::queueBuffer making up timestamp: %.2f ms",
304 timestamp / 1000000.f);
306 timestamp = mTimestamp;
320 IGraphicBufferProducer::QueueBufferInput input(timestamp, isAutoTimestamp,
527 int64_t timestamp = va_arg(args, int64_t); local
528 return setBuffersTimestamp(timestamp);
726 int Surface::setBuffersTimestamp(int64_t timestamp) argument
730 mTimestamp = timestamp;
[all...]
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp486 int64_t timestamp, uint32_t *stride) {
531 ALOGVV("Set timestamp to %p", anw.get());
532 err = native_window_set_buffers_timestamp(anw.get(), timestamp);
568 EXPECT_EQ(time, b.timestamp);
609 EXPECT_EQ(time[i], b.timestamp);
651 EXPECT_EQ(time, b[i].timestamp);
674 EXPECT_EQ(time, bTooMuch.timestamp);
484 produceOneFrame(const sp<ANativeWindow>& anw, const CpuConsumerTestParams& params, int64_t timestamp, uint32_t *stride) argument
/frameworks/native/services/surfaceflinger/
H A DDispSync.cpp352 bool DispSync::addResyncSample(nsecs_t timestamp) { argument
356 mResyncSamples[idx] = timestamp;
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp264 int64_t timestamp) {
267 ctx->hwc->vsync(disp, timestamp);
281 void HWComposer::vsync(int disp, int64_t timestamp) { argument
287 // with the same timestamp when turning the display off and on. This
290 if (timestamp == mLastHwVSync[disp]) {
292 timestamp);
296 mLastHwVSync[disp] = timestamp;
303 mEventHandler.onVSyncReceived(disp, timestamp);
449 // this returns the last refresh timestamp.
451 // the refresh period and whatever closest timestamp w
263 hook_vsync(const struct hwc_procs* procs, int disp, int64_t timestamp) argument
[all...]
H A DVirtualDisplaySurface.cpp454 int64_t timestamp; local
460 input.deflate(&timestamp, &isAutoTimestamp, &crop, &scalingMode,
/frameworks/rs/driver/runtime/
H A Drs_structs.h47 int64_t timestamp; member in struct:Allocation::__anon1498::__anon1499
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h42 typedef void (*data_callback_timestamp)(nsecs_t timestamp,
477 static void __data_cb_timestamp(nsecs_t timestamp, int32_t msg_type, argument
493 __this->mDataCbTimestamp(timestamp, msg_type, mem->mBuffers[index], __this->mCbUser);
651 int64_t timestamp) {
653 return native_window_set_buffers_timestamp(a, timestamp);
650 __set_timestamp(struct preview_stream_ops *w, int64_t timestamp) argument
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java810 CaptureRequest request, long timestamp, long frameNumber) {
1238 public void onCaptureStarted(final CaptureResultExtras resultExtras, final long timestamp) { argument
1268 timestamp, frameNumber);
809 onCaptureStarted(CameraDevice camera, CaptureRequest request, long timestamp, long frameNumber) argument
/frameworks/base/location/java/android/location/
H A DLocationManager.java1259 "Incomplete location object, missing timestamp or accuracy? " + loc);
1388 Nmea(long timestamp, String nmea) { argument
1389 mTimestamp = timestamp;
1451 public void onNmeaReceived(long timestamp, String nmea) { argument
1454 mNmeaBuffer.add(new Nmea(timestamp, nmea));
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp224 location.timestamp = env->CallLongMethod(locationObject, getTime);
419 sCallbackEnv->CallVoidMethod(locationObject, setTime, location->timestamp);
556 FlpUtcTime timestamp,
577 timestamp,
552 GeofenceTransitionCallback( int32_t geofenceId, FlpLocation* location, int32_t transition, FlpUtcTime timestamp, uint32_t sourcesUsed ) argument

Completed in 496 milliseconds

12345