Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Stream.h87 cam_stream_type_t getMyType() const;
DQCamera3Stream.cpp863 LOGE("Calling cancel buf on idx:%d for stream type:%d",index, getMyType()); in cancelBuffer()
1235 cam_stream_type_t QCamera3Stream::getMyType() const in getMyType() function in qcamera::QCamera3Stream
1378 getMyType()); in getBatchBufs()
1708 getMyType()); in handleBatchBuffer()
DQCamera3Channel.cpp407 mask |= (1U << mStreams[i]->getMyType()); in getStreamTypeMask()
425 if (streamMask == (uint32_t )(0x1 << mStreams[i]->getMyType())) { in getStreamID()
868 showDebugFPS(stream->getMyType()); in streamCbRoutine()
872 if (stream->getMyType() == CAM_STREAM_TYPE_PREVIEW) { in streamCbRoutine()
874 } else if (stream->getMyType() == CAM_STREAM_TYPE_VIDEO) { in streamCbRoutine()
876 } else if (stream->getMyType() == CAM_STREAM_TYPE_CALLBACK) { in streamCbRoutine()
919 switch (stream->getMyType()) { in streamCbRoutine()
937 mStreams[0]->getMyType()); in streamCbRoutine()
1237 streamType = mStreams[0]->getMyType(); in registerBuffer()
4535 streamType = mStreams[0]->getMyType(); in registerBuffer()
DQCamera3PostProc.cpp1664 switch (srcStream->getMyType()) { in encodeData()
DQCamera3HWI.cpp4025 ch->mStreams[0]->getMyType(), missed.stream->format); in handleMetadataWithLock()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraStream.cpp1073 LOGW("Stream thread is not active, no ops here %d", getMyType()); in processDataNotify()
1559 getMyType(), mRegFlags, mNumBufs); in getBufsDeferred()
1818 LOGH("Batch Buffer allocation stream type = %d", getMyType()); in allocateBatchBufs()
2391 cam_stream_type_t QCameraStream::getMyType() in getMyType() function in qcamera::QCameraStream
2873 || (getMyType() == CAM_STREAM_TYPE_SNAPSHOT) in needCbSwitch()
2874 || (getMyType() == CAM_STREAM_TYPE_METADATA)) { in needCbSwitch()
2898 switch (getMyType()) { in needFrameSync()
DQCameraStream.h98 cam_stream_type_t getMyType();
DQCameraChannel.cpp153 if ((mStreams[i] != NULL) && (stream_type == mStreams[i]->getMyType())) { in setStreamSyncCB()
1655 if (srcStream->getMyType() == in doReprocessOffline()
DQCamera2HWI.cpp4068 (CAM_STREAM_TYPE_METADATA == pStream->getMyType())) { in startRecording()
4102 pStream->getMyType())) { in startRecording()
5005 if (CAM_STREAM_TYPE_PREVIEW == pStream->getMyType()) { in takePicture()
5287 ((CAM_STREAM_TYPE_SNAPSHOT == stream->getMyType()) in configureOnlineRotation()
5288 || (CAM_STREAM_TYPE_RAW == stream->getMyType()))) { in configureOnlineRotation()
5851 if (CAM_STREAM_TYPE_PREVIEW == pStream->getMyType()) { in takeLiveSnapshot_internal()
5939 (CAM_STREAM_TYPE_SNAPSHOT == pStream->getMyType())) { in takeLiveSnapshot_internal()
5975 if (CAM_STREAM_TYPE_METADATA == pStream->getMyType()) { in takeLiveSnapshot_internal()
5977 } else if ((CAM_STREAM_TYPE_PREVIEW == pStream->getMyType()) in takeLiveSnapshot_internal()
6075 pStream->getMyType())) { in cancelLiveSnapshot_internal()
[all …]
DQCameraPostProc.cpp1011 if (src_pStream->getMyType() == CAM_STREAM_TYPE_RAW) { in getOfflinePPInputBuffer()
1014 } else if (src_pStream->getMyType() == CAM_STREAM_TYPE_METADATA){ in getOfflinePPInputBuffer()
1912 if ((pStream != NULL) && ((pStream->getMyType() == stream_type) in releaseSuperBuf()
2418 LOGD("stream type:%d, stream original type:%d", main_stream->getMyType(), in encodeData()
DQCamera2HWICallbacks.cpp259 pStream->getMyType(), in zsl_channel_cb()
718 if (stream->getMyType() != CAM_STREAM_TYPE_PREVIEW) { in synchronous_stream_cb_routine()
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraDualFOVPP.cpp434 pMainSnapshotStream->getMyType(), in process()