Searched refs:LINK_camera_get_bpp (Results 1 – 2 of 2) sorted by relevance
75 *reinterpret_cast<void **>(&LINK_camera_get_bpp) = in CameraInfo()424 if (LINK_camera_get_bpp) { in GetBpp()425 result = LINK_camera_get_bpp(GetCameraPixelFormat(format), bpp); in GetBpp()
173 CamxFormatResult (*LINK_camera_get_bpp)(CamxPixelFormat format, int *bpp) = nullptr; variable