Lines Matching refs:mapperInfo
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()
718 &info.mapperInfo.width, &info.mapperInfo.height, in priorGraphicAllocation()
719 (uint32_t *)&info.mapperInfo.format, (uint64_t *)&info.mapperInfo.usage, &info.stride, in priorGraphicAllocation()