Searched refs:mapperInfo (Results 1 – 1 of 1) sorted by relevance
/hardware/google/av/codec2/vndk/ |
D | C2AllocatorGralloc.cpp | 75 IMapper::BufferDescriptorInfo mapperInfo; member 315 : C2GraphicAllocation(info.mapperInfo.width, info.mapperInfo.height), in C2AllocationGralloc() 390 mBuffer, mInfo.mapperInfo.width, mInfo.mapperInfo.height, in map() 391 (uint32_t)mInfo.mapperInfo.format, mInfo.mapperInfo.usage, mInfo.stride, in map() 397 PixelFormat format = mInfo.mapperInfo.format; in map() 549 ALOGD("unsupported pixel format: %d", mInfo.mapperInfo.format); in map() 665 info.mapperInfo, [&err, &desc](const auto &maperr, const auto &descriptor) { in newGraphicAllocation() 701 info.mapperInfo.width, info.mapperInfo.height, in newGraphicAllocation() 702 (uint32_t)info.mapperInfo.format, info.mapperInfo.usage, info.stride, in newGraphicAllocation() 712 info.mapperInfo.layerCount = 1u; in priorGraphicAllocation() [all …]
|