Home
last modified time | relevance | path

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

/dports/graphics/p5-Imager/Imager-1.012/
H A Ddatatypes.c11 struct i_bitmap*
14 struct i_bitmap *btm; in btm_new()
15 btm=(struct i_bitmap*)mymalloc(sizeof(struct i_bitmap)); /* checked 4jul05 tonyc */ in btm_new()
31 btm_destroy(struct i_bitmap *btm) { in btm_destroy()
38 btm_test(struct i_bitmap *btm,i_img_dim x,i_img_dim y) { in btm_test()
46 btm_set(struct i_bitmap *btm,i_img_dim x,i_img_dim y) { in btm_set()
H A Dimdatatypes.h414 struct i_bitmap { struct
419 struct i_bitmap* btm_new(i_img_dim xsize,i_img_dim ysize); argument
420 void btm_destroy(struct i_bitmap *btm);
421 int btm_test(struct i_bitmap *btm,i_img_dim x,i_img_dim y);
422 void btm_set(struct i_bitmap *btm,i_img_dim x,i_img_dim y);
H A Ddraw.c82 cfill_from_btm(i_img *im, i_fill_t *fill, struct i_bitmap *btm,
1840 static struct i_bitmap *
1853 struct i_bitmap *btm; in i_flood_fill_low()
1970 struct i_bitmap *btm; in i_flood_fill()
2016 struct i_bitmap *btm; in i_flood_cfill()
2062 struct i_bitmap *btm; in i_flood_fill_border()
2106 struct i_bitmap *btm; in i_flood_cfill_border()
2131 cfill_from_btm(i_img *im, i_fill_t *fill, struct i_bitmap *btm, in cfill_from_btm()
/dports/multimedia/vlc/vlc-3.0.16/src/input/
H A Des_out.c99 uint64_t i_bitmap; /* channels bitmap */ member
1640 es->cc.i_bitmap = 0; in EsOutAddSlave()
1799 uint64_t i_bitmap = parent->cc.i_bitmap; in EsDeleteCCChannels() local
1800 for( int i = 0; i_bitmap > 0; i++, i_bitmap >>= 1 ) in EsDeleteCCChannels()
1802 if( (i_bitmap & 1) == 0 || !parent->cc.pp_es[i] ) in EsDeleteCCChannels()
1813 parent->cc.i_bitmap = 0; in EsDeleteCCChannels()
1999 static void EsOutCreateCCChannels( es_out_t *out, vlc_fourcc_t codec, uint64_t i_bitmap, in EsOutCreateCCChannels() argument
2009 uint64_t i_existingbitmap = parent->cc.i_bitmap; in EsOutCreateCCChannels()
2010 for( int i = 0; i_bitmap > 0; i++, i_bitmap >>= 1, i_existingbitmap >>= 1 ) in EsOutCreateCCChannels()
2014 if( (i_bitmap & 1) == 0 || (i_existingbitmap & 1) ) in EsOutCreateCCChannels()
[all …]
H A Ddecoder.c935 uint64_t i_bitmap = p_owner->cc.desc.i_608_channels | in DecoderPlayCc() local
938 for( int i=0; i_bitmap > 0; i_bitmap >>= 1, i++ ) in DecoderPlayCc()
944 if( i_bitmap > 1 ) in DecoderPlayCc()
2159 uint64_t i_bitmap; in input_DecoderHasCCChanFlag() local
2163 i_bitmap = p_owner->cc.desc.i_608_channels; in input_DecoderHasCCChanFlag()
2168 i_bitmap = p_owner->cc.desc.i_708_channels; in input_DecoderHasCCChanFlag()
2173 ( i_bitmap & ((uint64_t)1 << i_channel) ) ); in input_DecoderHasCCChanFlag()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dessetup.c1130 const uint32_t i_bitmap = BOXDATA(p_chan)->layout.i_channels_bitmap; in SetupAudioES() local
1133 if ( chan_bitmap_mapping[i].i_bitmap & i_bitmap ) in SetupAudioES()
H A Dlibmp4.h1390 uint32_t i_bitmap; member
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-wifi-nan.c1587 for(unsigned i_bitmap = 0; i_bitmap < 16; ++i_bitmap) in dissect_attr_availability() local
1589 if (bitmap & (1u << i_bitmap)) in dissect_attr_availability()
1598 gint channel = channel_set[i_bitmap]; in dissect_attr_availability()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-wifi-nan.c1587 for(unsigned i_bitmap = 0; i_bitmap < 16; ++i_bitmap) in dissect_attr_availability() local
1589 if (bitmap & (1u << i_bitmap)) in dissect_attr_availability()
1598 gint channel = channel_set[i_bitmap]; in dissect_attr_availability()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-wifi-nan.c1587 for(unsigned i_bitmap = 0; i_bitmap < 16; ++i_bitmap) in dissect_attr_availability() local
1589 if (bitmap & (1u << i_bitmap)) in dissect_attr_availability()
1598 gint channel = channel_set[i_bitmap]; in dissect_attr_availability()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-wifi-nan.c1587 for(unsigned i_bitmap = 0; i_bitmap < 16; ++i_bitmap) in dissect_attr_availability() local
1589 if (bitmap & (1u << i_bitmap)) in dissect_attr_availability()
1598 gint channel = channel_set[i_bitmap]; in dissect_attr_availability()