Lines Matching refs:origId
286 void getOrigId(uint64_t *origId) const { in getOrigId()
288 *origId = unsigned(ed->origId_lo) | uint64_t(unsigned(ed->origId_hi)) << 32; in getOrigId()
303 uint32_t stride, uint64_t origId) { in WrapAndMoveNativeHandle() argument
311 stride, uint32_t(origId & 0xFFFFFFFF), uint32_t(origId >> 32), MAGIC in WrapAndMoveNativeHandle()
332 uint32_t stride, uint64_t origId) { in WrapNativeHandle() argument
341 clone, width, height, format, usage, stride, origId); in WrapNativeHandle()
366 uint64_t *origId) { in Import() argument
376 *origId = xd->origId_lo | (uint64_t(xd->origId_hi) << 32); in Import()
958 uint64_t origId; in ExtractMetadataFromCodec2GrallocHandle() local
959 (void)C2HandleAhwb::Import(handle, width, height, format, usage, stride, &origId); in ExtractMetadataFromCodec2GrallocHandle()
1195 uint64_t origId; in _UnwrapNativeCodec2GrallocMetadata() local
1196 (void)C2HandleAhwb::Import(handle, width, height, format, usage, stride, &origId); in _UnwrapNativeCodec2GrallocMetadata()
1314 uint64_t origId) { in WrapNativeCodec2AhwbHandle() argument
1316 origId); in WrapNativeCodec2AhwbHandle()
1449 uint64_t origId = 0; in map() local
1451 mHandle->getOrigId(&origId); in map()
1456 mStride, origId); in map()
1565 uint64_t origId; in priorGraphicAllocation() local
1568 handle, &width, &height, &format, &grallocUsage, &stride, &origId); in priorGraphicAllocation()