Searched defs:pInputChannel (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp168 QCamera3Channel *pInputChannel)
186 ALOGV("%s: Setting input channel as pInputChannel", __func__);
187 m_pReprocChannel = hal_obj->addOnlineReprocChannel(pInputChannel, m_parent);
167 start(QCamera3Memory* mMemory, int index, QCamera3Channel *pInputChannel) argument
H A DQCamera3Channel.cpp1005 mm_camera_buf_def_t *pInputBuffer,QCamera3Channel* pInputChannel)
1051 m_postprocessor.start(mMemory, index, pInputChannel);
1054 m_postprocessor.processAuxiliaryData(pInputBuffer,pInputChannel);
1003 request(buffer_handle_t *buffer, uint32_t frameNumber, jpeg_settings_t* jpegSettings, mm_camera_buf_def_t *pInputBuffer,QCamera3Channel* pInputChannel) argument
H A DQCamera3HWI.cpp4495 * @pInputChannel : ptr to input channel whose frames will be post-processed
4500 QCamera3Channel *pInputChannel, QCamera3PicChannel *picChHandle)
4504 if (pInputChannel == NULL) {
4510 mCameraHandle->ops, NULL, pInputChannel->mPaddingInfo, this, picChHandle);
4556 pInputChannel,
4499 addOnlineReprocChannel( QCamera3Channel *pInputChannel, QCamera3PicChannel *picChHandle) argument
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.cpp3154 * @pInputChannel : ptr to input channel whose frames will be post-processed
3159 QCameraChannel *pInputChannel)
3164 if (pInputChannel == NULL) {
3225 pInputChannel,
3158 addOnlineReprocChannel( QCameraChannel *pInputChannel) argument

Completed in 1048 milliseconds