Lines Matching refs:startindex
221 unsigned int *count, int startindex) in omap_vout_allocate_vrfb_buffers() argument
231 if (!vout->smsshado_virt_addr[i] && startindex != -1) { in omap_vout_allocate_vrfb_buffers()
232 if (V4L2_MEMORY_MMAP == vout->memory && i >= startindex) in omap_vout_allocate_vrfb_buffers()
447 unsigned int *count, unsigned int startindex) in omap_vout_vrfb_buffer_setup() argument
456 if (omap_vout_allocate_vrfb_buffers(vout, count, startindex)) in omap_vout_vrfb_buffer_setup()
954 int startindex = 0, i, j; in omap_vout_buffer_setup() local
964 startindex = (vout->vid == OMAP_VIDEO1) ? in omap_vout_buffer_setup()
966 if (V4L2_MEMORY_MMAP == vout->memory && *count < startindex) in omap_vout_buffer_setup()
967 *count = startindex; in omap_vout_buffer_setup()
974 if (omap_vout_vrfb_buffer_setup(vout, count, startindex)) in omap_vout_buffer_setup()
982 startindex = (vout->vid == OMAP_VIDEO1) ? in omap_vout_buffer_setup()
985 for (i = startindex; i < *count; i++) { in omap_vout_buffer_setup()