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

  /system/core/include/system/
camera.h 79 CAMERA_MSG_POSTVIEW_FRAME = 0x0040, // dataCallback
110 * CAMERA_MSG_POSTVIEW_FRAME, CAMERA_MSG_RAW_IMAGE, or
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 541 CAMERA_MSG_POSTVIEW_FRAME |
701 // CAMERA_MSG_POSTVIEW_FRAME handlePostview
746 case CAMERA_MSG_POSTVIEW_FRAME:
844 disableMsgType(CAMERA_MSG_POSTVIEW_FRAME);
849 c->dataCallback(CAMERA_MSG_POSTVIEW_FRAME, mem, NULL);
  /hardware/ti/omap4-aah/camera/
AppCallbackNotifier.cpp     [all...]
CameraHal.cpp     [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java 150 private static final int CAMERA_MSG_POSTVIEW_FRAME = 0x040;
    [all...]
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp     [all...]
CameraHal.cpp     [all...]
  /device/asus/flo/camera/QCamera2/HAL/test/
qcamera_test.cpp 211 if (msgType & CAMERA_MSG_POSTVIEW_FRAME) {
  /device/lge/hammerhead/camera/QCamera2/HAL/test/
qcamera_test.cpp 211 if (msgType & CAMERA_MSG_POSTVIEW_FRAME) {
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 700 if (msgType & CAMERA_MSG_POSTVIEW_FRAME) {
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp 855 if (msgType & CAMERA_MSG_POSTVIEW_FRAME) {
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_menu.cpp 822 if (msgType & CAMERA_MSG_POSTVIEW_FRAME) {
    [all...]

Completed in 1436 milliseconds