Home
last modified time | relevance | path

Searched refs:reproc_frame (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraPostProc.h214 mm_camera_super_buf_t *reproc_frame);
216 mm_camera_super_buf_t *reproc_frame);
DQCameraPostProc.cpp2145 mm_camera_super_buf_t *reproc_frame) in queryStreams() argument
2203 if (thumb_stream_needed && *thumb_image == NULL && reproc_frame != NULL) { in queryStreams()
2205 pSrcReprocChannel = m_parent->getChannelByHandle(reproc_frame->ch_id); in queryStreams()
2208 for (uint32_t i = 0; i < reproc_frame->num_bufs; i++) { in queryStreams()
2211 reproc_frame->bufs[i]->stream_id); in queryStreams()
2216 *thumb_image = reproc_frame->bufs[i]; in queryStreams()
2241 mm_camera_super_buf_t *reproc_frame) in syncStreamParams() argument
2256 reproc_frame); in syncStreamParams()