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

/device/lge/hammerhead/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp164 * @pInputChannel : Input channel obj ptr that possibly needs reprocess
174 int32_t QCamera3PostProcessor::start(QCamera3Channel *pInputChannel, argument
193 ALOGV("%s: Setting input channel as pInputChannel", __func__);
194 m_pReprocChannel = hal_obj->addOfflineReprocChannel(pInputChannel, m_parent, metadata);
H A DQCamera3HWI.cpp5946 * @pInputChannel : ptr to input channel whose frames will be post-processed
5951 QCamera3Channel *pInputChannel, QCamera3PicChannel *picChHandle, metadata_buffer_t *metadata)
5955 if (pInputChannel == NULL) {
5961 mCameraHandle->ops, NULL, pInputChannel->mPaddingInfo, this, picChHandle);
6016 pInputChannel,
5950 addOfflineReprocChannel( QCamera3Channel *pInputChannel, QCamera3PicChannel *picChHandle, metadata_buffer_t *metadata) argument
/device/asus/flo/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
/device/asus/flo/camera/QCamera2/HAL3/
H A DQCamera3Channel.cpp979 mm_camera_buf_def_t *pInputBuffer,QCamera3Channel* pInputChannel)
1038 m_postprocessor.processAuxiliaryData(pInputBuffer,pInputChannel);
977 request(buffer_handle_t *buffer, uint32_t frameNumber, jpeg_settings_t* jpegSettings, mm_camera_buf_def_t *pInputBuffer,QCamera3Channel* pInputChannel) argument
H A DQCamera3HWI.cpp3628 * @pInputChannel : ptr to input channel whose frames will be post-processed
3633 QCamera3Channel *pInputChannel, QCamera3PicChannel *picChHandle)
3637 if (pInputChannel == NULL) {
3643 mCameraHandle->ops, NULL, pInputChannel->mPaddingInfo, this, picChHandle);
3689 pInputChannel,
3632 addOnlineReprocChannel( QCamera3Channel *pInputChannel, QCamera3PicChannel *picChHandle) argument
/device/lge/hammerhead/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
/device/moto/shamu/camera/QCamera2/HAL/
H A DQCamera2HWI.cpp4539 * @pInputChannel : ptr to input channel whose frames will be post-processed
4544 QCameraChannel *pInputChannel)
4550 if (pInputChannel == NULL) {
4686 pInputChannel,
4543 addReprocChannel( QCameraChannel *pInputChannel) argument

Completed in 92 milliseconds