HomeSort by relevance Sort by last modified time
    Searched full:process_capture_result (Results 1 - 11 of 11) sorted by null

  /hardware/libhardware/include/hardware/
camera3.h 136 * process_capture_result() for that frame number.
139 * the framework with camera3_callback_ops_t->process_capture_result(). These
305 * that pixel format. The HAL must still call process_capture_result() to
307 * process_capture_request() to block until after process_capture_result() for
1772 void (*process_capture_result)(const struct camera3_callback_ops *, member in struct:camera3_callback_ops
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 445 // Set by process_capture_result call with valid metadata
447 // Decremented by calls to process_capture_result with valid output
453 // Set by process_capture_result once 3A has been sent to clients
Camera3Device.cpp 65 camera3_callback_ops::process_capture_result = &sProcessCaptureResult; member in class:android::camera3_callback_ops
    [all...]
  /device/generic/goldfish/camera/
EmulatedCamera3.cpp 188 mCallbackOps->process_capture_result(mCallbackOps, result);
  /frameworks/base/core/java/android/hardware/camera2/
CameraCharacteristics.java 339 * returned using multiple process_capture_result calls.
  /hardware/libhardware/modules/camera/
Camera.cpp 547 mCallbackOps->process_capture_result(mCallbackOps, &result);
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
QCamera3Channel.cpp 849 //Construct payload for process_capture_result. Call mChannelCb
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
QCamera3Channel.cpp 878 //Construct payload for process_capture_result. Call mChannelCb
    [all...]
  /system/media/camera/docs/
metadata_properties.xml     [all...]

Completed in 1066 milliseconds