Searched refs:file_format (Results 1 - 22 of 22) sorted by relevance

/haiku-fatelf/src/tests/kits/media/
H A DmediaDescriptions.cpp44 a.u.misc.file_format = 5;
48 b.u.misc.file_format = 6;
52 b.u.misc.file_format = 4;
55 b.u.misc.file_format = 5;
H A DmediaFormats.cpp128 print_fourcc(description.u.misc.file_format);
/haiku-fatelf/src/add-ons/media/plugins/musepack/
H A DMusePack.cpp31 description.u.misc.file_format = 'mpc ';
H A DMusePackReader.cpp86 description.u.misc.file_format = 'mpc ';
/haiku-fatelf/src/add-ons/media/media-add-ons/dvb/
H A DMediaFormat.cpp61 desc.u.misc.file_format = 'ffmp';
116 desc.u.misc.file_format = 'ffmp';
150 desc.u.misc.file_format = 'ffmp';
/haiku-fatelf/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundDevice.cpp203 desc[0].u.misc.file_format = '.snd';
218 desc[0].u.misc.file_format = '.snd';
249 desc[0].u.misc.file_format = 'OSS4';
255 desc[0].u.misc.file_format = 'OSS4';
261 desc[0].u.misc.file_format = 'OSS4';
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-dump.c226 dump_memory_to_file (char *cmd, char *mode, char *file_format) argument
264 if (file_format == NULL || strcmp (file_format, "binary") == 0)
270 dump_bfd_file (filename, mode, file_format, lo, buf, count);
283 dump_value_to_file (char *cmd, char *mode, char *file_format) argument
300 if (file_format == NULL || strcmp (file_format, "binary") == 0)
319 dump_bfd_file (filename, mode, file_format, vaddr,
/haiku-fatelf/src/kits/media/
H A DMediaFormats.cpp213 return a.u.misc.file_format == b.u.misc.file_format
248 if (a.u.misc.file_format == b.u.misc.file_format)
250 return a.u.misc.file_format < b.u.misc.file_format;
477 description.family, description.u.misc.file_format,
H A DMediaDefs.cpp1204 *mff = reply.file_format;
/haiku-fatelf/src/add-ons/media/plugins/ffmpeg/
H A DCodecTable.cpp149 description.u.misc.file_format = 'ffmp';
H A DAVCodecDecoder.cpp182 if (description.u.misc.file_format != 'ffmp')
H A DAVFormatReader.cpp1000 description.u.misc.file_format = 'ffmp';
1007 description.u.misc.file_format = 'ffmp';
/haiku-fatelf/src/add-ons/media/plugins/matroska/
H A Dmatroska_codecs.cpp69 description.u.misc.file_format = 'OggS';
153 description.u.misc.file_format = (uint32)(misc_codec >> 32);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dvms-misc.c264 On the first call (file_format == FF_UNKNOWN) we check if
302 PRIV (file_format) = FF_VAX;
315 switch (PRIV (file_format))
358 if (PRIV (file_format) == FF_UNKNOWN)
363 PRIV (file_format) = FF_FOREIGN; /* Y: foreign environment */
368 PRIV (file_format) = FF_NATIVE; /* N: native environment */
H A Dvms.h578 enum file_format_enum file_format; member in struct:vms_private_data_struct
H A Dvms.c297 PRIV (file_format) = FF_UNKNOWN;
/haiku-fatelf/headers/os/media/
H A DMediaFormats.h173 uint32 file_format; member in struct:__anon479
/haiku-fatelf/src/servers/media/
H A DFormatManager.cpp109 "codec id 0x%lx", desc.u.misc.file_format, desc.u.misc.codec);
H A Dmedia_server.cpp933 status_t status = gAddOnManager->GetFileFormat(&reply.file_format,
/haiku-fatelf/src/add-ons/media/plugins/au_reader/
H A Dau_reader.cpp253 description.u.misc.file_format = 'au';
/haiku-fatelf/src/apps/soundrecorder/
H A DRecorderWindow.cpp1132 media_file_format file_format;
1133 if (fPlayFile->GetFileFormatInfo(&file_format) == B_OK)
1134 format << file_format.short_name;
/haiku-fatelf/headers/private/media/
H A DServerInterface.h645 media_file_format file_format; member in struct:server_get_file_format_reply

Completed in 158 milliseconds