| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/ |
| H A D | RkAiqCalibApi.cpp | 262 GetAecProfileFromAecCalibListBySceneName(profile_list, pAddAec->scene, &pAecFind); in AddAecCalibProfile2AecCalibList() 272 LOGE("aec scene (%s) is repeated", pAecFind->scene); in AddAecCalibProfile2AecCalibList() 283 const char* scene, in GetAecProfileFromAecCalibListBySceneName() argument 297 if (!strncmp(pProfile->scene, scene, sizeof(pProfile->scene))) { in GetAecProfileFromAecCalibListBySceneName() 353 GetAecProfileFromAecTuneListBySceneName(profile_list, pAddAec->scene, &pAecFind); in AddAecTuneProfile2AecTuneList() 362 LOGE("aec scene (%s) is repeated", pAecFind->scene); in AddAecTuneProfile2AecTuneList() 374 const char* scene, in GetAecProfileFromAecTuneListBySceneName() argument 383 if (!strncmp(pProfile->scene, scene, sizeof(pProfile->scene))) { in GetAecProfileFromAecTuneListBySceneName() 436 GetAwbProfileFromAwbCalibV200ListBySceneName(profile_list, pAddAwb->scene, &pAwbFind); in AddAwbCalibV200Profile2AwbCalibV200List() 445 LOGE("awb scene (%s) is repeated", pAwbFind->scene); in AddAwbCalibV200Profile2AwbCalibV200List() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/scene/ |
| H A D | scene_manager.cpp | 51 int RkAiqSceneManager::addScene(const char *name, AiqScene scene) { in addScene() argument 52 sceneMap[name] = scene; in addScene() 131 const char *RkAiqSceneManager::getSceneIQ(AiqScene scene) { in getSceneIQ() argument 132 if (access(scene.first.c_str(), F_OK)) { in getSceneIQ() 133 printf("[RkAiqSceneManager]: access %s failed\n", scene.first.c_str()); in getSceneIQ() 137 if (access(scene.second.c_str(), F_OK)) { in getSceneIQ() 138 printf("[RkAiqSceneManager]: access %s failed\n", scene.first.c_str()); in getSceneIQ() 142 return getSceneIQ(scene.first.c_str(), scene.second.c_str()); in getSceneIQ() 145 const char *RkAiqSceneManager::getSceneIQ(const char *scene) { in getSceneIQ() argument 146 return getSceneIQ(matchScene(scene)); in getSceneIQ()
|
| H A D | scene_manager.h | 41 static int addScene(const char *name, AiqScene scene); 43 static const char *getSceneIQ(AiqScene scene); 44 static const char *getSceneIQ(const char *scene);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/ |
| H A D | RkAiqCalibDbV2Helper.h | 262 calibdbv2_get_scene_ptr(CamCalibSubSceneList_t* scene) { in calibdbv2_get_scene_ptr() argument 263 (void)(scene); in calibdbv2_get_scene_ptr() 266 return (&scene->scene_isp20); in calibdbv2_get_scene_ptr() 269 return (&scene->scene_isp21); in calibdbv2_get_scene_ptr() 272 return (&scene->scene_isp30); in calibdbv2_get_scene_ptr() 275 return (&scene->scene_isp32); in calibdbv2_get_scene_ptr()
|
| /OK3568_Linux_fs/buildroot/package/vkmark/ |
| H A D | 0003-core-Add-off-screen-command-line-option.patch | 22 - scene.draw(ws.next_vulkan_image())); 24 + scene.draw(ws.next_vulkan_image()); 27 + scene.draw(ws.next_vulkan_image())); 28 scene.update();
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser/ |
| H A D | RkAiqCalibDbTypesIsp21.h | 78 char scene[CALIBDB_MAX_SCENE_NAME_LENGTH]; member 147 char scene[CALIBDB_MAX_MODE_NAME_LENGTH]; member 200 char scene[CALIBDB_MAX_MODE_NAME_LENGTH]; member 269 char scene[CALIBDB_MAX_MODE_NAME_LENGTH]; member 521 char scene[CALIBDB_MAX_SCENE_NAME_LENGTH]; member 574 char scene[CALIBDB_MAX_SCENE_NAME_LENGTH]; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/uAPI2/ |
| H A D | rk_aiq_tool_api.h | 34 (const rk_aiq_sys_ctx_t* sys_ctx, aiq_scene_t* scene) in rk_aiq_tool_api_set_scene() argument 36 return rk_aiq_user_api2_set_scene(sys_ctx, scene); in rk_aiq_tool_api_set_scene()
|
| H A D | rk_aiq_user_api2_wrapper.h | 36 aiq_scene_t *scene); 39 aiq_scene_t *scene);
|
| H A D | rk_aiq_user_api2_imgproc.h | 230 XCamReturn rk_aiq_uapi2_setMWBScene(const rk_aiq_sys_ctx_t* ctx, rk_aiq_wb_scene_t scene); 231 XCamReturn rk_aiq_uapi2_getMWBScene(const rk_aiq_sys_ctx_t* ctx, rk_aiq_wb_scene_t *scene);
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-camera.rst | 322 of the illumination varies significantly throughout the scene, i.e. 366 .. _v4l2-scene-mode: 372 This control allows to select scene programs as the camera automatic 376 parameters are influenced by the scene mode control. An exact 379 When the scene mode feature is not used, this control should be set 381 controls are accessible. The following scene programs are defined: 394 - The scene mode feature is disabled. 401 automatic exposure is based on an average scene brightness. To 408 close subject in the scene. The flash is disabled in order to 444 the scene and focus on them. The color hue is adjusted to enhance [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/ |
| H A D | sample_awb_module.cpp | 80 rk_aiq_wb_scene_t scene; in sample_get_mwb_scene() local 81 rk_aiq_uapi2_getMWBScene(ctx, &scene); in sample_get_mwb_scene() 82 printf("get MWBScene=%d\n\n", scene); in sample_get_mwb_scene() 261 attr.stManual.para.scene); in sample_awb_awbv21_getAllAttr() 325 attr.stManual.para.scene); in sample_awb_awbv30_getAllAttr() 525 printf("\t manual scene = %d\n", attr.para.scene); in sample_awb_getMwbAttr() 942 attr.stManual.para.scene); in sample_awb_awbv32_getAllAttr() 1029 rk_aiq_wb_scene_t scene; in sample_awb_module() local 1280 rk_aiq_wb_scene_t scene; in sample_awb32_module() local
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/ |
| H A D | video-interfaces.txt | 90 one defined on the external world scene to be captured when projected on the 111 The external world scene reference system 'Rs' is a 2-dimensional 113 placed on the top-left corner of the visible scene, the X-axis points 115 scene. The top, bottom, left and right directions are intentionally not 151 Assuming the above represented scene of the swimming shark, the lens 152 inversion projects the scene and its reference system onto the sensor 175 'Rc' and the projected scene reference system 'Rp'. It is expressed in
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/ |
| H A D | rk_aiq_offline_raw.h | 42 char scene[32]; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/include/ |
| H A D | rk_aiq_offline_raw.h | 40 char scene[32]; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/vc04_services/bcm2835-camera/ |
| H A D | controls.c | 835 const struct v4l2_mmal_scene_config *scene = NULL; in ctrl_set_scene_mode() local 842 scene = &scene_configs[i]; in ctrl_set_scene_mode() 846 if (!scene) in ctrl_set_scene_mode() 854 if (scene->exposure_mode == MMAL_PARAM_EXPOSUREMODE_OFF) in ctrl_set_scene_mode() 858 exposure_mode = scene->exposure_mode; in ctrl_set_scene_mode() 859 metering_mode = scene->metering_mode; in ctrl_set_scene_mode()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI/include/ |
| H A D | rk_aiq_user_api_imgproc.h | 227 XCamReturn rk_aiq_uapi_setMWBScene(const rk_aiq_sys_ctx_t* ctx, rk_aiq_wb_scene_t scene); 228 XCamReturn rk_aiq_uapi_getMWBScene(const rk_aiq_sys_ctx_t* ctx, rk_aiq_wb_scene_t *scene);
|
| /OK3568_Linux_fs/buildroot/package/ogre/ |
| H A D | Config.in | 22 OGRE is a scene-oriented, flexible 3D engine written in C++
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/ |
| H A D | Android.bp | 63 "scene/scene_manager.cpp",
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI/ |
| H A D | rk_aiq_user_api_imgproc.cpp | 759 XCamReturn rk_aiq_uapi_setMWBScene(const rk_aiq_sys_ctx_t* ctx, rk_aiq_wb_scene_t scene) in rk_aiq_uapi_setMWBScene() argument 769 if (scene < RK_AIQ_WBCT_INCANDESCENT || scene > RK_AIQ_WBCT_SHADE) { in rk_aiq_uapi_setMWBScene() 778 attr.stManual.para.scene = scene; in rk_aiq_uapi_setMWBScene() 785 XCamReturn rk_aiq_uapi_getMWBScene(const rk_aiq_sys_ctx_t* ctx, rk_aiq_wb_scene_t *scene) in rk_aiq_uapi_getMWBScene() argument 790 if ((ctx == NULL) || (scene == NULL)) { in rk_aiq_uapi_getMWBScene() 798 *scene = attr.stManual.para.scene; in rk_aiq_uapi_getMWBScene()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.11.0 | 83 * [QTBUG-66880] Fixed clearData not triggering scene update. 90 is set to true, the scene graph renderer will not cut the items borders
|
| H A D | changes-5.12.0 | 33 has now been fixed, so if you happen to have a MapItemView in your scene
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.commands | 16 **** Behind the scene ******
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/ |
| H A D | rk_aiq_user_api2_wrapper.cpp | 57 int rk_aiq_user_api2_set_scene(const rk_aiq_sys_ctx_t* sys_ctx, aiq_scene_t* scene) in rk_aiq_user_api2_set_scene() argument 59 return rk_aiq_uapi_sysctl_switch_scene(sys_ctx, scene->main_scene, scene->sub_scene); in rk_aiq_user_api2_set_scene() 62 int rk_aiq_user_api2_get_scene(const rk_aiq_sys_ctx_t* sys_ctx, aiq_scene_t* scene) in rk_aiq_user_api2_get_scene() argument 65 scene->main_scene = strdup("normal"); in rk_aiq_user_api2_get_scene() 66 scene->sub_scene = strdup("day"); in rk_aiq_user_api2_get_scene()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/shaders/ |
| H A D | wobble.fsh | 34 // Based on http://blog.qt.io/blog/2011/03/22/the-convenient-power-of-qml-scene-graph/
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/awb/ |
| H A D | rk_aiq_types_awb_algo_int.h | 72 rk_aiq_wb_scene_t scene; member
|