Searched refs:TestDecodeImage (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/ohos_image_adapter/ |
H A D | ohos_image_decoder_adapter_test.cpp | 107 bool TestDecodeImage(OhosImageDecoderAdapterImpl &imageDecoderAdapterImpl, uint8_t *buffer, Allocat… in TestDecodeImage() function 292 bool ret = TestDecodeImage(imageDecoderAdapterImpl, buffer, AllocatorType::kDmaAlloc); 322 bool ret = TestDecodeImage(imageDecoderAdapterImpl, buffer, AllocatorType::kDmaAlloc); 338 ret = TestDecodeImage(imageDecoderAdapterImpl, buffer, AllocatorType::kShareMemAlloc); 366 bool ret = TestDecodeImage(imageDecoderAdapterImpl, buffer, AllocatorType::kDmaAlloc); 396 bool ret = TestDecodeImage(imageDecoderAdapterImpl, buffer, AllocatorType::kDmaAlloc); 426 bool ret = TestDecodeImage(imageDecoderAdapterImpl, buffer, AllocatorType::kDmaAlloc); 457 bool ret = TestDecodeImage(imageDecoderAdapterImpl, buffer, AllocatorType::kDmaAlloc); 524 bool ret = TestDecodeImage(imageDecoderAdapterImpl, buffer, AllocatorType::kShareMemAlloc);
|