• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/

Lines Matching refs:FLAC__byte

282 		const FLAC__byte *StreamInfo::get_md5sum() const
348 void StreamInfo::set_md5sum(const FLAC__byte value[16])
385 const FLAC__byte *Application::get_id() const
391 const FLAC__byte *Application::get_data() const
397 void Application::set_id(const FLAC__byte value[4])
404 bool Application::set_data(const FLAC__byte *data, unsigned length)
407 return (bool)::FLAC__metadata_object_application_set_data(object_, (FLAC__byte*)data, length, true);
410 bool Application::set_data(FLAC__byte *data, unsigned length, bool copy)
574 if(!::FLAC__format_vorbiscomment_entry_is_legal((const ::FLAC__byte*)field, field_length))
579 if(0 == (entry_.entry = (FLAC__byte*)safe_malloc_add_2op_(field_length, /*+*/1))) {
623 if(!::FLAC__format_vorbiscomment_entry_value_is_legal((const FLAC__byte*)field_value, field_value_length))
718 if(0 == (entry_.entry = (FLAC__byte*)safe_malloc_add_4op_(field_name_length_, /*+*/1, /*+*/field_value_length_, /*+*/1))) {
789 const FLAC__byte *VorbisComment::get_vendor_string() const
802 bool VorbisComment::set_vendor_string(const FLAC__byte *string)
806 const ::FLAC__StreamMetadata_VorbisComment_Entry vendor_string = { strlen((const char *)string), (FLAC__byte*)string }; // we can cheat on const-ness because we make a copy below:
1048 const FLAC__byte *Picture::get_description() const
1084 const FLAC__byte *Picture::get_data() const
1103 bool Picture::set_description(const FLAC__byte *string)
1107 return (bool)::FLAC__metadata_object_picture_set_description(object_, const_cast<FLAC__byte*>(string), /*copy=*/true);
1134 bool Picture::set_data(const FLAC__byte *data, FLAC__uint32 data_length)
1138 return (bool)::FLAC__metadata_object_picture_set_data(object_, const_cast<FLAC__byte*>(data), data_length, /*copy=*/true);
1153 const FLAC__byte *Unknown::get_data() const
1159 bool Unknown::set_data(const FLAC__byte *data, unsigned length)
1162 return (bool)::FLAC__metadata_object_application_set_data(object_, (FLAC__byte*)data, length, true);
1165 bool Unknown::set_data(FLAC__byte *data, unsigned length, bool copy)
1252 FLACPP_API bool get_picture(const char *filename, Picture *&picture, ::FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors)
1268 FLACPP_API bool get_picture(const char *filename, Picture &picture, ::FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors)
1369 bool SimpleIterator::get_application_id(FLAC__byte *id)