Lines Matching defs:format

66 			snprintf(string, length, "any format");
69 snprintf(string, length, "BeOS format, format id 0x%lx",
70 desc.u.beos.format);
73 snprintf(string, length, "Quicktime format, vendor id 0x%lx, "
78 snprintf(string, length, "AVI format, codec id 0x%lx",
82 snprintf(string, length, "ASF format, GUID %02x %02x %02x %02x "
94 snprintf(string, length, "MPEG format, id 0x%lx", desc.u.mpeg.id);
97 snprintf(string, length, "WAV format, codec id 0x%lx",
101 snprintf(string, length, "AIFF format, codec id 0x%lx",
105 snprintf(string, length, "AVR format, id 0x%lx", desc.u.avr.id);
108 snprintf(string, length, "misc format, file-format id 0x%lx, "
112 snprintf(string, length, "unknown format");
125 fLock("format manager"),
160 made to our format list.
182 meta_format* format = fList.ItemAt(i);
183 reply.AddData("formats", MEDIA_META_FORMAT_TYPE, format,
191 int32 descriptionCount, media_format& format, uint32 flags, void* _reserved)
196 switch (format.type) {
202 if (format.u.encoded_audio.encoding == 0) {
203 format.u.encoded_audio.encoding
208 // TODO: Check the encoding and the format passed in for
214 if (format.u.encoded_video.encoding == 0) {
215 format.u.encoded_video.encoding
220 // TODO: Check the encoding and the format passed in for
226 if (format.u.multistream.format == 0) {
227 format.u.multistream.format = fNextCodecID++;
230 // TODO: Check the encoding and the format passed in for
245 descriptions[i], format, codec);
259 FormatManager::RemoveFormat(const media_format& format)
266 if (metaFormat->format == format) {
268 printf("FormatManager::RemoveFormat() - format already "
278 printf("FormatManager::RemoveFormat() - format not found!\n");