Home
last modified time | relevance | path

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

/drivers/peripheral/codec/test/benchmarktest/
H A Dcodec_callback_service.cpp23 int32_t CodecCallbackService::EventHandler(CodecEventType event, const EventInfo &info) in EventHandler()
30 int32_t CodecCallbackService::EmptyBufferDone(int64_t appData, const OmxCodecBuffer& buffer) in EmptyBufferDone()
37 int32_t CodecCallbackService::FillBufferDone(int64_t appData, const OmxCodecBuffer& buffer) in FillBufferDone()
H A Dcodec_callback_service.h25 class CodecCallbackService : public ICodecCallback { class
27 CodecCallbackService() = default;
28 virtual ~CodecCallbackService() = default;
H A Dcodec_benchmark_manager_test.cpp33 callback_ = new CodecCallbackService(); in SetUp()
H A Dcodec_benchmark_omx_test.cpp204 callback_ = new CodecCallbackService(); in InitComponent()
541 callback_ = new CodecCallbackService(); in BENCHMARK_F()
/drivers/peripheral/codec/test/unittest/idl_omx/
H A Dcodec_callback_service.cpp23 int32_t CodecCallbackService::EventHandler(CodecEventType event, const EventInfo &info) in EventHandler()
30 int32_t CodecCallbackService::EmptyBufferDone(int64_t appData, const OmxCodecBuffer& buffer) in EmptyBufferDone()
37 int32_t CodecCallbackService::FillBufferDone(int64_t appData, const OmxCodecBuffer& buffer) in FillBufferDone()
H A Dcodec_hdi_manager_test.cpp36 callback_ = new CodecCallbackService(); in SetUp()
H A Dcodec_hdi_omx_dec_test.cpp75 g_callback = new CodecCallbackService(); in SetUp()
H A Dcodec_hdi_omx_enc_test.cpp73 g_callback = new CodecCallbackService(); in SetUp()
875 g_callback = new CodecCallbackService(); in HWTEST_F()

Completed in 5 milliseconds