Searched refs:timestamp (Results 201 - 221 of 221) sorted by relevance

123456789

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp690 jlong timestamp) {
700 if ((err = native_window_set_buffers_timestamp(anw.get(), static_cast<int64_t>(timestamp))) !=
702 ALOGE("%s: Unable to set surface timestamp, error %s (%d)", __FUNCTION__, strerror(-err),
689 LegacyCameraDevice_nativeSetNextTimestamp(JNIEnv* env, jobject thiz, jobject surface, jlong timestamp) argument
/frameworks/base/media/java/android/media/
H A DMediaCodec.java314 timestamp (unless it is <a href="#CSD">codec-specific data</a> marked as such).
500 empty input buffer with the end-of-stream flag set. If using an empty buffer, the timestamp will
507 after the last valid output buffer. The timestamp of such empty buffer should be ignored.
525 <li><strong>Render the buffer with the default timestamp:</strong> Call {@link
527 <li><strong>Render the buffer with a specific timestamp:</strong> Call {@link
528 #releaseOutputBuffer(int, long) releaseOutputBuffer(bufferId, timestamp)}.</li>
531 Since {@link android.os.Build.VERSION_CODES#M}, the default timestamp is the {@linkplain
532 BufferInfo#presentationTimeUs presentation timestamp} of the buffer (converted to nanoseconds).
1377 * @param newTimeUs the presentation timestamp in microseconds.
1403 * The presentation timestamp i
3290 MediaImage( @onNull ByteBuffer buffer, @NonNull ByteBuffer info, boolean readOnly, long timestamp, int xOffset, int yOffset, @Nullable Rect cropRect) argument
[all...]
H A DWebVttRenderer.java74 TextTrackCueSpan(String text, long timestamp) { argument
75 mTimestampMs = timestamp;
77 // spans with timestamp will be enabled by Cue.onTime
95 * Extract all text without style, but with timestamp spans.
279 // timestamp
284 Log.d(TAG, "invalid timestamp tag: <" + mName + ">");
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp2088 CODEC_LOGV("FILL_BUFFER_DONE(buffer: %u, size: %u, flags: 0x%08x, timestamp: %lld us (%.2f secs))",
2092 msg.u.extended_buffer_data.timestamp,
2093 msg.u.extended_buffer_data.timestamp / 1E6);
2146 kKeyTime, msg.u.extended_buffer_data.timestamp);
2176 CHECK(msg.u.extended_buffer_data.timestamp <= mTargetTimeUs);
2178 if (msg.u.extended_buffer_data.timestamp < mTargetTimeUs) {
2180 "skipping output buffer at timestamp %lld us",
2181 msg.u.extended_buffer_data.timestamp);
2188 "returning output buffer at target timestamp "
2190 msg.u.extended_buffer_data.timestamp);
[all...]
H A DACodec.cpp178 "timestamp",
179 omx_msg.u.extended_buffer_data.timestamp);
188 "media_time_us", omx_msg.u.render_data.timestamp);
4707 CHECK(msg->findInt64("timestamp", &timeUs));
5263 // use media timestamp if client did not request a specific render timestamp
5272 ALOGW_IF(err != NO_ERROR, "failed to set buffer timestamp: %d", err);
5737 ALOGE("[%s] Unable to configure max timestamp gap (err %d)",
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp179 int64_t timestamp) {
178 onCaptureStarted(const CaptureResultExtras& resultExtras, int64_t timestamp) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp1383 /* Finishing new timestamp 32-bit input */
1405 ULong modTime = vid_in->timestamp;
1629 //video_out->timestamp = video->modTime;
1630 vid_out->timestamp = (ULong)(((video->prevFrameNum[currLayer] * 1000) / encParams->LayerFrameRate[currLayer]) + video->modTimeRef + 0.5);
1695 ULong modTime = vid_in->timestamp;
1952 //vid_out->timestamp = video->modTime;
1953 vid_out->timestamp = (ULong)(((video->prevFrameNum[currLayer] * 1000) / encParams->LayerFrameRate[currLayer]) + video->modTimeRef + 0.5);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h508 virtual status_t getTimestamp(AudioTimestamp& timestamp);
H A DThreads.h608 status_t getTimestamp_l(AudioTimestamp& timestamp);
842 // timestamp latch:
H A DThreads.cpp2750 // and latch them atomically with the timestamp.
3060 status_t AudioFlinger::PlaybackThread::getTimestamp_l(AudioTimestamp& timestamp) argument
3063 return mNormalSink->getTimestamp(timestamp);
3068 int ret = mOutput->getPresentationPosition(&position64, &timestamp.mTime);
3070 timestamp.mPosition = (uint32_t)position64;
3578 // obtain the presentation timestamp of the next output buffer
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeService.java406 .append(event.timestamp).append(',')
/frameworks/base/core/java/android/hardware/
H A DCamera.java2100 private static final String KEY_GPS_TIMESTAMP = "gps-timestamp";
3175 * Sets GPS timestamp. This will be stored in JPEG EXIF header.
3177 * @param timestamp GPS timestamp (UTC in seconds since January 1,
3180 public void setGpsTimestamp(long timestamp) { argument
3181 set(KEY_GPS_TIMESTAMP, Long.toString(timestamp));
3195 * Removes GPS latitude, longitude, altitude, and timestamp from the
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiAutoJoinController.java215 + result.level + " cap " + cap + " tsf " + result.timestamp + " is not scored");
233 + " tsf=" + result.timestamp
1384 // Sanitize the timestamp
1522 * timestamp is not meaningful anymore, hence lose it.
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp2060 nsecs_t timestamp) {
2064 status_t res = stream->returnBuffer(outputBuffers[i], timestamp);
2094 // Sanity check - if sensor timestamp matches shutter timestamp
2097 SET_ERR("sensor timestamp (%" PRId64
2098 ") for frame %d doesn't match shutter timestamp (%" PRId64 ")",
2177 // Check that there's a timestamp in the result metadata
2181 SET_ERR("No timestamp provided by HAL for frame %d!",
2234 // Get shutter timestamp and resultExtras from list of in-flight requests,
2236 // shutter timestamp is
2058 returnOutputBuffers( const camera3_stream_buffer_t *outputBuffers, size_t numBuffers, nsecs_t timestamp) argument
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java281 * of a timestamp, as supplied to {@link Builder#setUsesChronometer(boolean)}.
955 * Control whether the timestamp set with {@link #setWhen(long) setWhen} is shown
966 * Instead of presenting <code>when</code> as a timestamp, the notification will show an
3149 * Gets the timestamp of the conversation.
3235 * Sets the timestamp of the most recent message in an unread conversation.
3239 * but without a newer timestamp may result in Android Auto not displaying a
3242 * @param timestamp The timestamp of the most recent message in the conversation.
3245 public Builder setLatestTimestamp(long timestamp) { argument
3246 mLatestTimestamp = timestamp;
[all...]
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2AgentImpl.java1138 long timestamp, long frameNumber) {
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp1072 static_cast<jlong>(buffer->timestamp));
/frameworks/base/core/java/android/app/
H A DNotification.java144 * A timestamp related to this notification, in milliseconds since the epoch.
148 * Choose a timestamp that will be most relevant to the user. For most finite events, this
788 * a {@link android.widget.Chronometer}) instead of a timestamp, as supplied to
2208 * Add a timestamp pertaining to the notification (usually the time the event occurred).
2220 * Control whether the timestamp set with {@link #setWhen(long) setWhen} is shown
2231 * Instead of presenting <code>when</code> as a timestamp, the notification will show an
5429 private static final String KEY_TIMESTAMP = "timestamp";
5495 * Gets the timestamp of the conversation.
5635 * Sets the timestamp of the most recent message in an unread conversation.
5639 * but without a newer timestamp ma
5645 setLatestTimestamp(long timestamp) argument
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp835 void SurfaceFlinger::onVSyncReceived(int type, nsecs_t timestamp) { argument
841 needsHwVsync = mPrimaryDispSync.addResyncSample(timestamp);
1018 // timestamp instead.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java918 ((DateTimeView) row.findViewById(R.id.timestamp)).setTime(sbn.getPostTime());
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 633 milliseconds

123456789