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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dencode.h69 char *requested_seek_points; member in struct:__anon834
H A Dmain.c266 char requested_seek_points[5000]; /* bad MAGIC NUMBER but buffer overflow is checked */ member in struct:__anon843
589 option_values.requested_seek_points[0] = '\0';
832 option_values.requested_seek_points[0] = '\0';
968 option_values.requested_seek_points[0] = '\0';
974 if(strlen(option_values.requested_seek_points)+strlen(option_argument)+2 >= sizeof(option_values.requested_seek_points)) {
978 strcat(option_values.requested_seek_points, option_argument);
979 strcat(option_values.requested_seek_points, ";");
1821 common_options.requested_seek_points = option_values.requested_seek_points;
[all...]
H A Dencode.c132 static FLAC__bool convert_to_seek_table_template(const char *requested_seek_points, int num_requested_seek_points, FLAC__StreamMetadata *cuesheet, EncoderSession *e);
1830 if(!convert_to_seek_table_template(options.requested_seek_points, options.num_requested_seek_points, options.cued_seekpoints? static_metadata.cuesheet : 0, e)) {
2231 FLAC__bool convert_to_seek_table_template(const char *requested_seek_points, int num_requested_seek_points, FLAC__StreamMetadata *cuesheet, EncoderSession *e) argument
2243 requested_seek_points = "230x;";
2246 requested_seek_points = "10s;";
2251 if(!grabbag__seektable_convert_specification_to_template(requested_seek_points, only_placeholders, e->total_samples_to_encode, e->sample_rate, e->seek_table_template, &has_real_points))

Completed in 70 milliseconds