Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_preview.c52 mm_camera_stream_t *p_stream = NULL; in mm_app_metadata_notify_cb() local
79 p_stream = &channel->streams[i]; in mm_app_metadata_notify_cb()
84 if (NULL == p_stream) { in mm_app_metadata_notify_cb()
91 if (bufs->bufs[i]->stream_id == p_stream->s_id) { in mm_app_metadata_notify_cb()
141 mm_camera_stream_t *p_stream = NULL; in mm_app_snapshot_notify_cb() local
190 p_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb()
194 if (NULL != p_stream) { in mm_app_snapshot_notify_cb()
197 if (bufs->bufs[i]->stream_id == p_stream->s_id) { in mm_app_snapshot_notify_cb()
255 mm_camera_stream_t *p_stream = NULL; in mm_app_preview_notify_cb() local
280 p_stream = &channel->streams[i]; in mm_app_preview_notify_cb()
[all …]
Dmm_qcamera_snapshot.c187 mm_camera_stream_t *p_stream = NULL; in mm_app_snapshot_metadata_notify_cb() local
214 p_stream = &channel->streams[i]; in mm_app_snapshot_metadata_notify_cb()
219 if (NULL == p_stream) { in mm_app_snapshot_metadata_notify_cb()
226 if (bufs->bufs[i]->stream_id == p_stream->s_id) { in mm_app_snapshot_metadata_notify_cb()
341 mm_camera_stream_t *p_stream = NULL; in mm_app_snapshot_notify_cb() local
390 p_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb()
394 if (NULL != p_stream) { in mm_app_snapshot_notify_cb()
397 if (bufs->bufs[i]->stream_id == p_stream->s_id) { in mm_app_snapshot_notify_cb()