Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Stream.h86 cam_stream_type_t getMyType() const;
DQCamera3Stream.cpp826 ALOGE("Calling cancel buf on idx:%d for stream type:%d",index, getMyType()); in cancelBuffer()
1196 cam_stream_type_t QCamera3Stream::getMyType() const in getMyType() function in qcamera::QCamera3Stream
1339 getMyType()); in getBatchBufs()
1633 getMyType()); in handleBatchBuffer()
DQCamera3Channel.cpp401 mask |= (1U << mStreams[i]->getMyType()); in getStreamTypeMask()
419 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()
4010 streamType = mStreams[0]->getMyType(); in registerBuffer()
DQCamera3PostProc.cpp1385 switch (srcStream->getMyType()) { in encodeData()
DQCamera3HWI.cpp3362 ch->mStreams[0]->getMyType(), missed.stream->format); in handleMetadataWithLock()
/device/google/marlin/camera/QCamera2/HAL/
DQCameraStream.h98 cam_stream_type_t getMyType();
DQCameraStream.cpp1039 LOGW("Stream thread is not active, no ops here %d", getMyType()); in processDataNotify()
1479 getMyType(), mRegFlags, mNumBufs); in getBufsDeferred()
1738 LOGH("Batch Buffer allocation stream type = %d", getMyType()); in allocateBatchBufs()
2303 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.cpp3671 (CAM_STREAM_TYPE_METADATA == pStream->getMyType())) { in startRecording()
3705 pStream->getMyType())) { in startRecording()
4527 if (CAM_STREAM_TYPE_PREVIEW == pStream->getMyType()) { in takePicture()
4809 ((CAM_STREAM_TYPE_SNAPSHOT == stream->getMyType()) in configureOnlineRotation()
4810 || (CAM_STREAM_TYPE_RAW == stream->getMyType()))) { in configureOnlineRotation()
5422 (CAM_STREAM_TYPE_SNAPSHOT == pStream->getMyType())) { in takeLiveSnapshot_internal()
5458 if (CAM_STREAM_TYPE_METADATA == pStream->getMyType()) { in takeLiveSnapshot_internal()
5460 } else if (CAM_STREAM_TYPE_PREVIEW == pStream->getMyType()) { in takeLiveSnapshot_internal()
5553 pStream->getMyType())) { in cancelLiveSnapshot_internal()
10286 (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()
712 if (stream->getMyType() != CAM_STREAM_TYPE_PREVIEW) { in synchronous_stream_cb_routine()