Home
last modified time | relevance | path

Searched refs:pts (Results 1 - 16 of 16) sorted by relevance

/drivers/peripheral/codec/hal/idl_service/src/
H A Dicodec_buffer.cpp111 omxBuffer.nTimeStamp = codecBuffer.pts; in EmptyOmxBuffer()
127 codecBuffer_.pts = omxBuffer.nTimeStamp; in FillOmxBufferDone()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dicodec_buffer.cpp126 omxBuffer.nTimeStamp = codecBuffer.pts; in EmptyOmxBuffer()
142 codecBuffer_.pts = omxBuffer.nTimeStamp; in FillOmxBufferDone()
/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_type.h196 int64_t pts; /** Timestamp. */ member
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codeccommonhdi_fuzzer/
H A Dcodeccommon_fuzzer.cpp63 dataFuzz->pts = DATA_PTS; in FillDataOmxCodecBuffer()
/drivers/peripheral/codec/test/unittest/hdi_omx/
H A Dcodec_hdi_omx_test.cpp65 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 Dcodeccommon_fuzzer.cpp76 dataFuzz->pts = DATA_PTS; in FillDataOmxCodecBuffer()
/drivers/peripheral/display/interfaces/include/
H A Ddisplay_layer.h738 * @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 Dcodec_types.c247 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 Dcodec_hdi_decode.cpp432 omxBuffer->pts = 0; in UseBufferOnPort()
537 omxBuffer->pts = 0; in UseDMABuffer()
593 omxBuffer->pts = 0; in UseBufferHandle()
H A Dcodec_hdi_encode.cpp384 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 Didisplay_composer_interface.h882 * @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 Dcodec_hdi_encode.cpp326 omxBuffer->pts = 0; in UseBufferOnPort()
376 omxBuffer->pts = 0; in UseDynaBuffer()
H A Dcodec_hdi_decode.cpp342 omxBuffer->pts = 0; in UseBufferOnPort()
464 omxBuffer->pts = 0; in UseBufferHandle()
/drivers/peripheral/codec/test/unittest/idl_omx/
H A Dcodec_function_utils.cpp55 buffer.pts = 0; in InitOmxCodecBuffer()
/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h468 virtual int32_t GetHwPresentTimestamp(uint32_t devId, uint32_t layerId, PresentTimestamp& pts) override
/drivers/peripheral/codec/test/benchmarktest/
H A Dcodec_benchmark_omx_test.cpp116 buffer.pts = CODEC_NUM; in InitOmxCodecBuffer()

Completed in 16 milliseconds