Searched refs:useDMA (Results 1 - 10 of 10) sorted by relevance
/foundation/multimedia/image_framework/frameworks/kits/js/common/include/ |
H A D | image_pixel_map_napi_kits.h | 34 bool useDMA; member
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/ |
H A D | image_pixel_map_ndk.cpp | 57 args.useDMA = false; in OH_PixelMap_CreatePixelMap() 76 args.useDMA = true; in OH_PixelMap_CreatePixelMapWithStride()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_pixel_map_napi_kits.cpp | 114 info.useDMA = args->useDMA; in PixelMapNapiCreate()
|
H A D | pixel_map_napi.cpp | 920 context->opts.useDMA = true; in STATIC_EXEC_FUNC()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | pixel_convert.h | 191 static int32_t PixelsConvert(const BufferInfo &src, BufferInfo &dst, int32_t srcLength, bool useDMA);
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | pixel_convert.cpp | 1176 const ImageInfo &dstInfo, bool useDMA) in ConvertAndCollapseByFFMpeg() 1179 srcInfo.size.width, srcInfo.size.height, useDMA ? DMA_LINE_SIZE : 1}; in ConvertAndCollapseByFFMpeg() 1536 int32_t PixelConvert::PixelsConvert(const BufferInfo &src, BufferInfo &dst, int32_t srcLength, bool useDMA) in PixelsConvert() argument 1544 return ConvertAndCollapseByFFMpeg(src.pixels, src.imageInfo, dst.pixels, dst.imageInfo, useDMA) ? in PixelsConvert() 1564 dst.pixels, pos, useDMA ? dst.rowStride : PixelMap::GetRGBxRowDataSize(dst.imageInfo), dst.imageInfo)) { in PixelsConvert() 1175 ConvertAndCollapseByFFMpeg(const void *srcPixels, const ImageInfo &srcInfo, void *dstPixels, const ImageInfo &dstInfo, bool useDMA) ConvertAndCollapseByFFMpeg() argument
|
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/ |
H A D | avmetadatahelper_impl.cpp | 374 options.useDMA = (isHdr || pixelMapInfo.pixelFormat == PixelFormat::NV12) ? true : false; in CreatePixelMapFromSurfaceBuffer() 379 if (!options.useDMA) { in CreatePixelMapFromSurfaceBuffer()
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | pixel_map.h | 64 bool useDMA = false; member
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 377 const ImageInfo &dstImageInfo, bool useDMA) in AllocPixelMapMemory() 389 ImageUtils::GetPixelMapAllocatorType(dstImageInfo.size, dstImageInfo.pixelFormat, useDMA), memoryData); in AllocPixelMapMemory() 437 errorCode = AllocPixelMapMemory(dstMemory, dstRowStride, dstImageInfo, opts.useDMA); in Create() 663 int errorCode = AllocPixelMapMemory(dstMemory, dstRowStride, dstImageInfo, opts.useDMA); in Create() 376 AllocPixelMapMemory(std::unique_ptr<AbsMemory> &dstMemory, int32_t &dstRowStride, const ImageInfo &dstImageInfo, bool useDMA) AllocPixelMapMemory() argument
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
H A D | pixel_map_test.cpp | 2442 opts1.useDMA = true; in HWTEST_F() 2545 opts.useDMA = true; in HWTEST_F()
|
Completed in 26 milliseconds