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

  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.h 214 static int pre_start_recording(struct camera_device *);
QCameraMuxer.cpp 752 // 1. call pre_start_recording first
760 rc = hwi->pre_start_recording(pCam->dev);
    [all...]
QCamera2HWI.cpp 595 * FUNCTION : pre_start_recording
606 int QCamera2HardwareInterface::pre_start_recording(struct camera_device *device) function in class:qcamera::QCamera2HardwareInterface
654 // Give HWI control to call pre_start_recording in single camera mode.
657 ret = pre_start_recording(device);
659 LOGE("pre_start_recording failed with ret = %d", ret);
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCamera2HWI.h 224 static int pre_start_recording(struct camera_device *);
    [all...]
QCameraMuxer.cpp 752 // 1. call pre_start_recording first
760 rc = hwi->pre_start_recording(pCam->dev);
    [all...]
QCamera2HWI.cpp 595 * FUNCTION : pre_start_recording
606 int QCamera2HardwareInterface::pre_start_recording(struct camera_device *device) function in class:qcamera::QCamera2HardwareInterface
657 // Give HWI control to call pre_start_recording in single camera mode.
660 ret = pre_start_recording(device);
662 LOGE("pre_start_recording failed with ret = %d", ret);
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/util/
camscope_packet_type.cpp 136 "pre_start_recording",

Completed in 392 milliseconds