Home
last modified time | relevance | path

Searched refs:getMyOriginalType (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraChannel.cpp1276 rp_cfg.offline.input_type = pStream->getMyOriginalType(); in addReprocStreamsFromSource()
1282 rp_cfg.online.input_stream_type = pStream->getMyOriginalType(); in addReprocStreamsFromSource()
1378 pStream->getMyOriginalType(), streamInfo->dim.width, in addReprocStreamsFromSource()
1570 param.reprocess.meta_buf_index, pStream->getMyOriginalType()); in doReprocessOffline()
1656 mStreams[k]->getMyOriginalType()) { in doReprocessOffline()
1762 param.reprocess.meta_buf_index, pStream->getMyOriginalType()); in doReprocess()
DQCameraStream.h99 cam_stream_type_t getMyOriginalType();
DQCameraPostProc.cpp1913 || (pStream->getMyOriginalType() == stream_type))) { in releaseSuperBuf()
2419 main_stream->getMyOriginalType()); in encodeData()
DQCameraStream.cpp2409 cam_stream_type_t QCameraStream::getMyOriginalType() in getMyOriginalType() function in qcamera::QCameraStream