Home
last modified time | relevance | path

Searched refs:useDMA (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/image_framework/frameworks/kits/js/common/include/
H A Dimage_pixel_map_napi_kits.h34 bool useDMA; member
/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H A Dimage_pixel_map_ndk.cpp57 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 Dimage_pixel_map_napi_kits.cpp114 info.useDMA = args->useDMA; in PixelMapNapiCreate()
H A Dpixel_map_napi.cpp920 context->opts.useDMA = true; in STATIC_EXEC_FUNC()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpixel_convert.h191 static int32_t PixelsConvert(const BufferInfo &src, BufferInfo &dst, int32_t srcLength, bool useDMA);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp1176 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 Davmetadatahelper_impl.cpp374 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 Dpixel_map.h64 bool useDMA = false; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp377 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 Dpixel_map_test.cpp2442 opts1.useDMA = true; in HWTEST_F()
2545 opts.useDMA = true; in HWTEST_F()

Completed in 26 milliseconds