Home
last modified time | relevance | path

Searched refs:error_protection (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/multimedia/mjpegtools/mjpegtools-2.1.0/aenc/
H A Dmusicin.c186 info->error_protection = 0;
249 info->error_protection = 1;
407 info->error_protection);
478 int model, stereo, error_protection; local
517 error_protection = info.error_protection;
587 if (error_protection) I_CRC_calc(&fr_ps, bit_alloc, &crc);
591 if (error_protection) encode_CRC(crc, &bs);
631 if (error_protection)
636 if (error_protection) encode_CRC(crc, &bs);
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/twolame/libtwolame/
H A Dget_set.c200 int twolame_set_error_protection(twolame_options * glopts, int error_protection) in twolame_set_error_protection() argument
202 if (error_protection) in twolame_set_error_protection()
203 glopts->error_protection = TRUE; in twolame_set_error_protection()
205 error_protection = FALSE; in twolame_set_error_protection()
211 return (glopts->error_protection); in twolame_get_error_protection()
/dports/audio/twolame/twolame-0.4.0/libtwolame/
H A Dget_set.c198 int twolame_set_error_protection(twolame_options * glopts, int error_protection) in twolame_set_error_protection() argument
200 if (error_protection) in twolame_set_error_protection()
201 glopts->error_protection = TRUE; in twolame_set_error_protection()
203 glopts->error_protection = FALSE; in twolame_set_error_protection()
209 return (glopts->error_protection); in twolame_get_error_protection()
/dports/audio/sdl_sound/SDL_sound-1.0.3/decoders/mpglib/
H A Dmpglib_common.c80 fr->error_protection = ((newhead>>16)&0x1)^0x1; in decode_header()
139 if(fr->error_protection) in decode_header()
164 fr->original?"Yes":"No",fr->error_protection?"Yes":"No",
/dports/multimedia/ogmtools/ogmtools-1.5/
H A Dmp3_common.c75 h->error_protection = ((header >> 16) & 1) ^ 1; in decode_mp3_header()
81 if (h->error_protection) in decode_mp3_header()
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/ext/twolame/
H A Dgsttwolamemp2enc.c99 gboolean error_protection; member
283 gst_two_lame_default_settings.error_protection, in gst_two_lame_class_init()
430 twolame->error_protection = gst_two_lame_default_settings.error_protection; in gst_two_lame_init()
524 twolame->error_protection = g_value_get_boolean (value); in gst_two_lame_set_property()
582 g_value_set_boolean (value, twolame->error_protection); in gst_two_lame_get_property()
793 twolame->error_protection)); in gst_two_lame_setup()
849 gst_two_lame_default_settings.error_protection = in gst_two_lame_get_default_settings()
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/ext/twolame/
H A Dgsttwolamemp2enc.c99 gboolean error_protection; member
283 gst_two_lame_default_settings.error_protection, in gst_two_lame_class_init()
430 twolame->error_protection = gst_two_lame_default_settings.error_protection; in gst_two_lame_init()
524 twolame->error_protection = g_value_get_boolean (value); in gst_two_lame_set_property()
582 g_value_set_boolean (value, twolame->error_protection); in gst_two_lame_get_property()
793 twolame->error_protection)); in gst_two_lame_setup()
849 gst_two_lame_default_settings.error_protection = in gst_two_lame_get_default_settings()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/ext/twolame/
H A Dgsttwolamemp2enc.c99 gboolean error_protection; member
283 gst_two_lame_default_settings.error_protection, in gst_two_lame_class_init()
430 twolame->error_protection = gst_two_lame_default_settings.error_protection; in gst_two_lame_init()
524 twolame->error_protection = g_value_get_boolean (value); in gst_two_lame_set_property()
582 g_value_set_boolean (value, twolame->error_protection); in gst_two_lame_get_property()
793 twolame->error_protection)); in gst_two_lame_setup()
849 gst_two_lame_default_settings.error_protection = in gst_two_lame_get_default_settings()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/ext/twolame/
H A Dgsttwolamemp2enc.c99 gboolean error_protection; member
283 gst_two_lame_default_settings.error_protection, in gst_two_lame_class_init()
430 twolame->error_protection = gst_two_lame_default_settings.error_protection; in gst_two_lame_init()
524 twolame->error_protection = g_value_get_boolean (value); in gst_two_lame_set_property()
582 g_value_set_boolean (value, twolame->error_protection); in gst_two_lame_get_property()
793 twolame->error_protection)); in gst_two_lame_setup()
849 gst_two_lame_default_settings.error_protection = in gst_two_lame_get_default_settings()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/ext/twolame/
H A Dgsttwolamemp2enc.c99 gboolean error_protection; member
283 gst_two_lame_default_settings.error_protection, in gst_two_lame_class_init()
430 twolame->error_protection = gst_two_lame_default_settings.error_protection; in gst_two_lame_init()
524 twolame->error_protection = g_value_get_boolean (value); in gst_two_lame_set_property()
582 g_value_set_boolean (value, twolame->error_protection); in gst_two_lame_get_property()
793 twolame->error_protection)); in gst_two_lame_setup()
849 gst_two_lame_default_settings.error_protection = in gst_two_lame_get_default_settings()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/ext/twolame/
H A Dgsttwolamemp2enc.c99 gboolean error_protection; member
283 gst_two_lame_default_settings.error_protection, in gst_two_lame_class_init()
430 twolame->error_protection = gst_two_lame_default_settings.error_protection; in gst_two_lame_init()
524 twolame->error_protection = g_value_get_boolean (value); in gst_two_lame_set_property()
582 g_value_set_boolean (value, twolame->error_protection); in gst_two_lame_get_property()
793 twolame->error_protection)); in gst_two_lame_setup()
849 gst_two_lame_default_settings.error_protection = in gst_two_lame_get_default_settings()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/ext/twolame/
H A Dgsttwolamemp2enc.c99 gboolean error_protection; member
283 gst_two_lame_default_settings.error_protection, in gst_two_lame_class_init()
430 twolame->error_protection = gst_two_lame_default_settings.error_protection; in gst_two_lame_init()
524 twolame->error_protection = g_value_get_boolean (value); in gst_two_lame_set_property()
582 g_value_set_boolean (value, twolame->error_protection); in gst_two_lame_get_property()
793 twolame->error_protection)); in gst_two_lame_setup()
849 gst_two_lame_default_settings.error_protection = in gst_two_lame_get_default_settings()
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/ext/twolame/
H A Dgsttwolamemp2enc.c99 gboolean error_protection; member
283 gst_two_lame_default_settings.error_protection, in gst_two_lame_class_init()
430 twolame->error_protection = gst_two_lame_default_settings.error_protection; in gst_two_lame_init()
524 twolame->error_protection = g_value_get_boolean (value); in gst_two_lame_set_property()
582 g_value_set_boolean (value, twolame->error_protection); in gst_two_lame_get_property()
793 twolame->error_protection)); in gst_two_lame_setup()
849 gst_two_lame_default_settings.error_protection = in gst_two_lame_get_default_settings()
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/ext/twolame/
H A Dgsttwolamemp2enc.c99 gboolean error_protection; member
283 gst_two_lame_default_settings.error_protection, in gst_two_lame_class_init()
430 twolame->error_protection = gst_two_lame_default_settings.error_protection; in gst_two_lame_init()
524 twolame->error_protection = g_value_get_boolean (value); in gst_two_lame_set_property()
582 g_value_set_boolean (value, twolame->error_protection); in gst_two_lame_get_property()
793 twolame->error_protection)); in gst_two_lame_setup()
849 gst_two_lame_default_settings.error_protection = in gst_two_lame_get_default_settings()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/ext/twolame/
H A Dgsttwolamemp2enc.c99 gboolean error_protection; member
283 gst_two_lame_default_settings.error_protection, in gst_two_lame_class_init()
430 twolame->error_protection = gst_two_lame_default_settings.error_protection; in gst_two_lame_init()
524 twolame->error_protection = g_value_get_boolean (value); in gst_two_lame_set_property()
582 g_value_set_boolean (value, twolame->error_protection); in gst_two_lame_get_property()
793 twolame->error_protection)); in gst_two_lame_setup()
849 gst_two_lame_default_settings.error_protection = in gst_two_lame_get_default_settings()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/ext/twolame/
H A Dgsttwolamemp2enc.c99 gboolean error_protection; member
283 gst_two_lame_default_settings.error_protection, in gst_two_lame_class_init()
430 twolame->error_protection = gst_two_lame_default_settings.error_protection; in gst_two_lame_init()
524 twolame->error_protection = g_value_get_boolean (value); in gst_two_lame_set_property()
582 g_value_set_boolean (value, twolame->error_protection); in gst_two_lame_get_property()
793 twolame->error_protection)); in gst_two_lame_setup()
849 gst_two_lame_default_settings.error_protection = in gst_two_lame_get_default_settings()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/ext/twolame/
H A Dgsttwolamemp2enc.c99 gboolean error_protection; member
283 gst_two_lame_default_settings.error_protection, in gst_two_lame_class_init()
430 twolame->error_protection = gst_two_lame_default_settings.error_protection; in gst_two_lame_init()
524 twolame->error_protection = g_value_get_boolean (value); in gst_two_lame_set_property()
582 g_value_set_boolean (value, twolame->error_protection); in gst_two_lame_get_property()
793 twolame->error_protection)); in gst_two_lame_setup()
849 gst_two_lame_default_settings.error_protection = in gst_two_lame_get_default_settings()
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/ext/twolame/
H A Dgsttwolamemp2enc.c99 gboolean error_protection; member
283 gst_two_lame_default_settings.error_protection, in gst_two_lame_class_init()
430 twolame->error_protection = gst_two_lame_default_settings.error_protection; in gst_two_lame_init()
524 twolame->error_protection = g_value_get_boolean (value); in gst_two_lame_set_property()
582 g_value_set_boolean (value, twolame->error_protection); in gst_two_lame_get_property()
793 twolame->error_protection)); in gst_two_lame_setup()
849 gst_two_lame_default_settings.error_protection = in gst_two_lame_get_default_settings()
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/ext/twolame/
H A Dgsttwolamemp2enc.c99 gboolean error_protection; member
283 gst_two_lame_default_settings.error_protection, in gst_two_lame_class_init()
430 twolame->error_protection = gst_two_lame_default_settings.error_protection; in gst_two_lame_init()
524 twolame->error_protection = g_value_get_boolean (value); in gst_two_lame_set_property()
582 g_value_set_boolean (value, twolame->error_protection); in gst_two_lame_get_property()
793 twolame->error_protection)); in gst_two_lame_setup()
849 gst_two_lame_default_settings.error_protection = in gst_two_lame_get_default_settings()
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/ext/twolame/
H A Dgsttwolamemp2enc.c99 gboolean error_protection; member
283 gst_two_lame_default_settings.error_protection, in gst_two_lame_class_init()
430 twolame->error_protection = gst_two_lame_default_settings.error_protection; in gst_two_lame_init()
524 twolame->error_protection = g_value_get_boolean (value); in gst_two_lame_set_property()
582 g_value_set_boolean (value, twolame->error_protection); in gst_two_lame_get_property()
793 twolame->error_protection)); in gst_two_lame_setup()
849 gst_two_lame_default_settings.error_protection = in gst_two_lame_get_default_settings()
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/ext/twolame/
H A Dgsttwolamemp2enc.c99 gboolean error_protection; member
283 gst_two_lame_default_settings.error_protection, in gst_two_lame_class_init()
430 twolame->error_protection = gst_two_lame_default_settings.error_protection; in gst_two_lame_init()
524 twolame->error_protection = g_value_get_boolean (value); in gst_two_lame_set_property()
582 g_value_set_boolean (value, twolame->error_protection); in gst_two_lame_get_property()
793 twolame->error_protection)); in gst_two_lame_setup()
849 gst_two_lame_default_settings.error_protection = in gst_two_lame_get_default_settings()
/dports/x11-toolkits/gstreamer1-plugins-gtk4/gst-plugins-good-1.16.2/ext/twolame/
H A Dgsttwolamemp2enc.c99 gboolean error_protection; member
283 gst_two_lame_default_settings.error_protection, in gst_two_lame_class_init()
430 twolame->error_protection = gst_two_lame_default_settings.error_protection; in gst_two_lame_init()
524 twolame->error_protection = g_value_get_boolean (value); in gst_two_lame_set_property()
582 g_value_set_boolean (value, twolame->error_protection); in gst_two_lame_get_property()
793 twolame->error_protection)); in gst_two_lame_setup()
849 gst_two_lame_default_settings.error_protection = in gst_two_lame_get_default_settings()
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/ext/twolame/
H A Dgsttwolamemp2enc.c99 gboolean error_protection; member
283 gst_two_lame_default_settings.error_protection, in gst_two_lame_class_init()
430 twolame->error_protection = gst_two_lame_default_settings.error_protection; in gst_two_lame_init()
524 twolame->error_protection = g_value_get_boolean (value); in gst_two_lame_set_property()
582 g_value_set_boolean (value, twolame->error_protection); in gst_two_lame_get_property()
793 twolame->error_protection)); in gst_two_lame_setup()
849 gst_two_lame_default_settings.error_protection = in gst_two_lame_get_default_settings()
/dports/graphics/gstreamer1-plugins-libcaca/gst-plugins-good-1.16.2/ext/twolame/
H A Dgsttwolamemp2enc.c99 gboolean error_protection; member
283 gst_two_lame_default_settings.error_protection, in gst_two_lame_class_init()
430 twolame->error_protection = gst_two_lame_default_settings.error_protection; in gst_two_lame_init()
524 twolame->error_protection = g_value_get_boolean (value); in gst_two_lame_set_property()
582 g_value_set_boolean (value, twolame->error_protection); in gst_two_lame_get_property()
793 twolame->error_protection)); in gst_two_lame_setup()
849 gst_two_lame_default_settings.error_protection = in gst_two_lame_get_default_settings()
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/ext/twolame/
H A Dgsttwolamemp2enc.c99 gboolean error_protection; member
283 gst_two_lame_default_settings.error_protection, in gst_two_lame_class_init()
430 twolame->error_protection = gst_two_lame_default_settings.error_protection; in gst_two_lame_init()
524 twolame->error_protection = g_value_get_boolean (value); in gst_two_lame_set_property()
582 g_value_set_boolean (value, twolame->error_protection); in gst_two_lame_get_property()
793 twolame->error_protection)); in gst_two_lame_setup()
849 gst_two_lame_default_settings.error_protection = in gst_two_lame_get_default_settings()

123456789