Home
last modified time | relevance | path

Searched defs:timestampUs (Results 1 – 25 of 255) sorted by relevance

1234567891011

/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DRTCStatsReport.java21 private final long timestampUs; field in RTCStatsReport
24 public RTCStatsReport(long timestampUs, Map<String, RTCStats> stats) { in RTCStatsReport()
59 private static RTCStatsReport create(long timestampUs, Map stats) { in create()
H A DRTCStats.java24 private final long timestampUs; field in RTCStats
29 public RTCStats(long timestampUs, String type, String id, Map<String, Object> members) { in RTCStats()
111 static RTCStats create(long timestampUs, String type, String id, Map members) { in create()
/aosp_15_r20/frameworks/av/media/module/bufferpool/1.0/
H A DBufferPoolClient.cpp347 TransactionId transactionId, BufferId bufferId, int64_t timestampUs, in receive()
453 TransactionId *transactionId, int64_t *timestampUs) { in postSend()
476 BufferId bufferId, TransactionId transactionId, int64_t timestampUs) { in postReceive()
686 TransactionId transactionId, BufferId bufferId, int64_t timestampUs, in receive()
698 int64_t *timestampUs) { in postSend()
H A DClientManager.cpp332 BufferId bufferId, int64_t timestampUs, in receive()
348 TransactionId *transactionId, int64_t *timestampUs) { in postSend()
475 BufferId bufferId, int64_t timestampUs, in receive()
486 TransactionId *transactionId, int64_t* timestampUs) { in postSend()
/aosp_15_r20/frameworks/av/media/module/bufferpool/2.0/
H A DBufferPoolClient.cpp402 TransactionId transactionId, BufferId bufferId, int64_t timestampUs, in receive()
508 TransactionId *transactionId, int64_t *timestampUs) { in postSend()
536 BufferId bufferId, TransactionId transactionId, int64_t timestampUs) { in postReceive()
854 TransactionId transactionId, BufferId bufferId, int64_t timestampUs, in receive()
866 int64_t *timestampUs) { in postSend()
H A DClientManager.cpp373 BufferId bufferId, int64_t timestampUs, in receive()
404 TransactionId *transactionId, int64_t *timestampUs) { in postSend()
540 BufferId bufferId, int64_t timestampUs, in receive()
551 TransactionId *transactionId, int64_t* timestampUs) { in postSend()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
H A DFrameRotationQueue.java49 public void setRotation(long timestampUs, float[] angleAxis) { in setRotation()
68 public boolean pollRotationMatrix(float[] matrix, long timestampUs) { in pollRotationMatrix()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
H A DFrameRotationQueue.java49 public void setRotation(long timestampUs, float[] angleAxis) { in setRotation()
68 public boolean pollRotationMatrix(float[] matrix, long timestampUs) { in pollRotationMatrix()
/aosp_15_r20/cts/tests/tests/media/common/src/android/media/cts/
H A DMediaCodecBlockModelHelper.java106 public Builder setLastBufferTimestampUs(Long timestampUs) { in setLastBufferTimestampUs()
193 long timestampUs = mExtractor.getSampleTime(); in onInputSlot() local
334 long timestampUs; field in MediaCodecBlockModelHelper.FormatChangeEvent
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp245 bool CameraSourceTimeLapse::skipFrameAndModifyTimeStamp(int64_t *timestampUs) { in skipFrameAndModifyTimeStamp()
302 int64_t timestampUs = buffer.mTimestamp / 1000; in processBufferQueueFrame() local
H A DCameraSource.cpp970 bool CameraSource::shouldSkipFrameLocked(int64_t timestampUs) { in shouldSkipFrameLocked()
1062 int64_t timestampUs = buffer.mTimestamp / 1000; in processBufferQueueFrame() local
H A DAMRWriter.cpp217 int64_t timestampUs; in threadFunc() local
/aosp_15_r20/frameworks/av/media/libaudioclient/tests/
H A Daudio_test_utils.cpp330 const int64_t timestampUs = in onMoreData() local
345 const int64_t timestampUs = in onMoreData() local
544 const int64_t timestampUs = in obtainBuffer() local
/aosp_15_r20/frameworks/av/media/module/bufferpool/2.0/tests/
H A DBufferpoolUnitTest.cpp64 int64_t timestampUs; member
319 std::vector<int64_t> timestampUs{}; in TEST_F() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/media/c2/aidl/android.hardware.media.c2-V1-ndk-source/gen/include/aidl/android/hardware/media/c2/
DWorkOrdinal.h33 int64_t timestampUs = 0L; variable
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/media/bufferpool/aidl/android.hardware.media.bufferpool2-V2-ndk-source/gen/include/aidl/android/hardware/media/bufferpool2/
DBufferStatusMessage.h39 int64_t timestampUs __attribute__((aligned (8))) = 0L; variable
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DTimedMetaData.java58 public TimedMetaData(long timestampUs, @NonNull byte[] metaData) { in TimedMetaData()
/aosp_15_r20/frameworks/av/media/module/aidlpersistentsurface/aidl/android/media/
H A DIAidlNode.aidl49 long timestampUs, in submitBuffer()
/aosp_15_r20/frameworks/av/media/codec2/components/flac/
H A DC2SoftFlacEnc.h85 c2_cntr64_t timestampUs; member
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/rawcc/
H A DRawCcExtractor.java53 private long timestampUs; field in RawCcExtractor
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/rawcc/
H A DRawCcExtractor.java53 private long timestampUs; field in RawCcExtractor
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/generated-headers/hardware/interfaces/media/omx/1.0/[email protected]_genc++_headers/gen/android/hardware/media/omx/1.0/
Dtypes.h108 uint64_t timestampUs __attribute__ ((aligned(8))); member
120 uint64_t timestampUs __attribute__ ((aligned(8))); member
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/generated-headers/hardware/interfaces/media/omx/1.0/[email protected]_genc++_headers/gen/android/hardware/media/omx/1.0/
Dtypes.h108 uint64_t timestampUs __attribute__ ((aligned(8))); member
120 uint64_t timestampUs __attribute__ ((aligned(8))); member
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/generated-headers/hardware/interfaces/media/omx/1.0/[email protected]_genc++_headers/gen/android/hardware/media/omx/1.0/
Dtypes.h108 uint64_t timestampUs __attribute__ ((aligned(8))); member
120 uint64_t timestampUs __attribute__ ((aligned(8))); member
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/media/omx/1.0/[email protected]_genc++_headers/gen/android/hardware/media/omx/1.0/
Dtypes.h108 uint64_t timestampUs __attribute__ ((aligned(8))); member
120 uint64_t timestampUs __attribute__ ((aligned(8))); member

1234567891011