Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Stream.h85 cam_stream_type_t getMyType() const;
DQCamera3Stream.cpp1029 cam_stream_type_t QCamera3Stream::getMyType() const in getMyType() function in qcamera::QCamera3Stream
1168 getMyType()); in getBatchBufs()
1457 getMyType()); in handleBatchBuffer()
DQCamera3Channel.cpp395 mask |= (1U << mStreams[i]->getMyType()); in getStreamTypeMask()
413 if (streamMask == (uint32_t )(0x1 << mStreams[i]->getMyType())) { in getStreamID()
807 showDebugFPS(stream->getMyType()); in streamCbRoutine()
811 if (stream->getMyType() == CAM_STREAM_TYPE_PREVIEW) { in streamCbRoutine()
813 } else if (stream->getMyType() == CAM_STREAM_TYPE_VIDEO) { in streamCbRoutine()
815 } else if (stream->getMyType() == CAM_STREAM_TYPE_CALLBACK) { in streamCbRoutine()
827 mStreams[0]->getMyType()); in streamCbRoutine()
1037 streamType = mStreams[0]->getMyType(); in registerBuffer()
3701 streamType = mStreams[0]->getMyType(); in registerBuffer()
DQCamera3PostProc.cpp1382 switch (srcStream->getMyType()) { in encodeData()
/hardware/qcom/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()
1439 getMyType(), mRegFlags, mNumBufs); in getBufsDeferred()
1697 LOGH("Batch Buffer allocation stream type = %d", getMyType()); in allocateBatchBufs()
2238 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()
1436 if (srcStream->getMyType() == in doReprocessOffline()
DQCamera2HWI.cpp3590 (CAM_STREAM_TYPE_METADATA == pStream->getMyType())) { in startRecording()
3624 pStream->getMyType())) { in startRecording()
4444 if (CAM_STREAM_TYPE_PREVIEW == pStream->getMyType()) { in takePicture()
4726 ((CAM_STREAM_TYPE_SNAPSHOT == stream->getMyType()) in configureOnlineRotation()
4727 || (CAM_STREAM_TYPE_RAW == stream->getMyType()))) { in configureOnlineRotation()
5330 (CAM_STREAM_TYPE_SNAPSHOT == pStream->getMyType())) { in takeLiveSnapshot_internal()
5366 if (CAM_STREAM_TYPE_METADATA == pStream->getMyType()) { in takeLiveSnapshot_internal()
5368 } else if (CAM_STREAM_TYPE_PREVIEW == pStream->getMyType()) { in takeLiveSnapshot_internal()
5441 pStream->getMyType())) { in cancelLiveSnapshot()
10156 (CAM_STREAM_TYPE_METADATA == pStream->getMyType())) { in startRAWChannel()
DQCameraPostProc.cpp865 if (src_pStream->getMyType() == CAM_STREAM_TYPE_RAW) { in getOfflinePPInputBuffer()
868 } else if (src_pStream->getMyType() == CAM_STREAM_TYPE_METADATA){ in getOfflinePPInputBuffer()
1695 if ((pStream != NULL) && ((pStream->getMyType() == stream_type) in releaseSuperBuf()
DQCamera2HWICallbacks.cpp259 pStream->getMyType(), in zsl_channel_cb()
714 if (stream->getMyType() != CAM_STREAM_TYPE_PREVIEW) { in synchronous_stream_cb_routine()