Searched refs:CheckPixelsInput (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | pixel_yuv.h | 76 bool CheckPixelsInput(const uint8_t *dst, const uint64_t &bufferSize, const uint32_t &offset, const Rect ®ion);
|
H A D | pixel_map.h | 423 bool CheckPixelsInput(const uint8_t *dst, const uint64_t &bufferSize, const uint32_t &offset,
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_yuv.cpp | 507 if (!CheckPixelsInput(source, bufferSize, offset, region)) { in WritePixels() 605 if (!CheckPixelsInput(dst, bufferSize, offset, region)) { in ReadPixels() 791 bool PixelYuv::CheckPixelsInput(const uint8_t *dst, const uint64_t &bufferSize, const uint32_t &offset, in CheckPixelsInput() function in OHOS::Media::PixelYuv 795 IMAGE_LOGE("CheckPixelsInput input dst address is null."); in CheckPixelsInput() 800 IMAGE_LOGE("CheckPixelsInput input buffer size is 0."); in CheckPixelsInput() 805 IMAGE_LOGE("CheckPixelsInput left(%{public}d) or top(%{public}d) or offset(%{public}u) < 0.", in CheckPixelsInput() 810 IMAGE_LOGE("CheckPixelsInput width(%{public}d) or height(%{public}d) is < 0.", region.width, in CheckPixelsInput() 815 IMAGE_LOGE("CheckPixelsInput left(%{public}d) + width(%{public}d) is > PixelYuv width(%{public}d).", in CheckPixelsInput() 820 IMAGE_LOGE("CheckPixelsInput top(%{public}d) + height(%{public}d) is > PixelYuv height(%{public}d).", in CheckPixelsInput() 828 "CheckPixelsInput fai in CheckPixelsInput() [all...] |
H A D | pixel_map.cpp | 1612 bool PixelMap::CheckPixelsInput(const uint8_t *dst, const uint64_t &bufferSize, const uint32_t &offset, in CheckPixelsInput() function in OHOS::Media::PixelMap 1616 IMAGE_LOGE("CheckPixelsInput input dst address is null."); in CheckPixelsInput() 1621 IMAGE_LOGE("CheckPixelsInput input buffer size is 0."); in CheckPixelsInput() 1628 "CheckPixelsInput left(%{public}d) or top(%{public}d) or stride(%{public}u) or offset(%{public}u) < 0.", in CheckPixelsInput() 1633 IMAGE_LOGE("CheckPixelsInput width(%{public}d) or height(%{public}d) is < 0.", region.width, region.height); in CheckPixelsInput() 1637 IMAGE_LOGE("CheckPixelsInput left(%{public}d) + width(%{public}d) is > pixelmap width(%{public}d).", in CheckPixelsInput() 1642 IMAGE_LOGE("CheckPixelsInput top(%{public}d) + height(%{public}d) is > pixelmap height(%{public}d).", in CheckPixelsInput() 1648 IMAGE_LOGE("CheckPixelsInput stride(%{public}d) < width*4 (%{public}d).", stride, regionStride); in CheckPixelsInput() 1653 IMAGE_LOGE("CheckPixelsInput input buffer size is < width * 4."); in CheckPixelsInput() 1659 "CheckPixelsInput fai in CheckPixelsInput() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/ |
H A D | pixel_map.h | 235 bool CheckPixelsInput(const uint8_t *dst, const uint64_t &bufferSize, const uint32_t &offset,
|
Completed in 9 milliseconds