HomeSort by relevance Sort by last modified time
    Searched refs:CAM_STREAM_TYPE_SNAPSHOT (Results 1 - 25 of 39) sorted by null

1 2

  /device/moto/shamu/camera/QCamera2/HAL/
QCameraChannel.cpp 515 (mStreams[i]->isTypeOf(CAM_STREAM_TYPE_SNAPSHOT) ||
516 mStreams[i]->isOrignalTypeOf(CAM_STREAM_TYPE_SNAPSHOT) ||
522 param_buf.flipInfo.flip_mask = param.getFlipMode(CAM_STREAM_TYPE_SNAPSHOT);
886 if (!(pStream->isTypeOf(CAM_STREAM_TYPE_SNAPSHOT) ||
887 pStream->isOrignalTypeOf(CAM_STREAM_TYPE_SNAPSHOT))) {
910 (streamInfo->reprocess_config.online.input_stream_type == CAM_STREAM_TYPE_SNAPSHOT)) {
    [all...]
QCameraPostProc.cpp 246 if (pStream->isTypeOf(CAM_STREAM_TYPE_SNAPSHOT) ||
247 pStream->isOrignalTypeOf(CAM_STREAM_TYPE_SNAPSHOT)) {
    [all...]
QCamera2HWI.cpp     [all...]
QCamera2HWICallbacks.cpp 153 if ( recvd_frame->bufs[i]->stream_type == CAM_STREAM_TYPE_SNAPSHOT ) {
433 if (pStream->isTypeOf(CAM_STREAM_TYPE_SNAPSHOT)) {
    [all...]
QCameraParameters.cpp     [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraChannel.cpp 658 if (!(pStream->isTypeOf(CAM_STREAM_TYPE_SNAPSHOT) ||
660 pStream->isOrignalTypeOf(CAM_STREAM_TYPE_SNAPSHOT) ||
QCamera2HWICallbacks.cpp 152 if (pStream->isTypeOf(CAM_STREAM_TYPE_SNAPSHOT) ||
    [all...]
QCameraPostProc.cpp     [all...]
QCamera2HWI.cpp     [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 95 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) {
222 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_SNAPSHOT;
mm_qcamera_rdi.c 188 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_SNAPSHOT;
mm_qcamera_snapshot.c 188 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) {
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraChannel.cpp 658 if (!(pStream->isTypeOf(CAM_STREAM_TYPE_SNAPSHOT) ||
660 pStream->isOrignalTypeOf(CAM_STREAM_TYPE_SNAPSHOT) ||
QCamera2HWICallbacks.cpp 152 if (pStream->isTypeOf(CAM_STREAM_TYPE_SNAPSHOT) ||
    [all...]
QCameraPostProc.cpp     [all...]
QCamera2HWI.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 95 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) {
222 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_SNAPSHOT;
mm_qcamera_rdi.c 188 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_SNAPSHOT;
mm_qcamera_snapshot.c 188 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) {
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_rdi.c 195 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_SNAPSHOT;
mm_qcamera_preview.c 227 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) {
538 stream->s_config.stream_info->stream_type = CAM_STREAM_TYPE_SNAPSHOT;
    [all...]
mm_qcamera_snapshot.c 349 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) {
  /device/asus/flo/camera/QCamera2/stack/common/
cam_types.h 198 CAM_STREAM_TYPE_SNAPSHOT, /* snapshot */
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/common/
cam_types.h 202 CAM_STREAM_TYPE_SNAPSHOT, /* snapshot */
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 815 case CAM_STREAM_TYPE_SNAPSHOT:
    [all...]

Completed in 95 milliseconds

1 2