HomeSort by relevance Sort by last modified time
    Searched refs:CAMERA_MSG_RAW_IMAGE (Results 1 - 14 of 14) sorted by null

  /system/core/include/system/
camera.h 80 CAMERA_MSG_RAW_IMAGE = 0x0080, // dataCallback
110 * CAMERA_MSG_POSTVIEW_FRAME, CAMERA_MSG_RAW_IMAGE, or
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 92 * CAMERA_MSG_RAW_IMAGE is called; otherwise, null is returned
185 * to CAMERA_MSG_RAW_IMAGE since CAMERA_MSG_RAW_IMAGE_NOTIFY is not exposed
189 msgType = CAMERA_MSG_RAW_IMAGE;
239 if (msgType == CAMERA_MSG_RAW_IMAGE) {
298 case CAMERA_MSG_RAW_IMAGE:
411 case CAMERA_MSG_RAW_IMAGE: {
696 * When CAMERA_MSG_RAW_IMAGE is requested, if the raw image callback
697 * buffer is available, CAMERA_MSG_RAW_IMAGE is enabled to get the
704 if (msgType & CAMERA_MSG_RAW_IMAGE) {
708 msgType &= ~CAMERA_MSG_RAW_IMAGE;
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 523 if ((msgType & CAMERA_MSG_RAW_IMAGE) &&
525 ALOGE("CAMERA_MSG_RAW_IMAGE and CAMERA_MSG_RAW_IMAGE_NOTIFY"
535 CAMERA_MSG_RAW_IMAGE |
679 // CAMERA_MSG_RAW_IMAGE handleRawPicture
744 case CAMERA_MSG_RAW_IMAGE:
855 disableMsgType(CAMERA_MSG_RAW_IMAGE);
864 c->dataCallback(CAMERA_MSG_RAW_IMAGE, mem, NULL);
  /frameworks/base/core/java/android/hardware/
Camera.java 148 private static final int CAMERA_MSG_RAW_IMAGE = 0x080;
745 addCallbackBuffer(callbackBuffer, CAMERA_MSG_RAW_IMAGE);
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Still.cpp     [all...]
QualcommCameraHardware.cpp     [all...]
  /device/asus/flo/camera/QCamera2/HAL/test/
qcamera_test.cpp 207 if ( msgType & CAMERA_MSG_RAW_IMAGE ) {
619 ret = mCamera->takePicture(CAMERA_MSG_COMPRESSED_IMAGE|CAMERA_MSG_RAW_IMAGE);
  /hardware/qcom/camera/QCamera2/HAL/test/
qcamera_test.cpp 207 if ( msgType & CAMERA_MSG_RAW_IMAGE ) {
619 ret = mCamera->takePicture(CAMERA_MSG_COMPRESSED_IMAGE|CAMERA_MSG_RAW_IMAGE);
  /device/asus/flo/camera/QCamera2/HAL/
QCameraPostProc.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraPostProc.cpp     [all...]
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 812 if ( mCameraHal->msgTypeEnabled(CAMERA_MSG_RAW_IMAGE) ) {
820 mDataCb(CAMERA_MSG_RAW_IMAGE, dummyRaw, 0, NULL, mCallbackCookie);
873 if ( mCameraHal->msgTypeEnabled(CAMERA_MSG_RAW_IMAGE) )
876 copyAndSendPictureFrame(frame, CAMERA_MSG_RAW_IMAGE);
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp     [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 695 if ( msgType & CAMERA_MSG_RAW_IMAGE ) {
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp     [all...]

Completed in 1199 milliseconds