Symbol: m_format
src/apps/cortex/MediaRoutingView/MediaJack.cpp
113
m_format(output.format),
src/apps/cortex/MediaRoutingView/MediaJack.cpp
143
input->format = m_format;
src/apps/cortex/MediaRoutingView/MediaJack.cpp
159
output->format = m_format;
src/apps/cortex/MediaRoutingView/MediaJack.cpp
283
tipText << " (" << MediaString::getStringFor(m_format.type) << ")";
src/apps/cortex/MediaRoutingView/MediaJack.cpp
93
m_format(input.format),
src/apps/cortex/MediaRoutingView/MediaJack.h
217
media_format m_format;
src/apps/cortex/NodeManager/Connection.cpp
125
m_format = clone.m_format;
src/apps/cortex/NodeManager/Connection.cpp
92
m_format(format),
src/apps/cortex/NodeManager/Connection.h
114
const media_format& format() const { return m_format; }
src/apps/cortex/NodeManager/Connection.h
208
media_format m_format;
src/apps/cortex/NodeManager/NodeManager.cpp
2398
(*it).second->m_format = *format;
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1217
m_format.type = B_MEDIA_RAW_AUDIO;
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1218
m_format.u.raw_audio = media_raw_audio_format::wildcard;
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1221
m_format.type = B_MEDIA_RAW_VIDEO;
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1222
m_format.u.raw_video = media_raw_video_format::wildcard;
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1225
m_format.type = B_MEDIA_MULTISTREAM;
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1226
m_format.u.multistream = media_multistream_format::wildcard;
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1229
m_format.type = B_MEDIA_ENCODED_AUDIO;
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1230
m_format.u.encoded_audio = media_encoded_audio_format::wildcard;
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1233
m_format.type = B_MEDIA_ENCODED_VIDEO;
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1234
m_format.u.encoded_video = media_encoded_video_format::wildcard;
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1244
switch(m_format.type) {
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1247
m_format.u.raw_audio, key, value, context);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1250
m_format.u.raw_audio, key, value, context);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1255
m_format.u.raw_video, key, value, context);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1260
m_format.u.multistream, key, value, context);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1265
m_format.u.encoded_audio, key, value, context);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1270
m_format.u.encoded_video, key, value, context);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1288
if(m_format.type == B_MEDIA_ENCODED_AUDIO) {
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1290
|| childAsFormat->m_format.type != B_MEDIA_RAW_AUDIO) {
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1293
m_format.u.encoded_audio.output =
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1294
childAsFormat->m_format.u.raw_audio;
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1297
else if(m_format.type == B_MEDIA_ENCODED_VIDEO) {
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1299
|| childAsFormat->m_format.type != B_MEDIA_RAW_VIDEO) {
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1302
m_format.u.encoded_video.output =
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1303
childAsFormat->m_format.u.raw_video;
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1326
if(m_format.type != B_MEDIA_RAW_VIDEO)
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1330
if(m_format.type != B_MEDIA_MULTISTREAM)
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1334
if(m_format.type != B_MEDIA_MULTISTREAM ||
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1335
m_format.u.multistream.format != media_multistream_format::B_VID)
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1339
if(m_format.type != B_MEDIA_MULTISTREAM ||
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1340
m_format.u.multistream.format != media_multistream_format::B_AVI)
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1344
if(m_format.type != B_MEDIA_MULTISTREAM ||
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1345
m_format.u.multistream.format != media_multistream_format::B_AVI)
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1357
m_format.u.raw_video.display, key, value, context);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1361
m_format.u.multistream.flags, key, value, context);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1365
m_format.u.multistream.u.vid, key, value, context);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1369
m_format.u.multistream.u.avi, key, value, context);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
1391
m_format.u.multistream.u.avi,
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
82
outFormat = m_format;
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
888
switch(m_format.type) {
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
920
switch(m_format.type) {
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
922
export_raw_audio_attr(m_format.u.raw_audio, context);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
923
export_multi_audio_info_attr(m_format.u.raw_audio, context);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
927
export_raw_video_attr(m_format.u.raw_video, context);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
931
export_multistream_attr(m_format.u.multistream, context);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
935
export_encoded_audio_attr(m_format.u.encoded_audio, context);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
939
export_encoded_video_attr(m_format.u.encoded_video, context);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
950
switch(m_format.type) {
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
952
export_raw_video_content(m_format.u.raw_video, context);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
956
export_multistream_content(m_format.u.multistream, context);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
960
export_encoded_audio_content(m_format.u.encoded_audio, context);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
964
export_encoded_video_content(m_format.u.encoded_video, context);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.h
157
media_format m_format;
src/apps/cortex/addons/Flanger/FlangerNode.cpp
1021
m_format.u.raw_audio,
src/apps/cortex/addons/Flanger/FlangerNode.cpp
1043
m_format.u.raw_audio,
src/apps/cortex/addons/Flanger/FlangerNode.cpp
1046
m_format.u.raw_audio,
src/apps/cortex/addons/Flanger/FlangerNode.cpp
1352
ASSERT(m_format.u.raw_audio.format != media_raw_audio_format::wildcard.format);
src/apps/cortex/addons/Flanger/FlangerNode.cpp
1356
m_format.u.raw_audio,
src/apps/cortex/addons/Flanger/FlangerNode.cpp
1358
m_format.u.raw_audio,
src/apps/cortex/addons/Flanger/FlangerNode.cpp
1366
m_fThetaInc = calc_sweep_delta(m_format.u.raw_audio, m_fSweepRate);
src/apps/cortex/addons/Flanger/FlangerNode.cpp
1367
m_fSweepBase = calc_sweep_base(m_format.u.raw_audio, m_fDelay, m_fDepth);
src/apps/cortex/addons/Flanger/FlangerNode.cpp
1368
m_fSweepFactor = calc_sweep_factor(m_format.u.raw_audio, m_fDepth);
src/apps/cortex/addons/Flanger/FlangerNode.cpp
1449
AudioBuffer input(m_format.u.raw_audio, pBuffer);
src/apps/cortex/addons/Flanger/FlangerNode.cpp
1452
m_format.u.raw_audio.channel_count == 1 ||
src/apps/cortex/addons/Flanger/FlangerNode.cpp
1453
m_format.u.raw_audio.channel_count == 2);
src/apps/cortex/addons/Flanger/FlangerNode.cpp
1454
uint32 channels = m_format.u.raw_audio.channel_count;
src/apps/cortex/addons/Flanger/FlangerNode.cpp
1455
bool stereo = m_format.u.raw_audio.channel_count == 2;
src/apps/cortex/addons/Flanger/FlangerNode.cpp
239
m_format.type = B_MEDIA_RAW_AUDIO;
src/apps/cortex/addons/Flanger/FlangerNode.cpp
240
m_format.u.raw_audio = media_raw_audio_format::wildcard;
src/apps/cortex/addons/Flanger/FlangerNode.cpp
247
m_input.format = m_format;
src/apps/cortex/addons/Flanger/FlangerNode.cpp
255
m_output.format = m_format;
src/apps/cortex/addons/Flanger/FlangerNode.cpp
298
(m_format.u.raw_audio.format != media_raw_audio_format::wildcard.format) ?
src/apps/cortex/addons/Flanger/FlangerNode.cpp
299
m_format : m_preferredFormat,
src/apps/cortex/addons/Flanger/FlangerNode.cpp
371
m_format = format;
src/apps/cortex/addons/Flanger/FlangerNode.cpp
399
m_format.u.raw_audio = media_raw_audio_format::wildcard;
src/apps/cortex/addons/Flanger/FlangerNode.cpp
402
m_input.format = m_format;
src/apps/cortex/addons/Flanger/FlangerNode.cpp
549
m_format = format;
src/apps/cortex/addons/Flanger/FlangerNode.cpp
582
m_format.u.raw_audio));
src/apps/cortex/addons/Flanger/FlangerNode.cpp
606
m_format.u.raw_audio = media_raw_audio_format::wildcard;
src/apps/cortex/addons/Flanger/FlangerNode.cpp
609
m_output.format = m_format;
src/apps/cortex/addons/Flanger/FlangerNode.cpp
662
(m_format.u.raw_audio.format != media_raw_audio_format::wildcard.format) ?
src/apps/cortex/addons/Flanger/FlangerNode.cpp
663
m_format :
src/apps/cortex/addons/Flanger/FlangerNode.cpp
680
if(m_format.u.raw_audio.format != media_raw_audio_format::wildcard.format)
src/apps/cortex/addons/Flanger/FlangerNode.cpp
681
*poFormat = m_format;
src/apps/cortex/addons/Flanger/FlangerNode.cpp
811
(m_format.u.raw_audio.format != media_raw_audio_format::wildcard.format) ?
src/apps/cortex/addons/Flanger/FlangerNode.cpp
812
m_format :
src/apps/cortex/addons/Flanger/FlangerNode.cpp
999
m_format.u.raw_audio,
src/apps/cortex/addons/Flanger/FlangerNode.h
361
media_format m_format;
src/apps/cortex/addons/common/AudioBuffer.cpp
114
m_frameSize = bytes_per_frame(m_format);
src/apps/cortex/addons/common/AudioBuffer.cpp
124
m_format(clone.m_format) {}
src/apps/cortex/addons/common/AudioBuffer.cpp
128
m_format = clone.m_format;
src/apps/cortex/addons/common/AudioBuffer.cpp
137
m_format = format;
src/apps/cortex/addons/common/AudioBuffer.cpp
141
return m_format;
src/apps/cortex/addons/common/AudioBuffer.cpp
167
m_format = target.m_format;
src/apps/cortex/addons/common/AudioBuffer.cpp
181
m_format.format == target.m_format.format &&
src/apps/cortex/addons/common/AudioBuffer.cpp
182
m_format.channel_count == target.m_format.channel_count;
src/apps/cortex/addons/common/AudioBuffer.cpp
211
uint32 toCopy = frames * m_format.channel_count;
src/apps/cortex/addons/common/AudioBuffer.cpp
221
uint32 sampleSize = m_frameSize / m_format.channel_count;
src/apps/cortex/addons/common/AudioBuffer.cpp
228
m_format.format,
src/apps/cortex/addons/common/AudioBuffer.cpp
229
target.m_format.format);
src/apps/cortex/addons/common/AudioBuffer.cpp
281
size_t channels = m_format.channel_count;
src/apps/cortex/addons/common/AudioBuffer.cpp
283
size_t bytesPerSample = m_format.format & 0x0f;
src/apps/cortex/addons/common/AudioBuffer.cpp
314
convert_sample(pCur, fCur, m_format.format);
src/apps/cortex/addons/common/AudioBuffer.cpp
334
size_t channels = m_format.channel_count;
src/apps/cortex/addons/common/AudioBuffer.cpp
336
size_t bytesPerSample = m_format.format & 0x0f;
src/apps/cortex/addons/common/AudioBuffer.cpp
367
convert_sample(pCur, fCur, m_format.format);
src/apps/cortex/addons/common/AudioBuffer.cpp
387
size_t channels = m_format.channel_count;
src/apps/cortex/addons/common/AudioBuffer.cpp
389
size_t bytesPerSample = m_format.format & 0x0f;
src/apps/cortex/addons/common/AudioBuffer.cpp
419
convert_sample(pCur, fCur, m_format.format);
src/apps/cortex/addons/common/AudioBuffer.cpp
444
size_t channels = m_format.channel_count;
src/apps/cortex/addons/common/AudioBuffer.cpp
446
size_t bytesPerSample = m_format.format & 0x0f;
src/apps/cortex/addons/common/AudioBuffer.cpp
472
convert_sample(pCur, fCur, m_format.format);
src/apps/cortex/addons/common/AudioBuffer.h
173
media_raw_audio_format m_format;