Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/
DCameraHalCommon.cpp124 unsigned int bytesPerPixel; in getBPP() local
128 bytesPerPixel = 2; in getBPP()
131 bytesPerPixel = 2; in getBPP()
133 bytesPerPixel = 1; in getBPP()
135 bytesPerPixel = 1; in getBPP()
138 return bytesPerPixel; in getBPP()
DAppCallbackNotifier.cpp486 unsigned int bytesPerPixel, in copy2Dto1D() argument
502 bytesPerPixel = 2; in copy2Dto1D()
548 bytesPerPixel = 1; in copy2Dto1D()
550 bufferDstEnd = ( unsigned char * ) dst + width*height*bytesPerPixel; in copy2Dto1D()
553 row = width*bytesPerPixel; in copy2Dto1D()
687 bytesPerPixel = 2; in copy2Dto1D()
693 row = width*bytesPerPixel; in copy2Dto1D()
/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()
/hardware/qcom/display/msm8226/libgralloc/
Dalloc_controller.cpp240 int bytesPerPixel = 0; in getAlignedWidthAndHeight() local
247 &aligned_w, &aligned_h, &bytesPerPixel); in getAlignedWidthAndHeight()
/hardware/qcom/display/msm8084/libgralloc/
Dalloc_controller.cpp245 int bytesPerPixel = 0; in getAlignedWidthAndHeight() local
252 &aligned_w, &aligned_h, &bytesPerPixel); in getAlignedWidthAndHeight()
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp830 int bytesPerPixel = 2; // for YUV422i; default pixel format in getPictureBufferSize() local
835 frame.mLength = width * height * bytesPerPixel; in getPictureBufferSize()
838 frame.mAlignment = width * bytesPerPixel; in getPictureBufferSize()