Lines Matching defs:format
405 __u32 format, __u32 *offset, __u32 *pitch)
413 data.format = format;
425 __u32 w, __u32 h, __u32 format, int buf_fd, __u32 offset,
435 data.buf.format = format;
626 bool adf_overlay_engine_supports_format(int fd, __u32 format)
637 if (data.supported_formats[i] == format) {
702 void adf_format_str(__u32 format, char buf[ADF_FORMAT_STR_SIZE])
704 buf[0] = format & 0xFF;
705 buf[1] = (format >> 8) & 0xFF;
706 buf[2] = (format >> 16) & 0xFF;
707 buf[3] = (format >> 24) & 0xFF;