HomeSort by relevance Sort by last modified time
    Searched refs:CAMERA_MSG_RAW_IMAGE (Results 1 - 10 of 10) 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: {
676 * When CAMERA_MSG_RAW_IMAGE is requested, if the raw image callback
677 * buffer is available, CAMERA_MSG_RAW_IMAGE is enabled to get the
684 if (msgType & CAMERA_MSG_RAW_IMAGE) {
688 msgType &= ~CAMERA_MSG_RAW_IMAGE;
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraClient.cpp 522 if ((msgType & CAMERA_MSG_RAW_IMAGE) &&
524 ALOGE("CAMERA_MSG_RAW_IMAGE and CAMERA_MSG_RAW_IMAGE_NOTIFY"
534 CAMERA_MSG_RAW_IMAGE |
678 // CAMERA_MSG_RAW_IMAGE handleRawPicture
743 case CAMERA_MSG_RAW_IMAGE:
854 disableMsgType(CAMERA_MSG_RAW_IMAGE);
863 c->dataCallback(CAMERA_MSG_RAW_IMAGE, mem, NULL);
  /frameworks/base/core/java/android/hardware/
Camera.java 143 private static final int CAMERA_MSG_RAW_IMAGE = 0x080;
729 addCallbackBuffer(callbackBuffer, CAMERA_MSG_RAW_IMAGE);
736 msgType != CAMERA_MSG_RAW_IMAGE) {
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Still.cpp     [all...]
QualcommCameraHardware.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 365 milliseconds