Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A Drkisp_demo.cpp1864 strcpy(ctx->orpRawFmt, raw_fmt_pix_start);
2453 if (strcmp(ctx->orpRawFmt, "BA81") == 0)
2455 else if (strcmp(ctx->orpRawFmt, "GBRG") == 0)
2457 else if (strcmp(ctx->orpRawFmt, "RGGB") == 0)
2459 else if (strcmp(ctx->orpRawFmt, "GRBG") == 0)
2461 else if (strcmp(ctx->orpRawFmt, "BG10") == 0)
2463 else if (strcmp(ctx->orpRawFmt, "GB10") == 0)
2465 else if (strcmp(ctx->orpRawFmt, "RG10") == 0)
2467 else if (strcmp(ctx->orpRawFmt, "BA10") == 0)
2469 else if (strcmp(ctx->orpRawFmt, "BG12") == 0)
[all …]
H A Drkisp_demo.h70 char orpRawFmt[10]; member