Searched refs:b_off (Results 1 – 2 of 2) sorted by relevance
125 int b_off; /* offset for blue */ member271 bayer2rgb->b_off = GST_VIDEO_INFO_COMP_OFFSET (&info, 2); in gst_bayer2rgb_set_caps()285 filter->b_off = 0; in gst_bayer2rgb_reset()394 int r_off, g_off, b_off; in gst_bayer2rgb_process() local402 b_off = bayer2rgb->b_off; in gst_bayer2rgb_process()405 r_off = bayer2rgb->b_off; in gst_bayer2rgb_process()406 b_off = bayer2rgb->r_off; in gst_bayer2rgb_process()409 if (r_off == 2 && g_off == 1 && b_off == 0) { in gst_bayer2rgb_process()412 } else if (r_off == 3 && g_off == 2 && b_off == 1) { in gst_bayer2rgb_process()415 } else if (r_off == 1 && g_off == 2 && b_off == 3) { in gst_bayer2rgb_process()[all …]
168 Dwarf_Off b_off = cudie_offset (b); in compare_cukey() local169 return (a_off < b_off) ? -1 : ((a_off > b_off) ? 1 : 0); in compare_cukey()