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 = {
257 static const struct coda_video_device coda9_jpeg_decoder = {
273 static const struct coda_video_device *codadx6_video_devices[] = {
277 static const struct coda_video_device *codahx4_video_devices[] = {
282 static const struct coda_video_device *coda7_video_devices[] = {
289 static const struct coda_video_device *coda9_video_devices[] = {
363 static const struct coda_video_device *to_coda_video_device(struct video_device in to_coda_video_device()
444 const struct coda_video_device *cvd = to_coda_video_device(vdev); in coda_enum_fmt()