Home
last modified time | relevance | path

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

/hardware/qcom/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()
3447 streamType = mStreams[0]->getMyType(); in registerBuffer()
DQCamera3PostProc.cpp1340 switch (srcStream->getMyType()) { in encodeData()
/hardware/qcom/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.cpp3253 (CAM_STREAM_TYPE_SNAPSHOT == stream->getMyType())) { in configureOnlineRotation()
3812 (CAM_STREAM_TYPE_METADATA == pStream->getMyType())) { in takeLiveSnapshot_internal()