Home
last modified time | relevance | path

Searched refs:V4L2_ENC_IDX_ENTRIES (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/media/video/cx18/
Dcx18-ioctl.c751 idx->entries < V4L2_ENC_IDX_ENTRIES) { in _cx18_process_idx_data()
811 if (idx->entries >= V4L2_ENC_IDX_ENTRIES || in cx18_process_idx_data()
859 } while (idx->entries < V4L2_ENC_IDX_ENTRIES); in cx18_g_enc_index()
Dcx18-driver.h144 (sizeof(struct cx18_enc_idx_entry) * V4L2_ENC_IDX_ENTRIES)
/linux-2.6.39/include/linux/
Dvideodev2.h1562 #define V4L2_ENC_IDX_ENTRIES (64) macro
1567 struct v4l2_enc_idx_entry entry[V4L2_ENC_IDX_ENTRIES];
/linux-2.6.39/drivers/media/video/ivtv/
Divtv-ioctl.c1226 if (entries > V4L2_ENC_IDX_ENTRIES) in ivtv_g_enc_index()
1227 entries = V4L2_ENC_IDX_ENTRIES; in ivtv_g_enc_index()