Searched refs:timestampUs (Results 1 - 8 of 8) sorted by relevance

/hardware/interfaces/media/omx/1.0/
H A Dtypes.hal89 uint64_t timestampUs;
93 uint64_t timestampUs;
H A DIOmxNode.hal305 * @param timestampUs Timestamp OMX_EmptyBuffer().
315 uint64_t timestampUs,
/hardware/interfaces/audio/2.0/
H A DIStreamOut.hal130 * @return timestampUs time of the next write.
132 getNextWriteTimestamp() generates (Result retval, int64_t timestampUs);
/hardware/interfaces/media/omx/1.0/vts/functional/audio/
H A DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp210 timestampUs = 0;
234 EXPECT_GE(msg.data.extendedBufferData.timestampUs, timestampUs);
235 timestampUs = msg.data.extendedBufferData.timestampUs;
243 if (*it == timestampUs) {
304 uint64_t timestampUs; member in class:AudioDecHidlTest
854 timestampUs = 0;
942 timestampUs = 0;
958 timestampUs
[all...]
/hardware/interfaces/media/omx/1.0/vts/functional/video/
H A DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp207 timestampUs = 0;
240 EXPECT_GE(msg.data.extendedBufferData.timestampUs, timestampUs);
241 timestampUs = msg.data.extendedBufferData.timestampUs;
249 if (*it == timestampUs) {
308 uint64_t timestampUs; member in class:VideoDecHidlTest
892 timestampUs = 0;
976 timestampUs = 0;
991 timestampUs
[all...]
H A DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp258 if (*it == msg.data.extendedBufferData.timestampUs) {
/hardware/interfaces/audio/2.0/default/
H A DStreamOut.cpp400 int64_t timestampUs = 0; local
404 mStream->get_next_write_timestamp(mStream, &timestampUs));
406 _hidl_cb(retval, timestampUs);
/hardware/interfaces/audio/2.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp1205 uint64_t timestampUs; local
1206 ASSERT_OK(stream->getNextWriteTimestamp(returnIn(res, timestampUs)));
1211 checkInvalidStateOr0(res, timestampUs);

Completed in 312 milliseconds