• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/FLAC/

Lines Matching refs:point

386 /** Initialize the iterator to point to the first metadata block in the
676 * - Initialize the iterator to point to the first element in the chain
1100 /** Initialize the iterator to point to the first metadata block in the
1398 * \param point The point to set.
1404 FLAC_API void FLAC__metadata_object_seektable_set_point(FLAC__StreamMetadata *object, unsigned point_num, FLAC__StreamMetadata_SeekPoint point);
1410 * \param point The point to set.
1418 FLAC_API FLAC__bool FLAC__metadata_object_seektable_insert_point(FLAC__StreamMetadata *object, unsigned point_num, FLAC__StreamMetadata_SeekPoint point);
1463 /** Append a specific seek point template to the end of a seek table.
1471 * \param sample_number The sample number of the seek point template.
1480 /** Append specific seek point templates to the end of a seek table.
1489 * \param num The number of seek point templates to append.
1498 /** Append a set of evenly-spaced seek point templates to the end of a
1520 /** Append a set of evenly-spaced seek point templates to the end of a
1530 * points. The first point will be at sample \c 0, the
1739 * On return, the filled-in \a entry->entry pointer will point to malloc()ed
1744 * \c entry pointer should not point to allocated
1870 /** Resize a track's index point array.
1890 /** Insert an index point in a CUESHEET track at the given index.
1896 * insert the index point. NOTE: this is not necessarily
1897 * the same as the index point's \a number field. The
1899 * position. To append an index point to the end, set
1902 * \param index The index point to insert.
1913 /** Insert a blank index point in a CUESHEET track at the given index.
1915 * A blank index point is one in which all field values are zero.
1921 * insert the index point. NOTE: this is not necessarily
1922 * the same as the index point's \a number field. The
1924 * position. To append an index point to the end, set
1937 /** Delete an index point in a CUESHEET track at the given index.
2063 * free the returned string; it will always point to static
2165 * free the returned string; it will always point to static