Searched refs:mapperInfo (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/codec2/vndk/ |
D | C2AllocatorGralloc.cpp | 83 IMapper2::BufferDescriptorInfo mapperInfo; member 88 IMapper3::BufferDescriptorInfo mapperInfo; member 347 : C2GraphicAllocation(info.mapperInfo.width, info.mapperInfo.height), in C2AllocationGralloc() 364 : C2GraphicAllocation(info.mapperInfo.width, info.mapperInfo.height), in C2AllocationGralloc() 466 mBuffer, mInfo2.mapperInfo.width, mInfo2.mapperInfo.height, in map() 467 (uint32_t)mInfo2.mapperInfo.format, mInfo2.mapperInfo.usage, in map() 471 mBuffer, mInfo3.mapperInfo.width, mInfo3.mapperInfo.height, in map() 472 (uint32_t)mInfo3.mapperInfo.format, mInfo3.mapperInfo.usage, in map() 478 PixelFormat3(mInfo2.mapperInfo.format) : in map() 479 PixelFormat3(mInfo3.mapperInfo.format); in map() [all …]
|