Home
last modified time | relevance | path

Searched refs:gainmapPixelMap (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp4422 std::shared_ptr<PixelMap> gainmapPixelMap = picture->GetGainmapPixelMap(); in SetHdrMetadataForPicture() local
4423 …if (mainPixelMap == nullptr || gainmapPixelMap == nullptr || gainmapPixelMap->GetHdrMetadata() == … in SetHdrMetadataForPicture()
4428gainmapPixelMap->GetAllocatorType() != AllocatorType::DMA_ALLOC || gainmapPixelMap->GetFd() == nul… in SetHdrMetadataForPicture()
4432 ImageHdrType hdrType = gainmapPixelMap->GetHdrType(); in SetHdrMetadataForPicture()
4433 HdrMetadata metadata = *(gainmapPixelMap->GetHdrMetadata()); in SetHdrMetadataForPicture()
4442 sptr<SurfaceBuffer> gainmapSptr(reinterpret_cast<SurfaceBuffer*>(gainmapPixelMap->GetFd())); in SetHdrMetadataForPicture()