• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/

Lines Matching defs:ff_asf_guid

51 typedef uint8_t ff_asf_guid[16];
54 ff_asf_guid guid; ///< generated by client computer
84 extern const ff_asf_guid ff_asf_header;
85 extern const ff_asf_guid ff_asf_file_header;
86 extern const ff_asf_guid ff_asf_stream_header;
87 extern const ff_asf_guid ff_asf_ext_stream_header;
88 extern const ff_asf_guid ff_asf_audio_stream;
89 extern const ff_asf_guid ff_asf_audio_conceal_none;
90 extern const ff_asf_guid ff_asf_audio_conceal_spread;
91 extern const ff_asf_guid ff_asf_video_stream;
92 extern const ff_asf_guid ff_asf_jfif_media;
93 extern const ff_asf_guid ff_asf_video_conceal_none;
94 extern const ff_asf_guid ff_asf_command_stream;
95 extern const ff_asf_guid ff_asf_comment_header;
96 extern const ff_asf_guid ff_asf_codec_comment_header;
97 extern const ff_asf_guid ff_asf_codec_comment1_header;
98 extern const ff_asf_guid ff_asf_data_header;
99 extern const ff_asf_guid ff_asf_head1_guid;
100 extern const ff_asf_guid ff_asf_head2_guid;
101 extern const ff_asf_guid ff_asf_extended_content_header;
102 extern const ff_asf_guid ff_asf_simple_index_header;
103 extern const ff_asf_guid ff_asf_ext_stream_embed_stream_header;
104 extern const ff_asf_guid ff_asf_ext_stream_audio_stream;
105 extern const ff_asf_guid ff_asf_metadata_header;
106 extern const ff_asf_guid ff_asf_marker_header;
107 extern const ff_asf_guid ff_asf_my_guid;
108 extern const ff_asf_guid ff_asf_language_guid;
109 extern const ff_asf_guid ff_asf_content_encryption;
110 extern const ff_asf_guid ff_asf_ext_content_encryption;
111 extern const ff_asf_guid ff_asf_digital_signature;
180 return memcmp(g1, g2, sizeof(ff_asf_guid));
183 void ff_get_guid(AVIOContext *s, ff_asf_guid *g);