Searched defs:pSrcChannel (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraChannel.cpp608 * @pSrcChannel : ptr to input source channel that needs reprocess
618 QCameraChannel *pSrcChannel,
629 for (int i = 0; i < pSrcChannel->getNumOfStreams(); i++) {
630 pStream = pSrcChannel->getStreamByIndex(i);
690 m_pSrcChannel = pSrcChannel;
616 addReprocStreamsFromSource(QCameraAllocator& allocator, cam_pp_feature_config_t &config, QCameraChannel *pSrcChannel, uint8_t minStreamBufNum, cam_padding_info_t *paddingInfo) argument
H A DQCameraPostProc.cpp158 * @pSrcChannel : source channel obj ptr that possibly needs reprocess
167 int32_t QCameraPostProcessor::start(QCameraChannel *pSrcChannel) argument
176 m_pReprocChannel = m_parent->addOnlineReprocChannel(pSrcChannel);
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Channel.cpp2144 * @pSrcChannel : ptr to input source channel that needs reprocess
2152 QCamera3Channel *pSrcChannel,
2156 QCamera3Stream *pSrcStream = pSrcChannel->getStreamByIndex(0);
2213 m_pSrcChannel = pSrcChannel;
2151 addReprocStreamsFromSource(cam_pp_feature_config_t &config, QCamera3Channel *pSrcChannel, QCamera3Channel *pMetaChannel) argument

Completed in 211 milliseconds