Home
last modified time | relevance | path

Searched refs:pixelFormat (Results 1 – 6 of 6) sorted by relevance

/hardware/ti/omap4-aah/camera/
DCameraHalCommon.cpp153 const char *pixelFormat = NULL; in getPixelFormatConstant() local
158 pixelFormat = (const char *) android::CameraParameters::PIXEL_FORMAT_YUV422I; in getPixelFormatConstant()
163 pixelFormat = (const char *) android::CameraParameters::PIXEL_FORMAT_YUV420SP; in getPixelFormatConstant()
166 pixelFormat = (const char *) android::CameraParameters::PIXEL_FORMAT_RGB565; in getPixelFormatConstant()
169 pixelFormat = (const char *) android::CameraParameters::PIXEL_FORMAT_BAYER_RGGB; in getPixelFormatConstant()
172 pixelFormat = (const char *) android::CameraParameters::PIXEL_FORMAT_JPEG; in getPixelFormatConstant()
175 pixelFormat = (const char *) android::CameraParameters::PIXEL_FORMAT_YUV420SP; in getPixelFormatConstant()
179 pixelFormat = (const char *) android::CameraParameters::PIXEL_FORMAT_YUV420SP; in getPixelFormatConstant()
182 return pixelFormat; in getPixelFormatConstant()
DAppCallbackNotifier.cpp488 const char *pixelFormat) in copy2Dto1D() argument
498 CAMHAL_LOGVB("pixelFormat = %s; offset=%d",pixelFormat,offset); in copy2Dto1D()
500 if (pixelFormat!=NULL) { in copy2Dto1D()
501 if (strcmp(pixelFormat, android::CameraParameters::PIXEL_FORMAT_YUV422I) == 0) { in copy2Dto1D()
546 } else if (strcmp(pixelFormat, android::CameraParameters::PIXEL_FORMAT_YUV420SP) == 0 || in copy2Dto1D()
547 strcmp(pixelFormat, android::CameraParameters::PIXEL_FORMAT_YUV420P) == 0) { in copy2Dto1D()
572 if (strcmp(pixelFormat, android::CameraParameters::PIXEL_FORMAT_YUV420SP) == 0) { in copy2Dto1D()
620 } else if (strcmp(pixelFormat, android::CameraParameters::PIXEL_FORMAT_YUV420P) == 0) { in copy2Dto1D()
686 } else if(strcmp(pixelFormat, android::CameraParameters::PIXEL_FORMAT_RGB565) == 0) { in copy2Dto1D()
/hardware/ti/omap4xxx/camera/
DAppCallbackNotifier.cpp476 const char *pixelFormat) in copy2Dto1D() argument
486 CAMHAL_LOGVB("pixelFormat= %s; offset=%d", pixelFormat,offset); in copy2Dto1D()
488 if (pixelFormat!=NULL) { in copy2Dto1D()
489 if (strcmp(pixelFormat, CameraParameters::PIXEL_FORMAT_YUV422I) == 0) { in copy2Dto1D()
534 } else if (strcmp(pixelFormat, CameraParameters::PIXEL_FORMAT_YUV420SP) == 0 || in copy2Dto1D()
535 strcmp(pixelFormat, CameraParameters::PIXEL_FORMAT_YUV420P) == 0) { in copy2Dto1D()
560 if (strcmp(pixelFormat, CameraParameters::PIXEL_FORMAT_YUV420SP) == 0) { in copy2Dto1D()
608 } else if (strcmp(pixelFormat, CameraParameters::PIXEL_FORMAT_YUV420P) == 0) { in copy2Dto1D()
674 } else if(strcmp(pixelFormat, CameraParameters::PIXEL_FORMAT_RGB565) == 0) { in copy2Dto1D()
/hardware/ti/omap4-aah/domx/test/sample_proxy/
Dtest_sample_proxy.c700 pBlock[0].pixelFormat = PIXEL_FMT_8BIT; in SampleTest_AllocateBuffers()
703 pBlock[1].pixelFormat = PIXEL_FMT_16BIT; in SampleTest_AllocateBuffers()
712 pBlock[0].pixelFormat = PIXEL_FMT_PAGE; in SampleTest_AllocateBuffers()
/hardware/ti/omap4xxx/domx/test/sample_proxy/
Dtest_sample_proxy.c700 pBlock[0].pixelFormat = PIXEL_FMT_8BIT; in SampleTest_AllocateBuffers()
703 pBlock[1].pixelFormat = PIXEL_FMT_16BIT; in SampleTest_AllocateBuffers()
712 pBlock[0].pixelFormat = PIXEL_FMT_PAGE; in SampleTest_AllocateBuffers()
/hardware/ti/omap4-aah/camera/inc/
DCameraHal.h761 size_t calculateBufferSize(size_t width, size_t height, const char *pixelFormat);
762 const char* getContstantForPixelFormat(const char *pixelFormat);