Home
last modified time | relevance | path

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

/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraPostProc.h157 mm_camera_super_buf_t *reproc_frame);
159 mm_camera_super_buf_t *reproc_frame);
DQCameraPostProc.cpp1611 mm_camera_super_buf_t *reproc_frame) in queryStreams() argument
1668 if (thumb_stream_needed && *thumb_image == NULL && reproc_frame != NULL) { in queryStreams()
1670 pSrcReprocChannel = m_parent->getChannelByHandle(reproc_frame->ch_id); in queryStreams()
1673 for (uint32_t i = 0; i < reproc_frame->num_bufs; i++) { in queryStreams()
1676 reproc_frame->bufs[i]->stream_id); in queryStreams()
1681 *thumb_image = reproc_frame->bufs[i]; in queryStreams()
1706 mm_camera_super_buf_t *reproc_frame) in syncStreamParams() argument
1721 reproc_frame); in syncStreamParams()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraPostProc.h157 mm_camera_super_buf_t *reproc_frame);
159 mm_camera_super_buf_t *reproc_frame);
DQCameraPostProc.cpp1611 mm_camera_super_buf_t *reproc_frame) in queryStreams() argument
1668 if (thumb_stream_needed && *thumb_image == NULL && reproc_frame != NULL) { in queryStreams()
1670 pSrcReprocChannel = m_parent->getChannelByHandle(reproc_frame->ch_id); in queryStreams()
1673 for (uint32_t i = 0; i < reproc_frame->num_bufs; i++) { in queryStreams()
1676 reproc_frame->bufs[i]->stream_id); in queryStreams()
1681 *thumb_image = reproc_frame->bufs[i]; in queryStreams()
1706 mm_camera_super_buf_t *reproc_frame) in syncStreamParams() argument
1721 reproc_frame); in syncStreamParams()
/device/google/marlin/camera/QCamera2/HAL/
DQCameraPostProc.h176 mm_camera_super_buf_t *reproc_frame);
178 mm_camera_super_buf_t *reproc_frame);
DQCameraPostProc.cpp1914 mm_camera_super_buf_t *reproc_frame) in queryStreams() argument
1973 if (thumb_stream_needed && *thumb_image == NULL && reproc_frame != NULL) { in queryStreams()
1975 pSrcReprocChannel = m_parent->getChannelByHandle(reproc_frame->ch_id); in queryStreams()
1978 for (uint32_t i = 0; i < reproc_frame->num_bufs; i++) { in queryStreams()
1981 reproc_frame->bufs[i]->stream_id); in queryStreams()
1986 *thumb_image = reproc_frame->bufs[i]; in queryStreams()
2011 mm_camera_super_buf_t *reproc_frame) in syncStreamParams() argument
2026 reproc_frame); in syncStreamParams()