Searched refs:gainmapPixelMap (Results 1 – 1 of 1) sorted by relevance
4422 std::shared_ptr<PixelMap> gainmapPixelMap = picture->GetGainmapPixelMap(); in SetHdrMetadataForPicture() local4423 …if (mainPixelMap == nullptr || gainmapPixelMap == nullptr || gainmapPixelMap->GetHdrMetadata() == … in SetHdrMetadataForPicture()4428 …gainmapPixelMap->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()