Searched refs:getMyType (Results 1 – 12 of 12) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3Stream.h | 87 cam_stream_type_t getMyType() const;
|
D | QCamera3Stream.cpp | 863 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()
|
D | QCamera3Channel.cpp | 407 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()
|
D | QCamera3PostProc.cpp | 1664 switch (srcStream->getMyType()) { in encodeData()
|
D | QCamera3HWI.cpp | 4025 ch->mStreams[0]->getMyType(), missed.stream->format); in handleMetadataWithLock()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraStream.cpp | 1073 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()
|
D | QCameraStream.h | 98 cam_stream_type_t getMyType();
|
D | QCameraChannel.cpp | 153 if ((mStreams[i] != NULL) && (stream_type == mStreams[i]->getMyType())) { in setStreamSyncCB() 1655 if (srcStream->getMyType() == in doReprocessOffline()
|
D | QCamera2HWI.cpp | 4068 (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 …]
|
D | QCameraPostProc.cpp | 1011 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()
|
D | QCamera2HWICallbacks.cpp | 259 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/ |
D | QCameraDualFOVPP.cpp | 434 pMainSnapshotStream->getMyType(), in process()
|