Searched refs:timestampUs (Results 1 – 15 of 15) sorted by relevance
/hardware/interfaces/media/omx/1.0/vts/functional/audio/ |
D | VtsHalMediaOmxV1_0TargetAudioDecTest.cpp | 151 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/ |
D | VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 143 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()
|
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 196 if (*it == msg.data.extendedBufferData.timestampUs) { in handleMessage()
|
/hardware/interfaces/media/omx/1.0/ |
D | types.hal | 89 uint64_t timestampUs; 93 uint64_t timestampUs;
|
D | IOmxNode.hal | 305 * @param timestampUs Timestamp OMX_EmptyBuffer(). 315 uint64_t timestampUs,
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | StreamOut.cpp | 417 int64_t timestampUs = 0; in getNextWriteTimestamp() local 420 mStream->get_next_write_timestamp(mStream, ×tampUs), in getNextWriteTimestamp() 423 _hidl_cb(retval, timestampUs); in getNextWriteTimestamp()
|
/hardware/interfaces/media/bufferpool/1.0/ |
D | types.hal | 92 int64_t timestampUs;
|
/hardware/interfaces/media/bufferpool/2.0/ |
D | types.hal | 94 int64_t timestampUs;
|
/hardware/interfaces/audio/2.0/ |
D | IStreamOut.hal | 130 * @return timestampUs time of the next write. 132 getNextWriteTimestamp() generates (Result retval, int64_t timestampUs);
|
/hardware/interfaces/audio/5.0/ |
D | IStreamOut.hal | 138 * @return timestampUs time of the next write. 140 getNextWriteTimestamp() generates (Result retval, int64_t timestampUs);
|
/hardware/interfaces/audio/4.0/ |
D | IStreamOut.hal | 138 * @return timestampUs time of the next write. 140 getNextWriteTimestamp() generates (Result retval, int64_t timestampUs);
|
/hardware/interfaces/audio/6.0/ |
D | IStreamOut.hal | 139 * @return timestampUs time of the next write. 141 getNextWriteTimestamp() generates (Result retval, int64_t timestampUs);
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | AudioPrimaryHidlHalTest.h | 1392 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/ |
D | types.hal | 385 uint64_t timestampUs;
|
/hardware/interfaces/media/c2/1.0/ |
D | types.hal | 467 uint64_t timestampUs;
|