Home
last modified time | relevance | path

Searched refs:capList (Results 1 - 11 of 11) sorted by relevance

/test/xts/hats/hdf/codec/hdi_omx_additional/
H A Dcodec_hdi_manager_test.cpp59 CodecCompCapability *capList = (CodecCompCapability *)OsalMemAlloc(sizeof(CodecCompCapability) * count); in HWTEST_F() local
60 ASSERT_TRUE(capList != nullptr); in HWTEST_F()
61 capList->role = MEDIA_ROLETYPE_INVALID; in HWTEST_F()
62 auto err = manager_->GetComponentCapabilityList(capList, count); in HWTEST_F()
76 CodecCompCapability *capList = (CodecCompCapability *)OsalMemAlloc(sizeof(CodecCompCapability) * count); in HWTEST_F() local
77 ASSERT_TRUE(capList != nullptr); in HWTEST_F()
78 capList->role = MEDIA_ROLETYPE_IMAGE_JPEG; in HWTEST_F()
79 auto err = manager_->GetComponentCapabilityList(capList, count); in HWTEST_F()
92 CodecCompCapability *capList = (CodecCompCapability *)OsalMemAlloc(sizeof(CodecCompCapability) * count); in HWTEST_F() local
93 ASSERT_TRUE(capList ! in HWTEST_F()
108 CodecCompCapability *capList = (CodecCompCapability *)OsalMemAlloc(sizeof(CodecCompCapability) * count); HWTEST_F() local
124 CodecCompCapability *capList = (CodecCompCapability *)OsalMemAlloc(sizeof(CodecCompCapability) * count); HWTEST_F() local
140 CodecCompCapability *capList = HWTEST_F() local
158 CodecCompCapability *capList = (CodecCompCapability *)OsalMemAlloc(sizeof(CodecCompCapability) * count); HWTEST_F() local
350 CodecCompCapability *capList = (CodecCompCapability *)OsalMemAlloc(sizeof(CodecCompCapability) * 0); HWTEST_F() local
364 CodecCompCapability *capList = (CodecCompCapability *)OsalMemAlloc(sizeof(CodecCompCapability) * 100000); HWTEST_F() local
381 CodecCompCapability *capList = (CodecCompCapability *)OsalMemAlloc(sizeof(CodecCompCapability) * count); HWTEST_F() local
414 CodecCompCapability *capList = (CodecCompCapability *)OsalMemAlloc(sizeof(CodecCompCapability) * count); HWTEST_F() local
[all...]
/test/xts/hats/hdf/codec/hdi_image_additional/
H A Dcodec_hdi_jpeg_test.cpp325 std::vector<CodecImageCapability> capList(1); in HWTEST_F()
326 capList[0].role = CODEC_IMAGE_INVALID; in HWTEST_F()
327 auto ret = hdiJpeg_->GetImageCapability(capList); in HWTEST_F()
339 std::vector<CodecImageCapability> capList(1); in HWTEST_F()
340 capList[0].type = CODEC_IMAGE_TYPE_INVALID; in HWTEST_F()
341 auto ret = hdiJpeg_->GetImageCapability(capList); in HWTEST_F()
343 ASSERT_TRUE(!capList[0].name.empty()); in HWTEST_F()
353 std::vector<CodecImageCapability> capList(1); in HWTEST_F()
354 capList[0].widthAlignment = -1; in HWTEST_F()
355 auto ret = hdiJpeg_->GetImageCapability(capList); in HWTEST_F()
969 std::vector<CodecImageCapability> capList; HWTEST_F() local
[all...]
/test/xts/hats/hdf/codec/hdi_omx/
H A Dcodec_hdi_manager_test.cpp62 CodecCompCapability *capList = (CodecCompCapability *)OsalMemAlloc(sizeof(CodecCompCapability) * count); in HWTEST_F() local
63 ASSERT_TRUE(capList != nullptr); in HWTEST_F()
64 auto err = manager_->GetComponentCapabilityList(capList, count); in HWTEST_F()
66 OsalMemFree(capList); in HWTEST_F()
67 capList = nullptr; in HWTEST_F()
98 CodecCompCapability *capList = (CodecCompCapability *)OsalMemAlloc(sizeof(CodecCompCapability) * count); in HWTEST_F() local
99 ASSERT_TRUE(capList != nullptr); in HWTEST_F()
100 auto err = manager_->GetComponentCapabilityList(capList, count); in HWTEST_F()
102 compName = capList[0].compName; in HWTEST_F()
103 OsalMemFree(capList); in HWTEST_F()
[all...]
H A Dcodec_hdi_omx_test.cpp229 CodecCompCapability *capList = (CodecCompCapability *)OsalMemAlloc(sizeof(CodecCompCapability) * count); in SetUpTestCase() local
230 ASSERT_TRUE(capList != nullptr); in SetUpTestCase()
231 auto err = manager_->GetComponentCapabilityList(capList, count); in SetUpTestCase()
233 compName_ = capList[0].compName; in SetUpTestCase()
234 OsalMemFree(capList); in SetUpTestCase()
235 capList = nullptr; in SetUpTestCase()
/test/xts/hats/hdf/codec/hdi_idlomx/
H A Dcodec_hdi_manager_test.cpp78 std::vector<CodecCompCapability> capList;; in HWTEST_F() local
79 ret = manager_->GetComponentCapabilityList(capList, count); in HWTEST_F()
118 std::vector<CodecCompCapability> capList;; in HWTEST_F() local
119 ret = manager_->GetComponentCapabilityList(capList, count); in HWTEST_F()
122 compName = capList[0].compName; in HWTEST_F()
143 std::vector<CodecCompCapability> capList;; in HWTEST_F() local
144 ret = manager_->GetComponentCapabilityList(capList, count); in HWTEST_F()
147 compName = capList[0].compName; in HWTEST_F()
H A Dcodec_hdi_omx_dec_test.cpp56 std::vector<CodecCompCapability> capList; in SetUpTestCase() local
57 auto err = g_manager->GetComponentCapabilityList(capList, count); in SetUpTestCase()
59 for (auto cap : capList) { in SetUpTestCase()
171 std::vector<CodecCompCapability> capList; in HWTEST_F() local
172 auto err = g_manager->GetComponentCapabilityList(capList, count); in HWTEST_F()
174 err = g_manager->GetComponentCapabilityList(capList, count); in HWTEST_F()
H A Dcodec_hdi_omx_enc_test.cpp54 std::vector<CodecCompCapability> capList; in SetUpTestCase() local
55 auto err = g_manager->GetComponentCapabilityList(capList, count); in SetUpTestCase()
57 for (auto cap : capList) { in SetUpTestCase()
/test/xts/hats/hdf/codec/benchmarktest/
H A Dcodec_benchmark_manager_test.cpp67 std::vector<CodecCompCapability> capList; in BENCHMARK_F() local
69 ret = manager_->GetComponentCapabilityList(capList, count); in BENCHMARK_F()
103 std::vector<CodecCompCapability> capList; in BENCHMARK_F() local
104 ret = manager_->GetComponentCapabilityList(capList, count); in BENCHMARK_F()
107 compName = capList[0].compName; in BENCHMARK_F()
H A Dcodec_benchmark_omx_test.cpp94 std::vector<CodecCompCapability> capList; in Init() local
95 auto err = manager_->GetComponentCapabilityList(capList, count); in Init()
97 compName_ = capList[0].compName; in Init()
/test/xts/hats/hdf/codec/hdi_image/
H A Dcodec_hdi_jpeg_test.cpp90 std::vector<CodecImageCapability> capList; in HWTEST_F() local
91 auto ret = hdiJpeg_->GetImageCapability(capList); in HWTEST_F()
/test/xts/hats/hdf/codec/hdi_component_additional/
H A Dcodec_component_test.cpp96 std::vector<CodecCompCapability> capList; in SetUpTestCase() local
97 auto err = g_manager->GetComponentCapabilityList(capList, count); in SetUpTestCase()
99 for (auto cap : capList) { in SetUpTestCase()

Completed in 20 milliseconds