Home | History | Annotate | Download | only in camera

Lines Matching refs:pixelFormat

441                        const char *pixelFormat)
451 CAMHAL_LOGVB("pixelFormat,= %d; offset=%d",*pixelFormat,offset);
453 if (pixelFormat!=NULL) {
454 if (strcmp(pixelFormat, CameraParameters::PIXEL_FORMAT_YUV422I) == 0) {
456 } else if (strcmp(pixelFormat, CameraParameters::PIXEL_FORMAT_YUV420SP) == 0 ||
457 strcmp(pixelFormat, CameraParameters::PIXEL_FORMAT_YUV420P) == 0) {
482 if (strcmp(pixelFormat, CameraParameters::PIXEL_FORMAT_YUV420SP) == 0) {
530 } else if (strcmp(pixelFormat, CameraParameters::PIXEL_FORMAT_YUV420P) == 0) {
588 } else if(strcmp(pixelFormat, CameraParameters::PIXEL_FORMAT_RGB565) == 0) {