Home
last modified time | relevance | path

Searched refs:asf_guid_stream_type_audio (Results 1 – 3 of 3) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/asf/
H A Dasf_writer.c131 static const GUID_T asf_guid_stream_type_audio = {0xF8699E40, 0x5B4D, 0x11CF, {0xA8, 0xFD, 0x00, 0x… variable
350 p_guid = &asf_guid_stream_type_audio; in asf_write_object_stream_properties()
H A Dasf_reader.c259 static const GUID_T asf_guid_stream_type_audio = {0xF8699E40, 0x5B4D, 0x11CF, {0xA8, 0xFD, 0x00, 0x… variable
659 else if(!memcmp(&stream_type, &asf_guid_stream_type_audio, sizeof(GUID_T))) in asf_read_object_stream_properties()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wma/
H A Dasfheader.c239 static const guid_t asf_guid_stream_type_audio = variable
510 if (!asf_guid_match(&guid, &asf_guid_stream_type_audio)) { in asf_parse_header()