Searched refs:LockPixelMap (Results 1 – 11 of 11) sorted by relevance
54 bool res = napi.LockPixelMap();70 bool res = napi.LockPixelMap();
80 ErrorCode CommonUtils::LockPixelMap(PixelMap *pixelMap, std::shared_ptr<EffectBuffer> &effectBuffer) in LockPixelMap() function in OHOS::Media::Effect::CommonUtils240 ErrorCode res = LockPixelMap(pixelMap.get(), effectBuffer); in ParsePath()505 ErrorCode errorCode = CommonUtils::LockPixelMap(pixelMap.get(), effectBuffer); in ParsePicture()523 errorCode = CommonUtils::LockPixelMap(gainMap.get(), gainMapEffectBuffer); in ParsePicture()
41 …IMAGE_EFFECT_EXPORT static ErrorCode LockPixelMap(PixelMap *pixelMap, std::shared_ptr<EffectBuffer…
54 bool LockPixelMap();
65 bool LockPixelMap();
761 ErrorCode result = CommonUtils::LockPixelMap(input, inEffectBuffer); in OH_EffectFilter_Render()769 result = CommonUtils::LockPixelMap(output, outEffectBuffer); in OH_EffectFilter_Render()
353 ErrorCode errorCode = CommonUtils::LockPixelMap(pixelMap, buffer); in ApplyColorSpace()
366 native->LockPixelMap(); in PixelMapNapiAccessPixels()
642 bool PixelMapNapi::LockPixelMap() in LockPixelMap() function in OHOS::Media::PixelMapNapi732 pixmapNapi->LockPixelMap(); in OHOS_MEDIA_AccessPixels()
1118 return CommonUtils::LockPixelMap(dataInfo.pixelMap_, effectBuffer); in ParseDataInfo()
491 bool SendablePixelMapNapi::LockPixelMap() in LockPixelMap() function in OHOS::Media::SendablePixelMapNapi