Searched refs:pts (Results 1 - 16 of 16) sorted by relevance
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | icodec_buffer.cpp | 111 omxBuffer.nTimeStamp = codecBuffer.pts; in EmptyOmxBuffer() 127 codecBuffer_.pts = omxBuffer.nTimeStamp; in FillOmxBufferDone()
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
H A D | icodec_buffer.cpp | 126 omxBuffer.nTimeStamp = codecBuffer.pts; in EmptyOmxBuffer() 142 codecBuffer_.pts = omxBuffer.nTimeStamp; in FillOmxBufferDone()
|
/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_component_type.h | 196 int64_t pts; /** Timestamp. */ member
|
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codeccommonhdi_fuzzer/ |
H A D | codeccommon_fuzzer.cpp | 63 dataFuzz->pts = DATA_PTS; in FillDataOmxCodecBuffer()
|
/drivers/peripheral/codec/test/unittest/hdi_omx/ |
H A D | codec_hdi_omx_test.cpp | 65 buffer.pts = 0; in InitCodecBuffer() 125 omxBuffer->pts = 0; in InitCodecBufferWithAshMem() 221 omxBuffer->pts = 0; in InitBufferHandle() 676 omxBuffer->pts = 0; in HWTEST_F() 695 omxBuffer->pts = 0; in HWTEST_F() 714 omxBuffer->pts = 0; in HWTEST_F() 733 omxBuffer->pts = 0; in HWTEST_F() 819 omxBuffer->pts = 0; in HWTEST_F() 952 buffer.pts = 0; in HWTEST_F() 1017 allocBuffer.pts in HWTEST_F() [all...] |
/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codeccommonomx_fuzzer/ |
H A D | codeccommon_fuzzer.cpp | 76 dataFuzz->pts = DATA_PTS;
in FillDataOmxCodecBuffer()
|
/drivers/peripheral/display/interfaces/include/ |
H A D | display_layer.h | 738 * @param pts Indicates the pointer to the present timestamp obtained. 745 int32_t (*GetHwPresentTimestamp)(uint32_t devId, uint32_t layerId, PresentTimestamp *pts);
|
/drivers/peripheral/codec/hal/src/ |
H A D | codec_types.c | 247 if (!HdfSbufWriteInt32(data, (int32_t)dataBlock->type) || !HdfSbufWriteInt64(data, dataBlock->pts) || in OmxCodecBufferBlockMarshalling() 249 CODEC_LOGE("write dataBlock:type, pts or flag failed!"); in OmxCodecBufferBlockMarshalling() 372 if (!HdfSbufReadInt32(data, (int32_t *)&dataBlock->type) || !HdfSbufReadInt64(data, &dataBlock->pts) || in OmxCodecBufferBlockUnmarshalling() 374 CODEC_LOGE("read dataBlock:type, pts or flag failed!"); in OmxCodecBufferBlockUnmarshalling()
|
/drivers/peripheral/codec/test/demo/idl/src/ |
H A D | codec_hdi_decode.cpp | 432 omxBuffer->pts = 0; in UseBufferOnPort() 537 omxBuffer->pts = 0; in UseDMABuffer() 593 omxBuffer->pts = 0; in UseBufferHandle()
|
H A D | codec_hdi_encode.cpp | 384 omxBuffer->pts = 0; in UseDMABuffer() 430 omxBuffer->pts = 0; in UseBufferOnPort() 481 omxBuffer->pts = 0; in UseDynaBuffer()
|
/drivers/interface/display/composer/v1_0/include/ |
H A D | idisplay_composer_interface.h | 882 * @param pts Indicates the pointer to the present timestamp obtained. 889 virtual int32_t GetHwPresentTimestamp(uint32_t devId, uint32_t layerId, PresentTimestamp& pts) = 0;
|
/drivers/peripheral/codec/test/demo/v2.0/src/ |
H A D | codec_hdi_encode.cpp | 326 omxBuffer->pts = 0; in UseBufferOnPort() 376 omxBuffer->pts = 0; in UseDynaBuffer()
|
H A D | codec_hdi_decode.cpp | 342 omxBuffer->pts = 0; in UseBufferOnPort() 464 omxBuffer->pts = 0; in UseBufferHandle()
|
/drivers/peripheral/codec/test/unittest/idl_omx/ |
H A D | codec_function_utils.cpp | 55 buffer.pts = 0;
in InitOmxCodecBuffer()
|
/drivers/interface/display/composer/v1_0/hdi_impl/ |
H A D | display_composer_hdi_impl.h | 468 virtual int32_t GetHwPresentTimestamp(uint32_t devId, uint32_t layerId, PresentTimestamp& pts) override
|
/drivers/peripheral/codec/test/benchmarktest/ |
H A D | codec_benchmark_omx_test.cpp | 116 buffer.pts = CODEC_NUM; in InitOmxCodecBuffer()
|
Completed in 16 milliseconds