Home
last modified time | relevance | path

Searched refs:getMyType (Results 1 – 25 of 27) sorted by relevance

12

/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3Stream.h82 cam_stream_type_t getMyType() const;
DQCamera3Stream.cpp984 cam_stream_type_t QCamera3Stream::getMyType() const in getMyType() function in qcamera::QCamera3Stream
1123 __func__, getMyType()); in getBatchBufs()
1414 __func__, getMyType()); in handleBatchBuffer()
DQCamera3Channel.cpp371 mask |= (1U << mStreams[i]->getMyType()); in getStreamTypeMask()
389 if (streamMask == (uint32_t )(0x1 << mStreams[i]->getMyType())) { in getStreamID()
617 __func__, __LINE__, mStreams[0]->getMyType()); in streamCbRoutine()
832 streamType = mStreams[0]->getMyType(); in registerBuffer()
3499 streamType = mStreams[0]->getMyType(); in registerBuffer()
DQCamera3PostProc.cpp1340 switch (srcStream->getMyType()) { in encodeData()
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3Stream.h82 cam_stream_type_t getMyType() const;
DQCamera3Stream.cpp984 cam_stream_type_t QCamera3Stream::getMyType() const in getMyType() function in qcamera::QCamera3Stream
1123 __func__, getMyType()); in getBatchBufs()
1414 __func__, getMyType()); in handleBatchBuffer()
DQCamera3Channel.cpp371 mask |= (1U << mStreams[i]->getMyType()); in getStreamTypeMask()
389 if (streamMask == (uint32_t )(0x1 << mStreams[i]->getMyType())) { in getStreamID()
617 __func__, __LINE__, mStreams[0]->getMyType()); in streamCbRoutine()
832 streamType = mStreams[0]->getMyType(); in registerBuffer()
3499 streamType = mStreams[0]->getMyType(); in registerBuffer()
DQCamera3PostProc.cpp1340 switch (srcStream->getMyType()) { in encodeData()
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Stream.h86 cam_stream_type_t getMyType() const;
DQCamera3Stream.cpp768 ALOGE("Calling cancel buf on idx:%d for stream type:%d",index, getMyType()); in cancelBuffer()
1117 cam_stream_type_t QCamera3Stream::getMyType() const in getMyType() function in qcamera::QCamera3Stream
1260 getMyType()); in getBatchBufs()
1550 getMyType()); in handleBatchBuffer()
DQCamera3Channel.cpp399 mask |= (1U << mStreams[i]->getMyType()); in getStreamTypeMask()
417 if (streamMask == (uint32_t )(0x1 << mStreams[i]->getMyType())) { in getStreamID()
817 showDebugFPS(stream->getMyType()); in streamCbRoutine()
821 if (stream->getMyType() == CAM_STREAM_TYPE_PREVIEW) { in streamCbRoutine()
823 } else if (stream->getMyType() == CAM_STREAM_TYPE_VIDEO) { in streamCbRoutine()
825 } else if (stream->getMyType() == CAM_STREAM_TYPE_CALLBACK) { in streamCbRoutine()
872 mStreams[0]->getMyType()); in streamCbRoutine()
1145 streamType = mStreams[0]->getMyType(); in registerBuffer()
3994 streamType = mStreams[0]->getMyType(); in registerBuffer()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraStream.h90 cam_stream_type_t getMyType();
DQCameraStream.cpp121 __func__, stream->getMyType(), stream->mRegFlags, stream->mNumBufs); in get_bufs_deffered()
1373 CDBG_HIGH("%s : Batch Buffer allocation stream type = %d", __func__, getMyType()); in allocateBatchBufs()
1825 cam_stream_type_t QCameraStream::getMyType() in getMyType() function in qcamera::QCameraStream
DQCamera2HWICallbacks.cpp267 pStream->getMyType(), in zsl_channel_cb()
DQCamera2HWI.cpp3252 (CAM_STREAM_TYPE_SNAPSHOT == stream->getMyType())) { in configureOnlineRotation()
3811 (CAM_STREAM_TYPE_METADATA == pStream->getMyType())) { in takeLiveSnapshot_internal()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraStream.h90 cam_stream_type_t getMyType();
DQCameraStream.cpp121 __func__, stream->getMyType(), stream->mRegFlags, stream->mNumBufs); in get_bufs_deffered()
1373 CDBG_HIGH("%s : Batch Buffer allocation stream type = %d", __func__, getMyType()); in allocateBatchBufs()
1825 cam_stream_type_t QCameraStream::getMyType() in getMyType() function in qcamera::QCameraStream
DQCamera2HWICallbacks.cpp267 pStream->getMyType(), in zsl_channel_cb()
DQCamera2HWI.cpp3254 (CAM_STREAM_TYPE_SNAPSHOT == stream->getMyType())) { in configureOnlineRotation()
3813 (CAM_STREAM_TYPE_METADATA == pStream->getMyType())) { in takeLiveSnapshot_internal()
/device/google/marlin/camera/QCamera2/HAL/
DQCameraStream.h98 cam_stream_type_t getMyType();
DQCameraStream.cpp1000 LOGW("Stream thread is not active, no ops here %d", getMyType()); in processDataNotify()
1440 getMyType(), mRegFlags, mNumBufs); in getBufsDeferred()
1699 LOGH("Batch Buffer allocation stream type = %d", getMyType()); in allocateBatchBufs()
2243 cam_stream_type_t QCameraStream::getMyType() in getMyType() function in qcamera::QCameraStream
DQCameraChannel.cpp152 if ((mStreams[i] != NULL) && (stream_type == mStreams[i]->getMyType())) { in setStreamSyncCB()
1441 if (srcStream->getMyType() == in doReprocessOffline()
DQCamera2HWI.cpp3658 (CAM_STREAM_TYPE_METADATA == pStream->getMyType())) { in startRecording()
3692 pStream->getMyType())) { in startRecording()
4514 if (CAM_STREAM_TYPE_PREVIEW == pStream->getMyType()) { in takePicture()
4796 ((CAM_STREAM_TYPE_SNAPSHOT == stream->getMyType()) in configureOnlineRotation()
4797 || (CAM_STREAM_TYPE_RAW == stream->getMyType()))) { in configureOnlineRotation()
5409 (CAM_STREAM_TYPE_SNAPSHOT == pStream->getMyType())) { in takeLiveSnapshot_internal()
5445 if (CAM_STREAM_TYPE_METADATA == pStream->getMyType()) { in takeLiveSnapshot_internal()
5447 } else if (CAM_STREAM_TYPE_PREVIEW == pStream->getMyType()) { in takeLiveSnapshot_internal()
5540 pStream->getMyType())) { in cancelLiveSnapshot_internal()
10271 (CAM_STREAM_TYPE_METADATA == pStream->getMyType())) { in startRAWChannel()
DQCameraPostProc.cpp867 if (src_pStream->getMyType() == CAM_STREAM_TYPE_RAW) { in getOfflinePPInputBuffer()
870 } else if (src_pStream->getMyType() == CAM_STREAM_TYPE_METADATA){ in getOfflinePPInputBuffer()
1699 if ((pStream != NULL) && ((pStream->getMyType() == stream_type) in releaseSuperBuf()
DQCamera2HWICallbacks.cpp256 pStream->getMyType(), in zsl_channel_cb()
711 if (stream->getMyType() != CAM_STREAM_TYPE_PREVIEW) { in synchronous_stream_cb_routine()

12