Symbol: getStringFor
src/apps/cortex/InfoView/ConnectionInfoView.cpp
101
MediaString::getStringFor(connection.format().type));
src/apps/cortex/InfoView/ConnectionInfoView.cpp
83
s << "(" << MediaString::getStringFor(output.source) << ")";
src/apps/cortex/InfoView/ConnectionInfoView.cpp
92
s << "(" << MediaString::getStringFor(input.destination) << ")";
src/apps/cortex/InfoView/DormantNodeInfoView.cpp
100
addField(B_TRANSLATE("Kinds"), MediaString::getStringFor(
src/apps/cortex/InfoView/DormantNodeInfoView.cpp
124
MediaString::getStringFor(flavorInfo.in_formats[0], false));
src/apps/cortex/InfoView/DormantNodeInfoView.cpp
133
addField(s, MediaString::getStringFor(flavorInfo.in_formats[i], false));
src/apps/cortex/InfoView/DormantNodeInfoView.cpp
144
MediaString::getStringFor(
src/apps/cortex/InfoView/DormantNodeInfoView.cpp
154
addField(s, MediaString::getStringFor(flavorInfo.out_formats[i], false));
src/apps/cortex/InfoView/EndPointInfoView.cpp
101
MediaString::getStringFor(output.source));
src/apps/cortex/InfoView/EndPointInfoView.cpp
105
MediaString::getStringFor(output.destination));
src/apps/cortex/InfoView/EndPointInfoView.cpp
112
MediaString::getStringFor(output.format.type));
src/apps/cortex/InfoView/EndPointInfoView.cpp
72
addField(B_TRANSLATE("Source"), MediaString::getStringFor(input.source));
src/apps/cortex/InfoView/EndPointInfoView.cpp
76
MediaString::getStringFor(input.destination));
src/apps/cortex/InfoView/EndPointInfoView.cpp
83
MediaString::getStringFor(input.format.type));
src/apps/cortex/InfoView/FileNodeInfoView.cpp
119
s = MediaString::getStringFor(format, false);
src/apps/cortex/InfoView/LiveNodeInfoView.cpp
100
addField(B_TRANSLATE("Kinds"), MediaString::getStringFor(static_cast<node_kind>(ref->kind())));
src/apps/cortex/InfoView/LiveNodeInfoView.cpp
112
addField(B_TRANSLATE("Run mode"), MediaString::getStringFor(runMode));
src/apps/cortex/MediaRoutingView/MediaJack.cpp
283
tipText << " (" << MediaString::getStringFor(m_format.type) << ")";
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
609
BString itemName = MediaString::getStringFor(static_cast<BMediaNode::run_mode>
src/apps/cortex/MediaRoutingView/MediaWire.cpp
222
BString tipText = MediaString::getStringFor(connection.format(), false);
src/apps/cortex/RouteApp/RouteAppNodeManager.cpp
288
line << MediaString::getStringFor(connection->format(), false);
src/apps/cortex/RouteApp/RouteAppNodeManager.cpp
443
line << MediaString::getStringFor(format, true);
src/apps/cortex/support/MediaString.cpp
480
BString s = getStringFor(format.type, complete);
src/apps/cortex/support/MediaString.cpp
483
BString formatInfo = getStringFor(format.u.raw_audio, complete);
src/apps/cortex/support/MediaString.cpp
489
BString formatInfo = getStringFor(format.u.raw_video, complete);
src/apps/cortex/support/MediaString.cpp
495
BString formatInfo = getStringFor(format.u.encoded_audio, complete);
src/apps/cortex/support/MediaString.cpp
501
BString formatInfo = getStringFor(format.u.encoded_video, complete);
src/apps/cortex/support/MediaString.cpp
507
BString formatInfo = getStringFor(format.u.multistream, complete);
src/apps/cortex/support/MediaString.h
101
static BString getStringFor(
src/apps/cortex/support/MediaString.h
104
static BString getStringFor(
src/apps/cortex/support/MediaString.h
65
static BString getStringFor(
src/apps/cortex/support/MediaString.h
68
static BString getStringFor(
src/apps/cortex/support/MediaString.h
74
static BString getStringFor(
src/apps/cortex/support/MediaString.h
77
static BString getStringFor(
src/apps/cortex/support/MediaString.h
80
static BString getStringFor(
src/apps/cortex/support/MediaString.h
83
static BString getStringFor(
src/apps/cortex/support/MediaString.h
86
static BString getStringFor(
src/apps/cortex/support/MediaString.h
89
static BString getStringFor(
src/apps/cortex/support/MediaString.h
92
static BString getStringFor(
src/apps/cortex/support/MediaString.h
95
static BString getStringFor(