Home
last modified time | relevance | path

Searched refs:timestampUs (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/media/omx/1.0/vts/functional/audio/
DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp152 timestampUs = 0; in SetUp()
190 EXPECT_GE(msg.data.extendedBufferData.timestampUs, timestampUs); in handleMessage()
191 timestampUs = msg.data.extendedBufferData.timestampUs; in handleMessage()
199 if (*it == timestampUs) { in handleMessage()
261 uint64_t timestampUs; member in AudioDecHidlTest
830 timestampUs = 0; in TEST_F()
926 timestampUs = 0; in TEST_F()
945 timestampUs = 0; in TEST_F()
1037 timestampUs = 0; in TEST_F()
1130 timestampUs = Info[index - 1].timestamp; in TEST_F()
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp144 timestampUs = 0; in SetUp()
193 EXPECT_GE(msg.data.extendedBufferData.timestampUs, timestampUs); in handleMessage()
194 timestampUs = msg.data.extendedBufferData.timestampUs; in handleMessage()
202 if (*it == timestampUs) { in handleMessage()
267 uint64_t timestampUs; member in VideoDecHidlTest
1065 timestampUs = 0; in TEST_F()
1168 timestampUs = 0; in TEST_F()
1186 timestampUs = 0; in TEST_F()
1293 timestampUs = 0; in TEST_F()
1396 timestampUs = Info[index - 1].timestamp; in TEST_F()
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp201 if (*it == msg.data.extendedBufferData.timestampUs) { in handleMessage()
/hardware/interfaces/audio/core/all-versions/default/
DStreamOut.cpp410 int64_t timestampUs = 0; in getNextWriteTimestamp() local
413 mStream->get_next_write_timestamp(mStream, &timestampUs)); in getNextWriteTimestamp()
415 _hidl_cb(retval, timestampUs); in getNextWriteTimestamp()
/hardware/interfaces/media/omx/1.0/
Dtypes.hal89 uint64_t timestampUs;
93 uint64_t timestampUs;
DIOmxNode.hal305 * @param timestampUs Timestamp OMX_EmptyBuffer().
315 uint64_t timestampUs,
/hardware/google/av/codec2/hidl/1.0/mts/audio/
DMtsHidlC2V1_0TargetAudioDecTest.cpp153 uint64_t timestampUs; member
561 EXPECT_EQ(*itIn, itOut->timestampUs); in TEST_F()
564 EXPECT_EQ(expTs, itOut->timestampUs); in TEST_F()
565 if (expTs != itOut->timestampUs) break; in TEST_F()
/hardware/interfaces/media/bufferpool/1.0/
Dtypes.hal92 int64_t timestampUs;
/hardware/google/av/codec2/hidl/1.0/utils/
Dtypes.cpp96 d->timestampUs = static_cast<uint64_t>(s.timestamp.peeku()); in objcpy()
103 d->timestamp = c2_cntr64_t(s.timestampUs); in objcpy()
927 int64_t timestampUs; in send() local
929 mReceiverConnectionId, bpData, &transactionId, &timestampUs); in send()
942 bpMessage->timestampUs = timestampUs; in send()
1285 bpMessage.timestampUs, in objcpy()
/hardware/interfaces/media/bufferpool/2.0/
Dtypes.hal94 int64_t timestampUs;
/hardware/interfaces/audio/2.0/
DIStreamOut.hal130 * @return timestampUs time of the next write.
132 getNextWriteTimestamp() generates (Result retval, int64_t timestampUs);
/hardware/interfaces/audio/5.0/
DIStreamOut.hal138 * @return timestampUs time of the next write.
140 getNextWriteTimestamp() generates (Result retval, int64_t timestampUs);
/hardware/interfaces/audio/4.0/
DIStreamOut.hal138 * @return timestampUs time of the next write.
140 getNextWriteTimestamp() generates (Result retval, int64_t timestampUs);
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h1196 uint64_t timestampUs; in TEST_P() local
1197 ASSERT_OK(stream->getNextWriteTimestamp(returnIn(res, timestampUs))); in TEST_P()
1202 checkInvalidStateOr0(res, timestampUs); in TEST_P()
/hardware/google/interfaces/media/c2/1.0/
Dtypes.hal385 uint64_t timestampUs;
/hardware/interfaces/media/c2/1.0/
Dtypes.hal467 uint64_t timestampUs;