Home | History | Annotate | Download | only in src

Lines Matching defs:stream_type

1177     cam_stream_type_t stream_type = CAM_STREAM_TYPE_DEFAULT;
1188 stream_type = s_obj->stream_info->stream_type;
1189 if ((CAM_STREAM_TYPE_METADATA != stream_type) &&
1230 cam_stream_type_t stream_type = CAM_STREAM_TYPE_DEFAULT;
1237 stream_type = s_obj->stream_info->stream_type;
1239 if ((stream_type == CAM_STREAM_TYPE_METADATA) &&
1363 s_objs[j]->stream_info->stream_type);
1431 cam_stream_type_t stream_type = CAM_STREAM_TYPE_DEFAULT;
1439 stream_type = s_obj->stream_info->stream_type;
1441 if (stream_type == CAM_STREAM_TYPE_METADATA) {
2106 if ((CAM_STREAM_TYPE_METADATA == stream_obj->stream_info->stream_type) &&
2142 ch_obj->streams[i].stream_info->stream_type) {
2343 && (buf_info->buf->stream_type == CAM_STREAM_TYPE_METADATA)) {
2375 && (buf_info->buf->stream_type == CAM_STREAM_TYPE_METADATA))
2378 && (buf_info->buf->stream_type != CAM_STREAM_TYPE_METADATA)
2555 && (buf_info->buf->stream_type != CAM_STREAM_TYPE_METADATA)) {
2753 cam_stream_type_t stream_type = CAM_STREAM_TYPE_DEFAULT;
2761 stream_type = super_buf->super_buf[i].buf->stream_type;
2763 (cam_type == stream_type)) {