Searched refs:format (Results 1 - 25 of 784) sorted by path

1234567891011>>

/haiku/3rdparty/mmu_man/irc/Haiku/
H A Dconfig.py43 conf.registerChannelValue(Haiku, 'format',
44 registry.String(str(conf.supybot.reply.format.time()), """Determines the
45 format string for timestamps. Refer to the Python documentation for the
/haiku/build/scripts/
H A Dbuild_archive78 tar --format ustar -czf $archive $contents
81 echo "Unhandled archive format in build_archive"
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex42 special file system handling, but rather a special file format.
46 In either case the format of the chunk of data that frames the resources
47 themselves is the same. We call it the resources format.
49 Section \ref{file-formats} explains how the resources format is embedded in
50 different file formats. Section \ref{resources-format} discusses the resources
51 format itself. In section \ref{implementations} we focus on robustness of
68 after the magic number identifying the file format:
162 \label{resources-format}
164 This section describes the resources format. After a subsection that outlines
175 even if they differ only in the format o
[all...]
/haiku/docs/develop/media/
H A DMediaExtractorAddOn.h55 // particular media format.
67 // Same as above, but for a media file format
70 // if it finds a matching supported format.
74 // B_MEDIA_NO_HANDLER : This extractor doesn't handle that format
75 virtual status_t SniffInputFormat(const media_file_format & format, float * outQuality);
77 virtual status_t SniffOutputFormat(const media_file_format & format, float * outQuality);
100 // B_MEDIA_NO_HANDLER : This extractor doesn't handle that format
121 // information describing the file format of the stream
129 // B_MEDIA_NO_HANDLER : This extractor doesn't handle this format
139 // B_MEDIA_NO_HANDLER : This extractor doesn't handle this format
[all...]
H A DMediaFileProducer.h121 media_format * format) = 0;
124 media_format * format) = 0;
125 /* If the format isn't good, put a good format into *io_format and return error */
126 /* If format has wildcard, specialize to what you can do (and change). */
127 /* If you can change the format, return OK. */
168 media_format * format,
175 const media_format & format,
/haiku/headers/build/
H A DHaikuBuildCompatibility.h75 __attribute__((format(__printf__, _format_, _args_)))
80 // as binary format. So could probably be removed completely.
212 /* printf()/scanf() format strings for [u]int* types */
259 /* printf() format strings for some standard types */
/haiku/headers/build/private/app/
H A DMessagePrivate.h57 uint32 format; member in struct:BMessage::message_header
/haiku/headers/compatibility/bsd/sys/
H A Dcdefs.h19 #define __printflike(a, b) __attribute__ ((format (__printf__, (a), (b))))
/haiku/headers/libs/udis86/libudis86/
H A Dsyn.h40 __attribute__ ((format (printf, 2, 3)));
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h567 cistpl_format_t format; member in union:cisparse_t
/haiku/headers/os/locale/
H A DDateFormat.h44 const BFormattingConventions& format);
51 const BString& format);
H A DDateTimeFormat.h56 const BString& format) const;
H A DFormattingConventions.h96 const BString& format);
98 const BString& format);
102 const BString& format);
103 void SetExplicitNumericFormat(const BString& format);
105 const BString& format);
H A DTimeFormat.h28 const BString& format);
/haiku/headers/os/media/
H A DBufferConsumer.h33 int32* format, int32* size, void* data);
80 media_format* format) = 0;
101 const media_format& format) = 0;
H A DBufferProducer.h37 static status_t ClipDataToRegion(int32 format, int32 size,
55 int32 quality, media_format* format) = 0;
59 // If the format isn't good, put a good format into ioFormat and
61 // If format has wildcard, specialize to what you can do (and change).
62 // If you can change the format, return OK.
104 media_format* format,
110 const media_format& format,
148 // Check in advance if a target is prepared to accept a format. You may
150 status_t ProposeFormatChange(media_format* format,
[all...]
H A DMediaFormats.h28 format.
101 media_format* format, uint32 flags = 0);
116 int32 format; member in struct:__anon471
213 B_EXCLUSIVE = 0x1, // Fail if this format has already been
220 B_SET_DEFAULT = 0x4 // Set the first format to be the default for
221 // the format family (when registering more
234 status_t GetCodeFor(const media_format& format,
H A DMediaRecorder.h30 size_t size, const media_format& format);
49 const media_format& format);
55 virtual status_t Connect(const media_format& format);
58 const media_format& format);
62 const media_format* format = NULL);
86 const media_format& format);
H A DMediaTrack.h72 // "native" encoded format.
76 // DecodedFormat is used to negotiate the format that the codec will
77 // use when decoding the track's data. You pass in the format that
79 // format. (inout_format is used as both the input and the returned
80 // format.) The format is typically of the B_MEDIA_RAW_AUDIO or
82 // The data returned through ReadFrames() will be in the format that's
148 // in its native encoded format (as specified by EncodedFormat()).
228 int32 streamIndex, media_format* format,
H A DSound.h23 const media_raw_audio_format& format,
43 BSound(const media_raw_audio_format& format);
52 const media_raw_audio_format& format);
H A DSoundFile.h47 virtual int32 SetFileFormat(int32 format);
52 virtual int32 SetSampleFormat(int32 format);
H A DSoundPlayer.h41 const media_raw_audio_format& format);
52 const media_raw_audio_format* format,
61 format = NULL,
79 const media_raw_audio_format& format));
133 const media_raw_audio_format& format);
146 const media_multi_audio_format* format,
158 const media_raw_audio_format& format);
H A DTimeCode.h34 char format[32]; // For sprintf(fmt, h, m, s, f) member in struct:timecode_info
/haiku/headers/os/package/hpkg/
H A DErrorOutput.h23 virtual void PrintErrorVarArgs(const char* format,
25 void PrintError(const char* format, ...);
H A DNoErrorOutput.h19 virtual void PrintErrorVarArgs(const char* format,

Completed in 141 milliseconds

1234567891011>>