Lines Matching refs:iframe
1485 uint8_t iformat, iframe, nframes;
1527 iframe = CLAMP((uint32_t)com.bFrameIndex, 1U, (uint32_t)nframes);
1528 frame = &pformat->frames[iframe - 1];
1537 target->bFrameIndex = iframe;
1772 int iframe, int iformat)
1797 if (iframe < 0)
1799 iframe = nframes + iframe;
1802 if (iframe < 0 || iframe >= (int)nframes)
1807 frame = &pformat->frames[iframe];
1814 ctrl->bFrameIndex = iframe + 1; /* 360 1 720 2 */