Searched refs:Format (Results 76 - 100 of 167) sorted by relevance

1234567

/haiku/src/apps/mediaplayer/supplier/
H A DMediaTrackAudioSupplier.h26 virtual const media_format& Format() const;
/haiku/src/kits/game/
H A DGameSoundBuffer.h46 const gs_audio_format & Format() const;
H A DFileGameSound.cpp208 switch(Format().format) {
251 if (Format().format == gs_audio_format::B_GS_U8)
281 Format().frame_rate, rampTime);
284 Format().frame_rate, rampTime);
347 gs_audio_format dformat = Device()->Format();
/haiku/src/preferences/screen/
H A DAlertWindow.cpp108 format.Format(tmp, fSeconds, B_TIME_UNIT_SECOND);
/haiku/headers/os/media/
H A DMediaRecorder.h69 const media_format& Format() const;
/haiku/src/kits/locale/
H A DDateFormat.cpp82 BDateFormat::Format(char* string, const size_t maxSize, const time_t time, function in class:BDateFormat
103 BDateFormat::Format(BString& string, const time_t time, function in class:BDateFormat
130 BDateFormat::Format(BString& string, const BDate& time, function in class:BDateFormat
171 BDateFormat::Format(BString& string, int*& fieldPositions, int& fieldCount, function in class:BDateFormat
H A DTimeFormat.cpp66 BTimeFormat::Format(char* string, size_t maxSize, time_t time, function in class:BTimeFormat
87 BTimeFormat::Format(BString& string, const time_t time, function in class:BTimeFormat
114 BTimeFormat::Format(BString& string, int*& fieldPositions, int& fieldCount, function in class:BTimeFormat
H A DTimeUnitFormat.cpp114 BTimeUnitFormat::Format(BString& buffer, const int32 value, function in class:BTimeUnitFormat
H A DRelativeDateTimeFormat.cpp121 BRelativeDateTimeFormat::Format(BString& string, function in class:BRelativeDateTimeFormat
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DRegistersView.cpp169 else if (reg->Format() == REGISTER_FORMAT_SIMD) {
321 if (reg->Format() == REGISTER_FORMAT_FLOAT) {
333 if (reg->Format() == REGISTER_FORMAT_INTEGER) {
353 } else if (reg->Format() == REGISTER_FORMAT_SIMD) {
354 BMenu* formatMenu = new(std::nothrow) BMenu("Format");
/haiku/src/apps/icon-o-matic/shape/commands/
H A DFlipPointsCommand.cpp117 format.Format(name, fCount);
H A DFreezeTransformationCommand.cpp124 format.Format(name, fCount);
H A DRemovePathsCommand.cpp124 format.Format(name, fCount);
H A DSplitPointsCommand.cpp160 format.Format(name, fCount);
/haiku/src/apps/icon-o-matic/style/
H A DRemoveStylesCommand.cpp122 format.Format(name, fCount);
/haiku/src/kits/shared/
H A DTextTable.cpp76 BString Format(const BString& text) function in struct:BPrivate::TextTable::Column
253 line << column->Format(column->Title());
270 line << fColumns.ItemAt(columnIndex)->Format(
/haiku/src/apps/cortex/support/
H A DMediaString.cpp590 format.Format(s, validBits);
636 format.Format(s, channelCount);
676 format.Format(s, bufferSize);
938 format.Format(s, frameSize);
1161 format.Format(s, bytesPerRow);
1175 format.Format(s, pixelOffset);
1184 format.Format(t, lineOffset);
1233 format.Format(s, frameSize);
1248 format.Format(s, static_cast<int32>(forwardHistory));
1258 format.Format(
[all...]
/haiku/src/kits/interface/
H A DColumnTypes.cpp348 ssize_t output = fDateTimeFormat.Format(dateString, sizeof(dateString), currentTime,
355 fDateFormat.Format(dateString, sizeof(dateString), currentTime, B_SHORT_DATE_FORMAT);
447 formatter.Format(format, value);
451 fNumberFormat.Format(printedSize, value);
457 formatter.Format(format, value);
464 fNumberFormat.Format(printedSize, value);
532 fNumberFormat.Format(string, (int32)((BIntegerField*)field)->Value());
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDevice.cpp601 Device::_MultiGetGlobalFormat(multi_format_info* Format) argument
605 Format->output_latency = 0;
606 Format->input_latency = 0;
607 Format->timecode_kind = 0;
611 status = fStreams[i]->GetGlobalFormat(Format);
618 Device::_MultiSetGlobalFormat(multi_format_info* Format) argument
622 TRACE(API, "output_latency:%lld\n", Format->output_latency);
623 TRACE(API, "input_latency:%lld\n", Format->input_latency);
624 TRACE(API, "timecode_kind:%#08x\n", Format->timecode_kind);
628 status = fStreams[i]->SetGlobalFormat(Format);
[all...]
H A DAudioStreamingInterface.h113 _ASFormatDescriptor* Format() { return fFormat; } function in class:AudioStreamAlternate
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DIntegerValueHandler.cpp49 integer_format Format() const function in class:IntegerValueHandler::FormatOption
107 return option != NULL ? option->Format() : INTEGER_FORMAT_DEFAULT;
366 kFormatSettingID, "Format");
382 if (option->Format() == defaultFormat) {
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioReader.cpp47 AudioReader::Format() const function in class:AudioReader
/haiku/src/bin/
H A Ddstcheck.cpp92 BTimeFormat().Format(timestring, 15, t, B_SHORT_TIME_FORMAT);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DSymlink.cpp133 switch (fInode->Format()) {
/haiku/src/apps/icon-o-matic/generic/command/
H A DRemoveCommand.h146 format.Format(name, fCount);

Completed in 181 milliseconds

1234567