Lines Matching refs:index
286 /* Set the format index, frame index and frame interval. */
289 probe->bFormatIndex = format->index;
323 if (probe->bFormatIndex == stream->formats[i].index) {
703 u32 index = fmt->index;
705 if (fmt->type != stream->type || fmt->index >= stream->nformats)
709 fmt->index = index;
712 format = &stream->formats[fmt->index];
930 u32 index = input->index;
934 if (index != 0)
942 } else if (index < selector->bNrInPins) {
946 if (it->id == selector->baSourceID[index]) {
957 input->index = index;
1255 unsigned int index;
1269 for (i = 0, index = 0; i < format->nframes; i++) {
1274 if (index == fsize->index)
1276 index++;
1296 unsigned int index;
1309 index = fival->index;
1315 if (index < nintervals)
1317 index -= nintervals;
1326 frame->dwFrameInterval[index];