Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DAppCallbackNotifier.cpp441 const char *pixelFormat) in copy2Dto1D() argument
451 CAMHAL_LOGVB("pixelFormat,= %d; offset=%d",*pixelFormat,offset); in copy2Dto1D()
453 if (pixelFormat!=NULL) { in copy2Dto1D()
454 if (strcmp(pixelFormat, CameraParameters::PIXEL_FORMAT_YUV422I) == 0) { in copy2Dto1D()
456 } else if (strcmp(pixelFormat, CameraParameters::PIXEL_FORMAT_YUV420SP) == 0 || in copy2Dto1D()
457 strcmp(pixelFormat, CameraParameters::PIXEL_FORMAT_YUV420P) == 0) { in copy2Dto1D()
482 if (strcmp(pixelFormat, CameraParameters::PIXEL_FORMAT_YUV420SP) == 0) { in copy2Dto1D()
530 } else if (strcmp(pixelFormat, CameraParameters::PIXEL_FORMAT_YUV420P) == 0) { in copy2Dto1D()
588 } else if(strcmp(pixelFormat, CameraParameters::PIXEL_FORMAT_RGB565) == 0) { in copy2Dto1D()
/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()