Home
last modified time | relevance | path

Searched refs:IsStrideAlignment (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dpixel_map_impl.cpp254 bool isDMA = real_->IsStrideAlignment(); in GetIsStrideAlignment()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/
H A Dimage_plugin_fuzz.cpp206 pixelMap->IsStrideAlignment(); in PixelMapTest002()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h179 NATIVEEXPORT bool IsStrideAlignment();
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp1601 int32_t dstLength = PixelConvert::PixelsConvert(srcInfo, dstInfo, bufferSize, IsStrideAlignment()); in ReadARGBPixels()
1902 bool PixelMap::IsStrideAlignment() in IsStrideAlignment() function in OHOS::Media::PixelMap
1905 IMAGE_LOGD("IsStrideAlignment allocatorType_ is DMA_ALLOC"); in IsStrideAlignment()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dpixel_map_test.cpp1920 * @tc.name: IsStrideAlignment
1921 * @tc.desc: test IsStrideAlignment
1926 GTEST_LOG_(INFO) << "ImagePixelMapTest: IsStrideAlignmentTest IsStrideAlignment start"; in HWTEST_F()
1934 bool res = pixelMap.IsStrideAlignment(); in HWTEST_F()
1936 GTEST_LOG_(INFO) << "ImagePixelMapTest: IsStrideAlignmentTest IsStrideAlignment end"; in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_pixel_map_napi.cpp1271 bool isDMA = pixelMapNapi->nativePixelMap_->IsStrideAlignment(); in GetIsStrideAlignment()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpixel_map_napi.cpp1661 bool isDMA = pixelMapNapi->nativePixelMap_->IsStrideAlignment(); in GetIsStrideAlignment()

Completed in 25 milliseconds