Searched refs:flac_bits_per_sample (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/plugin_xmms/
H A Dfileinfo.c46 static GtkWidget *flac_samplerate, *flac_channels, *flac_bits_per_sample, *flac_blocksize, *flac_filesize, *flac_samples, *flac_bitrate; variable
205 gtk_label_set_text(GTK_LABEL(flac_bits_per_sample), "");
217 label_set_text(flac_bits_per_sample, _("Bits/Sample: %d"), streaminfo.data.stream_info.bits_per_sample);
421 flac_bits_per_sample = gtk_label_new("");
422 gtk_misc_set_alignment(GTK_MISC(flac_bits_per_sample), 0, 0);
423 gtk_label_set_justify(GTK_LABEL(flac_bits_per_sample), GTK_JUSTIFY_LEFT);
424 gtk_box_pack_start(GTK_BOX(flac_box), flac_bits_per_sample, FALSE, FALSE, 0); local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/plugin_xmms/
H A Dfileinfo.c46 static GtkWidget *flac_samplerate, *flac_channels, *flac_bits_per_sample, *flac_blocksize, *flac_filesize, *flac_samples, *flac_bitrate; variable
205 gtk_label_set_text(GTK_LABEL(flac_bits_per_sample), "");
217 label_set_text(flac_bits_per_sample, _("Bits/Sample: %d"), streaminfo.data.stream_info.bits_per_sample);
421 flac_bits_per_sample = gtk_label_new("");
422 gtk_misc_set_alignment(GTK_MISC(flac_bits_per_sample), 0, 0);
423 gtk_label_set_justify(GTK_LABEL(flac_bits_per_sample), GTK_JUSTIFY_LEFT);
424 gtk_box_pack_start(GTK_BOX(flac_box), flac_bits_per_sample, FALSE, FALSE, 0); local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/plugin_xmms/
H A Dfileinfo.c46 static GtkWidget *flac_samplerate, *flac_channels, *flac_bits_per_sample, *flac_blocksize, *flac_filesize, *flac_samples, *flac_bitrate; variable
205 gtk_label_set_text(GTK_LABEL(flac_bits_per_sample), "");
217 label_set_text(flac_bits_per_sample, _("Bits/Sample: %d"), streaminfo.data.stream_info.bits_per_sample);
421 flac_bits_per_sample = gtk_label_new("");
422 gtk_misc_set_alignment(GTK_MISC(flac_bits_per_sample), 0, 0);
423 gtk_label_set_justify(GTK_LABEL(flac_bits_per_sample), GTK_JUSTIFY_LEFT);
424 gtk_box_pack_start(GTK_BOX(flac_box), flac_bits_per_sample, FALSE, FALSE, 0); local

Completed in 172 milliseconds