| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
| D | post_proc.cpp | 265 pixelMap.SetPixelsAddr(dstPixels, nullptr, bufferSize, AllocatorType::HEAP_ALLOC, nullptr); in CenterDisplay() 267 … pixelMap.SetPixelsAddr(dstPixels, nativeBuffer, bufferSize, AllocatorType::DMA_ALLOC, nullptr); in CenterDisplay() 271 … pixelMap.SetPixelsAddr(dstPixels, fdBuffer, bufferSize, AllocatorType::SHARE_MEM_ALLOC, nullptr); in CenterDisplay() 337 pixelMap.SetPixelsAddr(resultData, nullptr, bufferSize, decodeOpts_.allocatorType, nullptr); in CheckScanlineFilter() 342 pixelMap.SetPixelsAddr(resultData, fdBuffer, bufferSize, decodeOpts_.allocatorType, nullptr); in CheckScanlineFilter() 405 pixelMap.SetPixelsAddr(resultData, nullptr, bufferSize, decodeOpts_.allocatorType, nullptr); in PixelConvertProc() 411 pixelMap.SetPixelsAddr(resultData, fdBuffer, bufferSize, decodeOpts_.allocatorType, nullptr); in PixelConvertProc() 646 …pixelMap.SetPixelsAddr(output.data, output.context, output.bufferSize, decodeOpts_.allocatorType, … in Transform() 795 … pixelMap.SetPixelsAddr(mem->data.data, mem->extend.data, dstBufferSize, mem->GetType(), nullptr); in ScalePixelMapEx()
|
| /foundation/multimedia/av_session/frameworks/native/session/src/ |
| D | avsession_pixel_map_adapter.cpp | 65 … pixelMap->SetPixelsAddr(dataAddr, nullptr, dataSize, Media::AllocatorType::CUSTOM_ALLOC, nullptr); in ConvertFromInner() 126 …pixelMapTemp->SetPixelsAddr(dataAddr, nullptr, dataSize, Media::AllocatorType::CUSTOM_ALLOC, nullp… in ConvertToInner() 178 …pixelMapTemp->SetPixelsAddr(dataAddr, nullptr, dataSize, Media::AllocatorType::CUSTOM_ALLOC, nullp… in ConvertToInnerWithLimitedSize()
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
| D | image_pixel_map_parcel_test.cpp | 53 pixelMap->SetPixelsAddr(buffer, nullptr, bufferSize, AllocatorType::HEAP_ALLOC, nullptr); in ConstructPixmap()
|
| D | image_pixel_map_test.cpp | 67 pixelMap->SetPixelsAddr(buffer, nullptr, bufferSize, AllocatorType::HEAP_ALLOC, nullptr); in ConstructPixmap() 96 pixelMap->SetPixelsAddr(buffer, nullptr, bufferSize, AllocatorType::HEAP_ALLOC, nullptr); in ConstructBigPixmap() 122 pixelMap.SetPixelsAddr(buffer, nullptr, bufferSize, AllocatorType::HEAP_ALLOC, nullptr); 185 pixelMap.SetPixelsAddr(buffer, nullptr, bufferSize, AllocatorType::HEAP_ALLOC, nullptr); 249 pixelMap.SetPixelsAddr(buffer, nullptr, bufferSize, AllocatorType::HEAP_ALLOC, nullptr); 301 pixelMap.SetPixelsAddr(buffer, nullptr, bufferSize, AllocatorType::HEAP_ALLOC, nullptr); 428 pixelMap.SetPixelsAddr(buffer, nullptr, bufferSize, AllocatorType::HEAP_ALLOC, nullptr); 1854 pixelMap.SetPixelsAddr(buffer, nullptr, pixelsSize, AllocatorType::HEAP_ALLOC, nullptr);
|
| D | pixel_map_test.cpp | 61 pixelMap->SetPixelsAddr(buffer, nullptr, bufferSize, type, nullptr); in ConstructPixmap() 93 pixelMap->SetPixelsAddr(buffer, nullptr, bufferSize, type, nullptr); in ConstructPixmap() 927 pixelMap->SetPixelsAddr(buffer, context, bufferSize, AllocatorType::HEAP_ALLOC, nullptr); 989 srcPixelMap.SetPixelsAddr(buffer, nullptr, bufferSize, AllocatorType::HEAP_ALLOC, nullptr); 1040 srcPixelMap.SetPixelsAddr(buffer, nullptr, bufferSize, AllocatorType::HEAP_ALLOC, nullptr);
|
| D | image_pixel_map_switch_test.cpp | 644 pixelMap.SetPixelsAddr(buffer, nullptr, bufferSize, AllocatorType::SHARE_MEM_ALLOC, nullptr);
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
| D | pixel_map.cpp | 173 void PixelMap::SetPixelsAddr(void *addr, void *context, uint32_t size, AllocatorType type, CustomFr… in SetPixelsAddr() function in OHOS::Media::PixelMap 237 …dstPixelMap->SetPixelsAddr(dstPixels, fdBuffer, bufferSize, AllocatorType::SHARE_MEM_ALLOC, nullpt… in MakePixelMap() 239 dstPixelMap->SetPixelsAddr(dstPixels, fdBuffer, bufferSize, AllocatorType::HEAP_ALLOC, nullptr); in MakePixelMap() 409 …dstPixelMap->SetPixelsAddr(dstPixels, fdBuffer, bufferSize, AllocatorType::SHARE_MEM_ALLOC, nullpt… in Create() 411 dstPixelMap->SetPixelsAddr(dstPixels, fdBuffer, bufferSize, AllocatorType::HEAP_ALLOC, nullptr); in Create() 553 … dstPixelMap.SetPixelsAddr(dstPixels, nullptr, bufferSize, AllocatorType::HEAP_ALLOC, nullptr); in SourceCropAndConvert() 559 …dstPixelMap.SetPixelsAddr(dstPixels, fdBuffer, bufferSize, AllocatorType::SHARE_MEM_ALLOC, nullptr… in SourceCropAndConvert() 561 dstPixelMap.SetPixelsAddr(dstPixels, fdBuffer, bufferSize, AllocatorType::HEAP_ALLOC, nullptr); in SourceCropAndConvert() 669 … dstPixelMap.SetPixelsAddr(dstPixels, nullptr, bufferSize, AllocatorType::HEAP_ALLOC, nullptr); in CopyPixelMap() 675 …dstPixelMap.SetPixelsAddr(dstPixels, fdBuffer, bufferSize, AllocatorType::SHARE_MEM_ALLOC, nullptr… in CopyPixelMap() [all …]
|
| D | pixel_map_parcel.cpp | 149 … pixelMap->SetPixelsAddr(base, reinterpret_cast<void *>(context), bufferSize, allocType, nullptr); in CreateFromParcel()
|
| /foundation/window/window_manager/utils/src/ |
| D | surface_reader.cpp | 160 pixelMap->SetPixelsAddr(data, nullptr, width * height, AllocatorType::HEAP_ALLOC, nullptr); in ProcessBuffer()
|
| /foundation/multimedia/av_session/frameworks/native/session/test/unittest/ |
| D | avcallmeta_data_test.cpp | 80 … pixelMap->SetPixelsAddr(buffer.data(), nullptr, bufferSize, AllocatorType::CUSTOM_ALLOC, nullptr); in CreatePixelMap()
|
| D | avmeta_data_test.cpp | 100 … pixelMap->SetPixelsAddr(buffer.data(), nullptr, bufferSize, AllocatorType::CUSTOM_ALLOC, nullptr); in CreatePixelMap()
|
| /foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/ |
| D | avmetadatahelper_impl.cpp | 131 pixelMap->SetPixelsAddr(holder->heap, holder, static_cast<uint32_t>(pixelMap->GetByteCount()), in CreatePixelMap()
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/ |
| D | webp_encoder_test.cpp | 136 pixelMap->SetPixelsAddr(nullptr, nullptr, 10, AllocatorType::HEAP_ALLOC, nullptr); 221 pixelMap->SetPixelsAddr(nullptr, nullptr, 10, AllocatorType::HEAP_ALLOC, nullptr); 251 pixelMap->SetPixelsAddr(nullptr, nullptr, 10, AllocatorType::HEAP_ALLOC, nullptr);
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| D | rs_surface_capture_task.cpp | 556 pixelmap->SetPixelsAddr(data, fdPtr, size, Media::AllocatorType::SHARE_MEM_ALLOC, nullptr); in CopyDataToPixelMap() 569 pixelmap->SetPixelsAddr(data, nullptr, size, Media::AllocatorType::HEAP_ALLOC, nullptr); in CopyDataToPixelMap() 609 pixelmap->SetPixelsAddr(data, fdPtr, size, Media::AllocatorType::SHARE_MEM_ALLOC, nullptr); in CopyDataToPixelMap() 629 pixelmap->SetPixelsAddr(data, nullptr, size, Media::AllocatorType::HEAP_ALLOC, nullptr); in CopyDataToPixelMap()
|
| D | rs_uni_ui_capture.cpp | 161 pixelmap->SetPixelsAddr(data, fdPtr, size, Media::AllocatorType::SHARE_MEM_ALLOC, nullptr); in CopyDataToPixelMap() 178 pixelmap->SetPixelsAddr(data, nullptr, size, Media::AllocatorType::HEAP_ALLOC, nullptr); in CopyDataToPixelMap()
|
| /foundation/graphic/graphic_2d/rosen/modules/platform/image_native/ |
| D | pixel_map.h | 84 NATIVEEXPORT void SetPixelsAddr(void *addr, void *context, uint32_t size, AllocatorType type,
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
| D | image_source.cpp | 602 …pixelMap->SetPixelsAddr(addrInfos.addr, addrInfos.context, addrInfos.size, addrInfos.type, addrInf… in CreatePixelMapByInfos() 762 …pixelMap->SetPixelsAddr(context.pixelsBuffer.buffer, context.pixelsBuffer.context, context.pixelsB… in CreatePixelMap() 1685 …pixelMap.SetPixelsAddr(context.decodeContext.pixelsBuffer.buffer, context.decodeContext.pixelsBuff… in DoIncrementalDecoding() 1984 pixelMap->SetPixelsAddr(buffer, nullptr, bufferSize, AllocatorType::HEAP_ALLOC, nullptr); in CreatePixelMapForYUV() 2079 pixelAstc->SetPixelsAddr(data, fdPtr, fileSize, Media::AllocatorType::SHARE_MEM_ALLOC, nullptr);
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
| D | plugin_texture_encode_test.cpp | 87 pixelMap->SetPixelsAddr(buffer, nullptr, bufferSize, AllocatorType::HEAP_ALLOC, nullptr); in ConstructPixmap()
|
| /foundation/multimedia/image_framework/interfaces/innerkits/include/ |
| D | pixel_map.h | 113 …NATIVEEXPORT virtual void SetPixelsAddr(void *addr, void *context, uint32_t size, AllocatorType ty…
|
| /foundation/multimedia/media_library/frameworks/js/src/ |
| D | thumbnail_manager.cpp | 341 …pixel->SetPixelsAddr(mmapFd.GetFdPtr(), fdPtr, memSize, Media::AllocatorType::SHARE_MEM_ALLOC, nul… in CreateThumbnailByAshmem()
|
| D | media_asset_change_request_napi.cpp | 871 …pixelMap->SetPixelsAddr(imageAddr, nullptr, imageSize, Media::AllocatorType::SHARE_MEM_ALLOC, null… in SavePhotoProxyImage()
|
| /foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
| D | drawing_sample_rs.cpp | 477 pixelMap->SetPixelsAddr(buffer, nullptr, bufferSize, AllocatorType::HEAP_ALLOC, nullptr); in ConstructPixmap()
|