Searched refs:getMyType (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3Stream.h | 82 cam_stream_type_t getMyType() const;
|
D | QCamera3Stream.cpp | 984 cam_stream_type_t QCamera3Stream::getMyType() const in getMyType() function in qcamera::QCamera3Stream 1123 __func__, getMyType()); in getBatchBufs() 1414 __func__, getMyType()); in handleBatchBuffer()
|
D | QCamera3Channel.cpp | 371 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()
|
D | QCamera3PostProc.cpp | 1340 switch (srcStream->getMyType()) { in encodeData()
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraStream.h | 90 cam_stream_type_t getMyType();
|
D | QCameraStream.cpp | 121 __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
|
D | QCamera2HWICallbacks.cpp | 267 pStream->getMyType(), in zsl_channel_cb()
|
D | QCamera2HWI.cpp | 3253 (CAM_STREAM_TYPE_SNAPSHOT == stream->getMyType())) { in configureOnlineRotation() 3812 (CAM_STREAM_TYPE_METADATA == pStream->getMyType())) { in takeLiveSnapshot_internal()
|