HomeSort by relevance Sort by last modified time
    Searched defs:reprocess (Results 1 - 12 of 12) sorted by null

  /device/moto/shamu/camera/QCamera2/HAL/
QCameraPostProc.cpp 184 * @pSrcChannel : source channel obj ptr that possibly needs reprocess
190 * NOTE : if any reprocess is needed, a reprocess channel/stream
207 // if reprocess is needed, start reprocess channel
210 ALOGE("%s: cannot add reprocess channel", __func__);
216 ALOGE("%s: cannot start reprocess channel", __func__);
257 // If thumbnail is not part of the reprocess channel, then
309 * NOTE : reprocess channel will be stopped and deleted if there is any
617 * NOTE : depends on if offline reprocess is needed, received frame wil
2243 int32_t QCameraPostProcessor::reprocess(qcamera_pp_data_t *pp_job) function in class:qcamera::QCameraPostProcessor
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h 384 /* start a reprocess job for a src frame.
385 * Only after repo_isp is started, reprocess API can be called */
386 int32_t (*reprocess) (uint32_t camera_handle, member in struct:__anon5252
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_intf.h 360 uint8_t buf_index; /* buf index to the source frame buffer that needs reprocess,
363 int32_t ret_val; /* return value from reprocess. Could have different meanings.
365 uint8_t meta_present; /* if there is meta data associated with this reprocess frame */
395 cam_reprocess_param reprocess; /* do reprocess */ member in union:__anon5394::__anon5395
434 /* this section is valid if offline reprocess type stream */
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraDeviceImpl.java 104 * A list tracking request and its expected last regular frame number and last reprocess frame
668 templatedRequest, /*reprocess*/false, CameraCaptureSession.SESSION_ID_NONE);
683 return new CaptureRequest.Builder(resultMetadata, /*reprocess*/true,
1355 Boolean reprocess = (Boolean)pair.getValue(); local
    [all...]
  /hardware/ti/omap4-aah/camera/
CameraHal.cpp 3626 status_t CameraHal::reprocess(const char *params) function in class:Ti::Camera::CameraHal
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_intf.h 423 uint32_t buf_index; /* buf index to the source frame buffer that needs reprocess,
426 int32_t ret_val; /* return value from reprocess. Could have different meanings.
428 uint8_t meta_present; /* if there is meta data associated with this reprocess frame */
453 cam_reprocess_param reprocess; /* do reprocess */ member in union:__anon3288::__anon3289
497 /* this section is valid if offline reprocess type stream */
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_intf.h 423 uint32_t buf_index; /* buf index to the source frame buffer that needs reprocess,
426 int32_t ret_val; /* return value from reprocess. Could have different meanings.
428 uint8_t meta_present; /* if there is meta data associated with this reprocess frame */
453 cam_reprocess_param reprocess; /* do reprocess */ member in union:__anon4199::__anon4200
497 /* this section is valid if offline reprocess type stream */
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
cam_intf.h 454 uint32_t buf_index; /* buf index to the source frame buffer that needs reprocess,
457 int32_t ret_val; /* return value from reprocess. Could have different meanings.
459 uint8_t meta_present; /* if there is meta data associated with this reprocess frame */
587 cam_reprocess_param reprocess; /* do reprocess */ member in union:__anon31809::__anon31810
633 /* this section is valid if offline reprocess type stream */
    [all...]
  /device/huawei/angler/camera/
QCamera_Intf.h 1083 * this reprocess command. */
1092 mm_camera_repro_cmd_reprocess_t reprocess; member in union:__anon3751::__anon3752
  /device/lge/bullhead/camera/
QCamera_Intf.h 1083 * this reprocess command. */
1092 mm_camera_repro_cmd_reprocess_t reprocess; member in union:__anon4662::__anon4663
  /device/moto/shamu/camera/
QCamera_Intf.h 1083 * this reprocess command. */
1092 mm_camera_repro_cmd_reprocess_t reprocess; member in union:__anon5799::__anon5800
  /hardware/qcom/camera/
QCamera_Intf.h 1083 * this reprocess command. */
1092 mm_camera_repro_cmd_reprocess_t reprocess; member in union:__anon32322::__anon32323

Completed in 360 milliseconds