Home
last modified time | relevance | path

Searched refs:uint16ImageA (Results 1 – 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
DUInt16BytePyrImage.c335 struct bim_UInt16ByteImage* uint16ImageA ) in bim_UInt16BytePyrImage_overlayUInt16() argument
337 uint16ImageA->widthE = ptrA->widthE; in bim_UInt16BytePyrImage_overlayUInt16()
338 uint16ImageA->heightE = ptrA->heightE; in bim_UInt16BytePyrImage_overlayUInt16()
339 uint16ImageA->arrE.sizeE = ptrA->widthE * ptrA->heightE; in bim_UInt16BytePyrImage_overlayUInt16()
340 uint16ImageA->arrE.allocatedSizeE = ptrA->widthE * ptrA->heightE; in bim_UInt16BytePyrImage_overlayUInt16()
341 uint16ImageA->arrE.arrPtrE = ptrA->arrE.arrPtrE; in bim_UInt16BytePyrImage_overlayUInt16()
342 uint16ImageA->arrE.mspE = 0; in bim_UInt16BytePyrImage_overlayUInt16()
DUInt16BytePyrImage.h152 struct bim_UInt16ByteImage* uint16ImageA );