Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DANativeWindowDisplayAdapter.cpp1067 uint8_t bytesPerPixel; in PostFrame() local
1071 bytesPerPixel = 2; in PostFrame()
1075 bytesPerPixel = 2; in PostFrame()
1079 bytesPerPixel = 1; in PostFrame()
1083 bytesPerPixel = 1; in PostFrame()
1087 … xOff/bytesPerPixel, yOff , (xOff/bytesPerPixel)+mPreviewWidth, yOff+mPreviewHeight); in PostFrame()
1090 mANativeWindow->set_crop(mANativeWindow, xOff/bytesPerPixel, yOff, in PostFrame()
1091 (xOff/bytesPerPixel)+mPreviewWidth, yOff+mPreviewHeight); in PostFrame()
DAppCallbackNotifier.cpp474 unsigned int bytesPerPixel, in copy2Dto1D() argument
490 bytesPerPixel = 2; in copy2Dto1D()
536 bytesPerPixel = 1; in copy2Dto1D()
538 bufferDstEnd = ( unsigned char * ) dst + width*height*bytesPerPixel; in copy2Dto1D()
541 row = width*bytesPerPixel; in copy2Dto1D()
675 bytesPerPixel = 2; in copy2Dto1D()
681 row = width*bytesPerPixel; in copy2Dto1D()