Home
last modified time | relevance | path

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

/drivers/media/platform/soc_camera/
Dsoc_camera.c250 #define pixfmtstr(x) (x) & 0xff, ((x) >> 8) & 0xff, ((x) >> 16) & 0xff, \ macro
262 pixfmtstr(pix->pixelformat), pix->width, pix->height); in soc_camera_try_fmt()
582 pixfmtstr(pix->pixelformat), pix->width, pix->height); in soc_camera_set_fmt()