Searched refs:file_format (Results 1 - 14 of 14) sorted by path

/haiku/headers/os/media/
H A DMediaFormats.h173 uint32 file_format; member in struct:__anon479
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DMediaFormat.cpp75 desc.u.misc.file_format = 'ffmp';
130 desc.u.misc.file_format = 'ffmp';
164 desc.u.misc.file_format = 'ffmp';
/haiku/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/src/apps/soundrecorder/
H A DRecorderWindow.cpp1101 media_file_format file_format;
1102 if (fPlayFile->GetFileFormatInfo(&file_format) == B_OK)
1103 format << file_format.short_name;
/haiku/src/kits/media/
H A DFormatManager.cpp109 "codec id 0x%lx", desc.u.misc.file_format, desc.u.misc.codec);
H A DMediaFormats.cpp223 return a.u.misc.file_format == b.u.misc.file_format
258 if (a.u.misc.file_format == b.u.misc.file_format)
260 return a.u.misc.file_format < b.u.misc.file_format;
482 description.family, description.u.misc.file_format,
/haiku/src/tests/kits/media/
H A DFormatDescriptions.cpp58 a.u.misc.file_format = 5;
62 b.u.misc.file_format = 6;
66 b.u.misc.file_format = 4;
70 b.u.misc.file_format = 5;
H A DmediaFormats.cpp128 print_fourcc(description.u.misc.file_format);
/haiku/src/tests/kits/media/mpeg2_decoder_test/
H A Dmpeg2_decoder_test.cpp174 desc.u.misc.file_format = 'ffmp';
/haiku/src/add-ons/media/plugins/au_reader/
H A Dau_reader.cpp253 description.u.misc.file_format = 'au';
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.cpp208 if (description.u.misc.file_format != 'ffmp')
H A DAVFormatReader.cpp1020 description.u.misc.file_format = 'ffmp';
1027 description.u.misc.file_format = 'ffmp';
H A DCodecTable.cpp65 description.u.misc.file_format = 'ffmp';
/haiku/src/tests/kits/media/mp3_decoder_test/
H A Dmp3_decoder_test.cpp211 desc.u.misc.file_format = 'ffmp';

Completed in 208 milliseconds