Home
last modified time | relevance | path

Searched refs:b_props (Results 1 – 25 of 80) sorted by relevance

1234

/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/core/
H A Dtransition_mix.c130 mlt_properties b_props = MLT_FRAME_PROPERTIES( frame_b ); in transition_get_audio() local
162 silent = mlt_properties_get_int( b_props, "silent_audio" ); in transition_get_audio()
163 mlt_properties_set_int( b_props, "silent_audio", 0 ); in transition_get_audio()
241 if ( mlt_properties_get( b_props, "audio.previous_mix" ) ) in transition_get_audio()
243 if ( mlt_properties_get( b_props, "audio.mix" ) ) in transition_get_audio()
245 if ( mlt_properties_get_int( b_props, "audio.reverse" ) ) in transition_get_audio()
264 if ( mlt_properties_get( b_props, "audio.mix" ) ) in transition_get_audio()
266 if ( mlt_properties_get_int( b_props, "audio.reverse" ) ) in transition_get_audio()
280 if ( mlt_properties_get_int( b_props, "_speed" ) == 0 ) in transition_get_audio()
326 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in transition_process() local
[all …]
H A Dfilter_watermark.c151 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in filter_get_image() local
156 …mlt_properties_set_int( b_props, "consumer_deinterlace", mlt_properties_get_int( a_props, "consume… in filter_get_image()
168 mlt_properties_set_int( b_props, "distort", 1 ); in filter_get_image()
193 mlt_properties_set_int( b_props, "consumer_deinterlace", 1 ); in filter_get_image()
195 mlt_properties_set( b_props, "rescale.interp", rescale ); in filter_get_image()
205 mlt_properties_inc_ref( b_props ); in filter_get_image()
H A Dtransition_composite.c631 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in get_b_frame_image() local
640 int real_width = get_value( b_props, "meta.media.width", "width" ); in get_b_frame_image()
650 int real_width = get_value( b_props, "meta.media.width", "width" ); in get_b_frame_image()
734 mlt_properties_set_int( b_props, "resize_alpha", 255 ); in get_b_frame_image()
756 mlt_properties_set_int( b_props, "resize_alpha", resize_alpha ); in get_b_frame_image()
905 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in transition_get_image() local
934 mlt_properties_set_int( b_props, "consumer_deinterlace", 1 ); in transition_get_image()
968 mlt_properties_set_int( b_props, "dest_width", *width ); in transition_get_image()
969 mlt_properties_set_int( b_props, "dest_height", *height ); in transition_get_image()
980 if ( mlt_properties_get( b_props, "rescale.interp" ) == NULL ) in transition_get_image()
[all …]
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/core/
H A Dtransition_mix.c130 mlt_properties b_props = MLT_FRAME_PROPERTIES( frame_b ); in transition_get_audio() local
162 silent = mlt_properties_get_int( b_props, "silent_audio" ); in transition_get_audio()
163 mlt_properties_set_int( b_props, "silent_audio", 0 ); in transition_get_audio()
241 if ( mlt_properties_get( b_props, "audio.previous_mix" ) ) in transition_get_audio()
243 if ( mlt_properties_get( b_props, "audio.mix" ) ) in transition_get_audio()
245 if ( mlt_properties_get_int( b_props, "audio.reverse" ) ) in transition_get_audio()
264 if ( mlt_properties_get( b_props, "audio.mix" ) ) in transition_get_audio()
266 if ( mlt_properties_get_int( b_props, "audio.reverse" ) ) in transition_get_audio()
280 if ( mlt_properties_get_int( b_props, "_speed" ) == 0 ) in transition_get_audio()
326 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in transition_process() local
[all …]
H A Dtransition_composite.c729 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in get_b_frame_image() local
832 mlt_properties_set_int( b_props, "resize_alpha", 255 ); in get_b_frame_image()
975 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in composite_copy_region() local
1041 mlt_properties_set_int( b_props, "width", w ); in composite_copy_region()
1042 mlt_properties_set_int( b_props, "height", h ); in composite_copy_region()
1043 mlt_properties_set_int( b_props, "format", format ); in composite_copy_region()
1077 mlt_properties_set_int( b_props, "distort", 1 ); in composite_copy_region()
1126 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in transition_get_image() local
1189 mlt_properties_set_int( b_props, "dest_width", *width ); in transition_get_image()
1190 mlt_properties_set_int( b_props, "dest_height", *height ); in transition_get_image()
[all …]
H A Dfilter_watermark.c151 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in filter_get_image() local
156 …mlt_properties_set_int( b_props, "consumer_deinterlace", mlt_properties_get_int( a_props, "consume… in filter_get_image()
168 mlt_properties_set_int( b_props, "distort", 1 ); in filter_get_image()
193 mlt_properties_set_int( b_props, "consumer_deinterlace", 1 ); in filter_get_image()
195 mlt_properties_set( b_props, "rescale.interp", rescale ); in filter_get_image()
204 mlt_properties_inc_ref( b_props ); in filter_get_image()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/core/
H A Dtransition_mix.c130 mlt_properties b_props = MLT_FRAME_PROPERTIES( frame_b ); in transition_get_audio() local
162 silent = mlt_properties_get_int( b_props, "silent_audio" ); in transition_get_audio()
163 mlt_properties_set_int( b_props, "silent_audio", 0 ); in transition_get_audio()
241 if ( mlt_properties_get( b_props, "audio.previous_mix" ) ) in transition_get_audio()
243 if ( mlt_properties_get( b_props, "audio.mix" ) ) in transition_get_audio()
245 if ( mlt_properties_get_int( b_props, "audio.reverse" ) ) in transition_get_audio()
264 if ( mlt_properties_get( b_props, "audio.mix" ) ) in transition_get_audio()
266 if ( mlt_properties_get_int( b_props, "audio.reverse" ) ) in transition_get_audio()
280 if ( mlt_properties_get_int( b_props, "_speed" ) == 0 ) in transition_get_audio()
326 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in transition_process() local
[all …]
H A Dfilter_watermark.c151 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in filter_get_image() local
156 …mlt_properties_set_int( b_props, "consumer_deinterlace", mlt_properties_get_int( a_props, "consume… in filter_get_image()
168 mlt_properties_set_int( b_props, "distort", 1 ); in filter_get_image()
193 mlt_properties_set_int( b_props, "consumer_deinterlace", 1 ); in filter_get_image()
195 mlt_properties_set( b_props, "rescale.interp", rescale ); in filter_get_image()
205 mlt_properties_inc_ref( b_props ); in filter_get_image()
H A Dtransition_composite.c631 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in get_b_frame_image() local
640 int real_width = get_value( b_props, "meta.media.width", "width" ); in get_b_frame_image()
650 int real_width = get_value( b_props, "meta.media.width", "width" ); in get_b_frame_image()
734 mlt_properties_set_int( b_props, "resize_alpha", 255 ); in get_b_frame_image()
756 mlt_properties_set_int( b_props, "resize_alpha", resize_alpha ); in get_b_frame_image()
905 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in transition_get_image() local
934 mlt_properties_set_int( b_props, "consumer_deinterlace", 1 ); in transition_get_image()
968 mlt_properties_set_int( b_props, "dest_width", *width ); in transition_get_image()
969 mlt_properties_set_int( b_props, "dest_height", *height ); in transition_get_image()
980 if ( mlt_properties_get( b_props, "rescale.interp" ) == NULL ) in transition_get_image()
[all …]
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/core/
H A Dtransition_mix.c130 mlt_properties b_props = MLT_FRAME_PROPERTIES( frame_b ); in transition_get_audio() local
162 silent = mlt_properties_get_int( b_props, "silent_audio" ); in transition_get_audio()
163 mlt_properties_set_int( b_props, "silent_audio", 0 ); in transition_get_audio()
241 if ( mlt_properties_get( b_props, "audio.previous_mix" ) ) in transition_get_audio()
243 if ( mlt_properties_get( b_props, "audio.mix" ) ) in transition_get_audio()
245 if ( mlt_properties_get_int( b_props, "audio.reverse" ) ) in transition_get_audio()
264 if ( mlt_properties_get( b_props, "audio.mix" ) ) in transition_get_audio()
266 if ( mlt_properties_get_int( b_props, "audio.reverse" ) ) in transition_get_audio()
280 if ( mlt_properties_get_int( b_props, "_speed" ) == 0 ) in transition_get_audio()
326 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in transition_process() local
[all …]
H A Dtransition_composite.c729 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in get_b_frame_image() local
832 mlt_properties_set_int( b_props, "resize_alpha", 255 ); in get_b_frame_image()
975 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in composite_copy_region() local
1041 mlt_properties_set_int( b_props, "width", w ); in composite_copy_region()
1042 mlt_properties_set_int( b_props, "height", h ); in composite_copy_region()
1043 mlt_properties_set_int( b_props, "format", format ); in composite_copy_region()
1077 mlt_properties_set_int( b_props, "distort", 1 ); in composite_copy_region()
1126 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in transition_get_image() local
1189 mlt_properties_set_int( b_props, "dest_width", *width ); in transition_get_image()
1190 mlt_properties_set_int( b_props, "dest_height", *height ); in transition_get_image()
[all …]
H A Dfilter_watermark.c151 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in filter_get_image() local
156 …mlt_properties_set_int( b_props, "consumer_deinterlace", mlt_properties_get_int( a_props, "consume… in filter_get_image()
168 mlt_properties_set_int( b_props, "distort", 1 ); in filter_get_image()
193 mlt_properties_set_int( b_props, "consumer_deinterlace", 1 ); in filter_get_image()
195 mlt_properties_set( b_props, "rescale.interp", rescale ); in filter_get_image()
204 mlt_properties_inc_ref( b_props ); in filter_get_image()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/core/
H A Dtransition_mix.c130 mlt_properties b_props = MLT_FRAME_PROPERTIES( frame_b ); in transition_get_audio() local
162 silent = mlt_properties_get_int( b_props, "silent_audio" ); in transition_get_audio()
163 mlt_properties_set_int( b_props, "silent_audio", 0 ); in transition_get_audio()
241 if ( mlt_properties_get( b_props, "audio.previous_mix" ) ) in transition_get_audio()
243 if ( mlt_properties_get( b_props, "audio.mix" ) ) in transition_get_audio()
245 if ( mlt_properties_get_int( b_props, "audio.reverse" ) ) in transition_get_audio()
264 if ( mlt_properties_get( b_props, "audio.mix" ) ) in transition_get_audio()
266 if ( mlt_properties_get_int( b_props, "audio.reverse" ) ) in transition_get_audio()
280 if ( mlt_properties_get_int( b_props, "_speed" ) == 0 ) in transition_get_audio()
326 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in transition_process() local
[all …]
H A Dtransition_composite.c729 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in get_b_frame_image() local
832 mlt_properties_set_int( b_props, "resize_alpha", 255 ); in get_b_frame_image()
975 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in composite_copy_region() local
1041 mlt_properties_set_int( b_props, "width", w ); in composite_copy_region()
1042 mlt_properties_set_int( b_props, "height", h ); in composite_copy_region()
1043 mlt_properties_set_int( b_props, "format", format ); in composite_copy_region()
1077 mlt_properties_set_int( b_props, "distort", 1 ); in composite_copy_region()
1126 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in transition_get_image() local
1189 mlt_properties_set_int( b_props, "dest_width", *width ); in transition_get_image()
1190 mlt_properties_set_int( b_props, "dest_height", *height ); in transition_get_image()
[all …]
H A Dfilter_watermark.c151 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in filter_get_image() local
156 …mlt_properties_set_int( b_props, "consumer_deinterlace", mlt_properties_get_int( a_props, "consume… in filter_get_image()
168 mlt_properties_set_int( b_props, "distort", 1 ); in filter_get_image()
193 mlt_properties_set_int( b_props, "consumer_deinterlace", 1 ); in filter_get_image()
195 mlt_properties_set( b_props, "rescale.interp", rescale ); in filter_get_image()
204 mlt_properties_inc_ref( b_props ); in filter_get_image()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/frei0r/
H A Dtransition_frei0r.c41 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in transition_get_image() local
54 mlt_properties_set_int(b_props, "convert_image_width", request_width); in transition_get_image()
55 mlt_properties_set_int(b_props, "convert_image_height", request_height); in transition_get_image()
63 const char *blend_mode = mlt_properties_get(b_props, CAIROBLEND_MODE_PROPERTY); in transition_get_image()
103 *width = mlt_properties_get_int( !invert ? a_props : b_props, "width" ); in transition_get_image()
104 *height = mlt_properties_get_int( !invert ? a_props : b_props, "height" ); in transition_get_image()
105 *image = mlt_properties_get_data( !invert ? a_props : b_props , "image", NULL ); in transition_get_image()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/frei0r/
H A Dtransition_frei0r.c41 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in transition_get_image() local
54 mlt_properties_set_int(b_props, "convert_image_width", request_width); in transition_get_image()
55 mlt_properties_set_int(b_props, "convert_image_height", request_height); in transition_get_image()
63 const char *blend_mode = mlt_properties_get(b_props, CAIROBLEND_MODE_PROPERTY); in transition_get_image()
103 *width = mlt_properties_get_int( !invert ? a_props : b_props, "width" ); in transition_get_image()
104 *height = mlt_properties_get_int( !invert ? a_props : b_props, "height" ); in transition_get_image()
105 *image = mlt_properties_get_data( !invert ? a_props : b_props , "image", NULL ); in transition_get_image()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/frei0r/
H A Dtransition_frei0r.c41 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in transition_get_image() local
54 mlt_properties_set_int(b_props, "convert_image_width", request_width); in transition_get_image()
55 mlt_properties_set_int(b_props, "convert_image_height", request_height); in transition_get_image()
63 const char *blend_mode = mlt_properties_get(b_props, CAIROBLEND_MODE_PROPERTY); in transition_get_image()
103 *width = mlt_properties_get_int( !invert ? a_props : b_props, "width" ); in transition_get_image()
104 *height = mlt_properties_get_int( !invert ? a_props : b_props, "height" ); in transition_get_image()
105 *image = mlt_properties_get_data( !invert ? a_props : b_props , "image", NULL ); in transition_get_image()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/frei0r/
H A Dtransition_frei0r.c41 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in transition_get_image() local
54 mlt_properties_set_int(b_props, "convert_image_width", request_width); in transition_get_image()
55 mlt_properties_set_int(b_props, "convert_image_height", request_height); in transition_get_image()
63 const char *blend_mode = mlt_properties_get(b_props, CAIROBLEND_MODE_PROPERTY); in transition_get_image()
103 *width = mlt_properties_get_int( !invert ? a_props : b_props, "width" ); in transition_get_image()
104 *height = mlt_properties_get_int( !invert ? a_props : b_props, "height" ); in transition_get_image()
105 *image = mlt_properties_get_data( !invert ? a_props : b_props , "image", NULL ); in transition_get_image()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/frei0r/
H A Dtransition_frei0r.c41 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in transition_get_image() local
54 mlt_properties_set_int(b_props, "convert_image_width", request_width); in transition_get_image()
55 mlt_properties_set_int(b_props, "convert_image_height", request_height); in transition_get_image()
63 const char *blend_mode = mlt_properties_get(b_props, CAIROBLEND_MODE_PROPERTY); in transition_get_image()
103 *width = mlt_properties_get_int( !invert ? a_props : b_props, "width" ); in transition_get_image()
104 *height = mlt_properties_get_int( !invert ? a_props : b_props, "height" ); in transition_get_image()
105 *image = mlt_properties_get_data( !invert ? a_props : b_props , "image", NULL ); in transition_get_image()
/dports/deskutils/py-vdirsyncer/vdirsyncer-0.18.0/vdirsyncer/sync/
H A Dstatus.py198 b_props = self.get_new_b(ident) or ItemMetadata()
204 b_props.href,
206 b_props.hash,
208 b_props.etag,
212 def insert_ident_b(self, ident, b_props): argument
216 raise IdentAlreadyExists(old_href=old_props.href, new_href=b_props.href)
223 b_props.href,
225 b_props.hash,
227 b_props.etag,
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/plus/
H A Dtransition_affine.c369 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in transition_get_image() local
374 int b_width = mlt_properties_get_int( b_props, "meta.media.width" ); in transition_get_image()
375 int b_height = mlt_properties_get_int( b_props, "meta.media.height" ); in transition_get_image()
386 mlt_properties props = mlt_properties_get_data( b_props, "_producer", NULL ); in transition_get_image()
488 mlt_properties_set_int( b_props, "distort", 1 ); in transition_get_image()
489 } else if (!mlt_properties_get_int(b_props, "interpolation_not_required") in transition_get_image()
502 mlt_properties_set_int( b_props, "distort", 1 ); in transition_get_image()
507 mlt_properties_set_int( b_props, "rescale_width", b_width ); in transition_get_image()
508 mlt_properties_set_int( b_props, "rescale_height", b_height ); in transition_get_image()
518 mlt_properties_set( b_props, "rescale.interp", "none" ); in transition_get_image()
[all …]
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/plus/
H A Dtransition_affine.c369 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in transition_get_image() local
374 int b_width = mlt_properties_get_int( b_props, "meta.media.width" ); in transition_get_image()
375 int b_height = mlt_properties_get_int( b_props, "meta.media.height" ); in transition_get_image()
386 mlt_properties props = mlt_properties_get_data( b_props, "_producer", NULL ); in transition_get_image()
488 mlt_properties_set_int( b_props, "distort", 1 ); in transition_get_image()
489 } else if (!mlt_properties_get_int(b_props, "interpolation_not_required") in transition_get_image()
502 mlt_properties_set_int( b_props, "distort", 1 ); in transition_get_image()
507 mlt_properties_set_int( b_props, "rescale_width", b_width ); in transition_get_image()
508 mlt_properties_set_int( b_props, "rescale_height", b_height ); in transition_get_image()
518 mlt_properties_set( b_props, "rescale.interp", "none" ); in transition_get_image()
[all …]
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/plus/
H A Dtransition_affine.c446 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in transition_get_image() local
451 int b_width = mlt_properties_get_int( b_props, "meta.media.width" ); in transition_get_image()
452 int b_height = mlt_properties_get_int( b_props, "meta.media.height" ); in transition_get_image()
463 mlt_properties props = mlt_properties_get_data( b_props, "_producer", NULL ); in transition_get_image()
576 mlt_properties_set_int( b_props, "distort", 1 ); in transition_get_image()
577 } else if (!mlt_properties_get_int(b_props, "interpolation_not_required") in transition_get_image()
590 mlt_properties_set_int( b_props, "distort", 1 ); in transition_get_image()
595 mlt_properties_set_int( b_props, "rescale_width", b_width ); in transition_get_image()
596 mlt_properties_set_int( b_props, "rescale_height", b_height ); in transition_get_image()
606 mlt_properties_set( b_props, "rescale.interp", "none" ); in transition_get_image()
[all …]
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/plus/
H A Dtransition_affine.c446 mlt_properties b_props = MLT_FRAME_PROPERTIES( b_frame ); in transition_get_image() local
451 int b_width = mlt_properties_get_int( b_props, "meta.media.width" ); in transition_get_image()
452 int b_height = mlt_properties_get_int( b_props, "meta.media.height" ); in transition_get_image()
463 mlt_properties props = mlt_properties_get_data( b_props, "_producer", NULL ); in transition_get_image()
576 mlt_properties_set_int( b_props, "distort", 1 ); in transition_get_image()
577 } else if (!mlt_properties_get_int(b_props, "interpolation_not_required") in transition_get_image()
590 mlt_properties_set_int( b_props, "distort", 1 ); in transition_get_image()
595 mlt_properties_set_int( b_props, "rescale_width", b_width ); in transition_get_image()
596 mlt_properties_set_int( b_props, "rescale_height", b_height ); in transition_get_image()
606 mlt_properties_set( b_props, "rescale.interp", "none" ); in transition_get_image()
[all …]

1234