Home
last modified time | relevance | path

Searched refs:ALIGN_8 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/
H A Dmock_jpeg_hw_decode_flow.cpp151 scaledImgSize_.width = static_cast<int32_t>(AlignUp(opt.width / opt.sampleSize, ALIGN_8)); in Run()
152 scaledImgSize_.height = static_cast<int32_t>(AlignUp(opt.height / opt.sampleSize, ALIGN_8)); in Run()
H A Dmock_jpeg_hw_decode_flow.h39 static constexpr uint32_t ALIGN_8 = 8;
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_decoder.h158 static constexpr uint32_t ALIGN_8 = 8; variable