Searched defs:p_stream (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_snapshot.c187 mm_camera_stream_t *p_stream = NULL; local
214 p_stream = &channel->streams[i];
219 if (NULL == p_stream) {
226 if (bufs->bufs[i]->stream_id == p_stream->s_id) {
341 mm_camera_stream_t *p_stream = NULL; local
390 p_stream = &channel->streams[i];
394 if (NULL != p_stream) {
397 if (bufs->bufs[i]->stream_id == p_stream->s_id) {
H A Dmm_qcamera_preview.c50 mm_camera_stream_t *p_stream = NULL; local
77 p_stream = &channel->streams[i];
82 if (NULL == p_stream) {
89 if (bufs->bufs[i]->stream_id == p_stream->s_id) {
139 mm_camera_stream_t *p_stream = NULL; local
188 p_stream = &channel->streams[i];
192 if (NULL != p_stream) {
195 if (bufs->bufs[i]->stream_id == p_stream->s_id) {
253 mm_camera_stream_t *p_stream = NULL; local
278 p_stream
328 mm_camera_stream_t *p_stream = NULL; local
[all...]

Completed in 292 milliseconds