Home
last modified time | relevance | path

Searched refs:reprocess (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/omap4-aah/camera/
DCameraHal_Module.cpp446 rv = gCameraHals[ti_dev->cameraid]->reprocess(params); in camera_reprocess()
537 ops->reprocess = camera_reprocess; in camera_send_command()
DCameraHal.cpp3626 status_t CameraHal::reprocess(const char *params) in reprocess() function in Ti::Camera::CameraHal
/hardware/ti/omap4-aah/camera/inc/
DCameraHal.h1235 int reprocess(const char* params);
/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_script.cpp1285 if (hardwareActive) camera->reprocess(msgType, String8()); in execute_functional_script()
Dcamera_test_menu.cpp3566 if (hardwareActive) camera->reprocess(msgType, reprocParams.flatten()); in functional_menu()