Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DANativeWindowDisplayAdapter.cpp1063 uint8_t bytesPerPixel; in PostFrame() local
1067 bytesPerPixel = 2; in PostFrame()
1071 bytesPerPixel = 2; in PostFrame()
1075 bytesPerPixel = 1; in PostFrame()
1079 bytesPerPixel = 1; in PostFrame()
1083 … xOff/bytesPerPixel, yOff , (xOff/bytesPerPixel)+mPreviewWidth, yOff+mPreviewHeight); in PostFrame()
1086 mANativeWindow->set_crop(mANativeWindow, xOff/bytesPerPixel, yOff, in PostFrame()
1087 (xOff/bytesPerPixel)+mPreviewWidth, yOff+mPreviewHeight); in PostFrame()
DAppCallbackNotifier.cpp439 unsigned int bytesPerPixel, in copy2Dto1D() argument
455 bytesPerPixel = 2; in copy2Dto1D()
458 bytesPerPixel = 1; in copy2Dto1D()
460 bufferDstEnd = ( unsigned char * ) dst + width*height*bytesPerPixel; in copy2Dto1D()
463 row = width*bytesPerPixel; in copy2Dto1D()
589 bytesPerPixel = 2; in copy2Dto1D()
595 row = width*bytesPerPixel; in copy2Dto1D()