Searched refs:targetRowStride (Results 1 - 2 of 2) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | post_proc.h | 50 void **nativeBuffer, int &targetRowStride); 69 int srcRowStride = 0, int targetRowStride = 0);
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc.cpp | 196 int32_t srcRowStride, int32_t targetRowStride) in CopyPixels() 206 if (targetRowStride <= 0) { in CopyPixels() 207 targetRowStride = targetRowBytes; in CopyPixels() 216 dstStartPixel = dstPixels + scanLine * targetRowStride; in CopyPixels() 243 int targetRowStride = 0; in CenterDisplay() local 249 dstPixels = AllocDmaMemory(dstImageInfo, bufferSize, &nativeBuffer, targetRowStride); in CenterDisplay() 257 if (!CopyPixels(pixelMap, dstPixels, dstImageInfo.size, srcWidth, srcHeight, srcRowStride, targetRowStride)) { in CenterDisplay() 509 void **nativeBuffer, int &targetRowStride) in AllocDmaMemory() 522 targetRowStride = sbBuffer->GetStride(); in AllocDmaMemory() 194 CopyPixels(PixelMap& pixelMap, uint8_t* dstPixels, const Size& dstSize, const int32_t srcWidth, const int32_t srcHeight, int32_t srcRowStride, int32_t targetRowStride) CopyPixels() argument 508 AllocDmaMemory(ImageInfo info, const uint64_t bufferSize, void **nativeBuffer, int &targetRowStride) AllocDmaMemory() argument
|
Completed in 3 milliseconds