Lines Matching refs:coda_video_device
165 struct coda_video_device { struct
174 static const struct coda_video_device coda_bit_encoder = { argument
189 static const struct coda_video_device coda_bit_jpeg_encoder = {
204 static const struct coda_video_device coda_bit_decoder = {
225 static const struct coda_video_device coda_bit_jpeg_decoder = {
240 static const struct coda_video_device coda9_jpeg_encoder = {
256 static const struct coda_video_device coda9_jpeg_decoder = {
272 static const struct coda_video_device *codadx6_video_devices[] = {
276 static const struct coda_video_device *codahx4_video_devices[] = {
281 static const struct coda_video_device *coda7_video_devices[] = {
288 static const struct coda_video_device *coda9_video_devices[] = {
362 static const struct coda_video_device *to_coda_video_device(struct video_device in to_coda_video_device()
442 const struct coda_video_device *cvd = to_coda_video_device(vdev); in coda_enum_fmt()