Home | History | Annotate | Download | only in src

Lines Matching defs:stream_type

76                                          cam_stream_type_t stream_type);
279 &ch_obj->bundle.superbuf_queue, cmd_cb->u.flush_cmd.stream_type);
1428 cam_stream_type_t stream_type = CAM_STREAM_TYPE_DEFAULT;
1439 stream_type = s_obj->stream_info->stream_type;
1440 if ((CAM_STREAM_TYPE_METADATA != stream_type) &&
1481 cam_stream_type_t stream_type = CAM_STREAM_TYPE_DEFAULT;
1488 stream_type = s_obj->stream_info->stream_type;
1490 if ((stream_type == CAM_STREAM_TYPE_METADATA) &&
1615 s_objs[i]->stream_info->stream_type);
1687 cam_stream_type_t stream_type = CAM_STREAM_TYPE_DEFAULT;
1699 stream_type = s_obj->stream_info->stream_type;
1701 if (stream_type == CAM_STREAM_TYPE_METADATA) {
1874 cam_stream_type_t stream_type)
1884 node->u.flush_cmd.stream_type = stream_type;
2499 if ((CAM_STREAM_TYPE_METADATA == stream_obj->stream_info->stream_type) &&
2536 ch_obj->streams[i].stream_info->stream_type) {
2792 && (buf_info->buf->stream_type == CAM_STREAM_TYPE_METADATA)
2796 && (buf_info->buf->stream_type != CAM_STREAM_TYPE_METADATA)
2991 && (buf_info->buf->stream_type == CAM_STREAM_TYPE_METADATA)) {
3249 cam_stream_type_t stream_type = CAM_STREAM_TYPE_DEFAULT;
3257 stream_type = super_buf->super_buf[i].buf->stream_type;
3259 (cam_type == stream_type)) {