Searched refs:formats (Results 26 - 38 of 38) sorted by relevance

12

/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.h129 uint32 formatType, const translation_format* formats,
/haiku/src/kits/translation/
H A DTranslatorRosterPrivate.h89 const translation_format* formats,
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp795 translation_format* formats; local
799 (const translation_format**)&formats, &count);
805 if (formats[ix].type == type) {
806 mime = formats[ix].MIME;
/haiku/src/apps/showimage/
H A DShowImageView.cpp820 const translation_format* formats; local
822 roster->GetOutputFormats(info[i].translator, &formats, &count);
824 if (fMimeType == formats[j].MIME)
826 else if (strcmp(formats[j].MIME, "image/x-be-bitmap") != 0) {
829 msg->AddString("be:types", formats[j].MIME);
831 msg->AddString("be:filetypes", formats[j].MIME);
832 msg->AddString("be:type_descriptions", formats[j].name);
909 const translation_format* formats; local
911 roster->GetOutputFormats(outInfo[i].translator, &formats,
914 if (strcmp(formats[
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DStream.cpp142 Stream::SetFormat(_multi_format& format, uint32 formats, uint32 rates) argument
147 if ((format.rate & rates) == 0 || (format.format & formats) == 0) {
/haiku/src/add-ons/media/media-add-ons/reader/
H A DMediaReader.cpp736 media_format * formats = new media_format[outInfo->out_format_count]; local
737 GetFormat(&formats[0]);
738 outInfo->out_formats = formats;
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex43 On the one hand there are formats of files that exclusively contain resources
44 (resource files), on the other hand these are file formats extended to
45 additionally contain resources -- namely the ELF and PEF object formats.
49 Section \ref{file-formats} explains how the resources format is embedded in
50 different file formats. Section \ref{resources-format} discusses the resources
59 \label{file-formats}
61 In all file formats described in this section the resources are being located
174 As there is in fact no good reason to have different resource file formats,
176 \ref{file-formats}), it may be decided to use the x86 resource file format
/haiku/src/add-ons/media/plugins/raw_decoder/
H A DRawDecoderPlugin.cpp535 RawDecoderPlugin::GetSupportedFormats(media_format ** formats, size_t * count) argument
564 *formats = raw_formats;
/haiku/src/tests/servers/app/drawing_modes/
H A DDrawingModes.cpp382 const translation_format* formats; local
384 roster->GetOutputFormats(outId[i], &formats, &formatCount);
386 if(strcmp(formats[j].MIME, "image/png") == 0) {
387 pngFormat = formats[j];
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Ddriver.h236 uint32 formats; member in struct:hda_widget::__anon65::__anon66
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp169 } formats[] = { local
178 for (unsigned int i = 0; i < B_COUNT_OF(formats); ++i) {
179 if (formatter.Format(date, timeValue, formats[i].dateStyle,
180 formats[i].timeStyle) == B_OK) {
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp1037 // We cannot describe all raw-audio formats, some are unsupported.
1081 BMediaFormats formats; local
1082 status_t status = formats.GetFormatFor(description, format);
1084 TRACE(" formats.GetFormatFor() error: %s\n", strerror(status));
/haiku/src/kits/media/
H A DMediaRoster.cpp2994 media_file_format* formats; local
2998 area_id area = create_area("formats area", (void**)&formats,
3013 memcpy(_formats, formats, sizeof(media_file_format)*reply.filled_slots);

Completed in 154 milliseconds

12