Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_video.c39 mm_camera_stream_t *p_stream = NULL; in mm_app_metadata_notify_cb() local
66 p_stream = &channel->streams[i]; in mm_app_metadata_notify_cb()
71 if (NULL == p_stream) { in mm_app_metadata_notify_cb()
78 if (bufs->bufs[i]->stream_id == p_stream->s_id) { in mm_app_metadata_notify_cb()
129 mm_camera_stream_t *p_stream = NULL; in mm_app_snapshot_notify_cb() local
178 p_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb()
182 if (NULL != p_stream) { in mm_app_snapshot_notify_cb()
185 if (bufs->bufs[i]->stream_id == p_stream->s_id) { in mm_app_snapshot_notify_cb()
243 mm_camera_stream_t *p_stream = NULL; in mm_app_preview_notify_cb() local
268 p_stream = &channel->streams[i]; in mm_app_preview_notify_cb()
[all …]
Dmm_qcamera_snapshot.c269 mm_camera_stream_t *p_stream = NULL; in mm_app_snapshot_metadata_notify_cb() local
296 p_stream = &channel->streams[i]; in mm_app_snapshot_metadata_notify_cb()
301 if (NULL == p_stream) { in mm_app_snapshot_metadata_notify_cb()
308 if (bufs->bufs[i]->stream_id == p_stream->s_id) { in mm_app_snapshot_metadata_notify_cb()
423 mm_camera_stream_t *p_stream = NULL; in mm_app_snapshot_notify_cb() local
472 p_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb()
476 if (NULL != p_stream) { in mm_app_snapshot_notify_cb()
479 if (bufs->bufs[i]->stream_id == p_stream->s_id) { in mm_app_snapshot_notify_cb()
Dmm_qcamera_preview.c54 mm_camera_stream_t *p_stream = NULL; in mm_app_metadata_notify_cb() local
81 p_stream = &channel->streams[i]; in mm_app_metadata_notify_cb()
86 if (NULL == p_stream) { in mm_app_metadata_notify_cb()
93 if (bufs->bufs[i]->stream_id == p_stream->s_id) { in mm_app_metadata_notify_cb()
232 mm_camera_stream_t *p_stream = NULL; in mm_app_snapshot_notify_cb() local
281 p_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb()
285 if (NULL != p_stream) { in mm_app_snapshot_notify_cb()
288 if (bufs->bufs[i]->stream_id == p_stream->s_id) { in mm_app_snapshot_notify_cb()
347 mm_camera_stream_t *p_stream = NULL; in mm_app_preview_notify_cb() local
374 p_stream = &channel->streams[i]; in mm_app_preview_notify_cb()
[all …]