Home
last modified time | relevance | path

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

/hardware/interfaces/media/omx/1.0/vts/functional/audio/
DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp151 timestampUs = 0; in SetUp()
185 EXPECT_GE(msg.data.extendedBufferData.timestampUs, timestampUs); in handleMessage()
186 timestampUs = msg.data.extendedBufferData.timestampUs; in handleMessage()
194 if (*it == timestampUs) { in handleMessage()
260 uint64_t timestampUs; member in AudioDecHidlTest
829 timestampUs = 0; in TEST_P()
925 timestampUs = 0; in TEST_P()
944 timestampUs = 0; in TEST_P()
1036 timestampUs = 0; in TEST_P()
1129 timestampUs = Info[index - 1].timestamp; in TEST_P()
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp143 timestampUs = 0; in SetUp()
188 EXPECT_GE(msg.data.extendedBufferData.timestampUs, timestampUs); in handleMessage()
189 timestampUs = msg.data.extendedBufferData.timestampUs; in handleMessage()
197 if (*it == timestampUs) { in handleMessage()
266 uint64_t timestampUs; member in VideoDecHidlTest
1064 timestampUs = 0; in TEST_P()
1167 timestampUs = 0; in TEST_P()
1185 timestampUs = 0; in TEST_P()
1292 timestampUs = 0; in TEST_P()
1395 timestampUs = Info[index - 1].timestamp; in TEST_P()
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp196 if (*it == msg.data.extendedBufferData.timestampUs) { in handleMessage()
/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/interfaces/audio/core/all-versions/default/
DStreamOut.cpp417 int64_t timestampUs = 0; in getNextWriteTimestamp() local
420 mStream->get_next_write_timestamp(mStream, &timestampUs), in getNextWriteTimestamp()
423 _hidl_cb(retval, timestampUs); in getNextWriteTimestamp()
/hardware/interfaces/media/bufferpool/1.0/
Dtypes.hal92 int64_t timestampUs;
/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/6.0/
DIStreamOut.hal139 * @return timestampUs time of the next write.
141 getNextWriteTimestamp() generates (Result retval, int64_t timestampUs);
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h1392 uint64_t timestampUs; in TEST_P() local
1393 ASSERT_OK(stream->getNextWriteTimestamp(returnIn(res, timestampUs))); in TEST_P()
1398 expectValueOrFailure(res, uint64_t{0}, timestampUs, Result::INVALID_STATE); 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;