Lines Matching refs:index
221 /* Set the format index, frame index and frame interval. */
224 probe->bFormatIndex = format->index;
256 if (probe->bFormatIndex == stream->format[i].index) {
638 u32 index = fmt->index;
640 if (fmt->type != stream->type || fmt->index >= stream->nformats)
644 fmt->index = index;
647 format = &stream->format[fmt->index];
867 u32 index = input->index;
871 if (index != 0)
879 } else if (index < selector->bNrInPins) {
883 if (it->id == selector->baSourceID[index]) {
894 input->index = index;
1222 unsigned int index;
1236 for (i = 0, index = 0; i < format->nframes; i++) {
1241 if (index == fsize->index)
1243 index++;
1263 unsigned int index;
1276 index = fival->index;
1282 if (index < nintervals)
1284 index -= nintervals;
1293 frame->dwFrameInterval[index];