Lines Matching defs:pixfmt
414 static u_int pixfmt_swap_flags(int pixfmt);
581 bktr->pixfmt = oformat_meteor_to_bt(bktr->format);
1068 bktr->pixfmt = oformat_meteor_to_bt(bktr->format);
1207 pixfmt_table[bktr->pixfmt].public.Bpp;
1818 /* Pixel format (if in meteor pixfmt compatibility mode) */
1838 bktr->pixfmt = oformat_meteor_to_bt(bktr->format);
2346 int pixfmt;
2457 bktr->pixfmt = *(int *)arg;
2459 | pixfmt_swap_flags(bktr->pixfmt));
2464 *(int *)arg = bktr->pixfmt;
2469 pixfmt = pf_pub->index;
2471 if ((pixfmt < 0) || (pixfmt >= PIXFMT_TABLE_SIZE))
2474 memcpy(pf_pub, &pixfmt_table[pixfmt].public,
2478 pf_pub->index = pixfmt;
2666 const struct meteor_pixfmt *pf = &pixfmt_table[bktr->pixfmt].public;
2671 /* BTW, we know this pixfmt's 1st byte is Blue; thus the start addr */
2757 const struct meteor_pixfmt_internal *pf_int = &pixfmt_table[bktr->pixfmt];
2938 const struct meteor_pixfmt_internal *pf_int = &pixfmt_table[bktr->pixfmt];
3105 const struct meteor_pixfmt_internal *pf_int = &pixfmt_table[bktr->pixfmt];
3222 const struct meteor_pixfmt_internal *pf_int = &pixfmt_table[bktr->pixfmt];
3339 const struct meteor_pixfmt_internal *pf_int = &pixfmt_table[bktr->pixfmt];
3451 const struct meteor_pixfmt_internal *pf_int = &pixfmt_table[bktr->pixfmt];
3623 | pixfmt_swap_flags(bktr->pixfmt));
3630 | pixfmt_swap_flags(bktr->pixfmt));
3637 | pixfmt_swap_flags(bktr->pixfmt));
3664 pixfmt_table[bktr->pixfmt].public.Bpp);
3753 * Given a pixfmt index, compute the bt848 swap_flags necessary to
3764 static u_int pixfmt_swap_flags(int pixfmt)
3766 const struct meteor_pixfmt *pf = &pixfmt_table[pixfmt].public;