Searched refs:MakeNullParameter (Results 1 - 13 of 13) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVNode.cpp632 about->MakeNullParameter(0, B_MEDIA_NO_TYPE, "FireWireDV media_addon info:", B_GENERIC);
633 about->MakeNullParameter(0, B_MEDIA_NO_TYPE, "Version " VERSION, B_GENERIC);
634 about->MakeNullParameter(0, B_MEDIA_NO_TYPE, "Revision " REVISION, B_GENERIC);
635 about->MakeNullParameter(0, B_MEDIA_NO_TYPE, "Build " BUILD, B_GENERIC);
637 about->MakeNullParameter(0, B_MEDIA_NO_TYPE, "", B_GENERIC);
638 about->MakeNullParameter(0, B_MEDIA_NO_TYPE, "Driver info:", B_GENERIC);
655 info->MakeNullParameter(0, B_MEDIA_NO_TYPE, info->Name(), B_GENERIC);
657 about->MakeNullParameter(0, B_MEDIA_NO_TYPE, about->Name(), B_GENERIC);
659 info->MakeNullParameter(0, B_MEDIA_NO_TYPE, "Node is stopped", B_GENERIC);
660 info->MakeNullParameter(
[all...]
/haiku/src/apps/cortex/addons/AudioAdapter/
H A DAudioAdapterParams.cpp122 groupName = inputGroup->MakeNullParameter(
169 groupName = outputGroup->MakeNullParameter(
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp2188 about->MakeNullParameter(0, B_MEDIA_NO_TYPE, "DVB media_addon info:",
2190 about->MakeNullParameter(0, B_MEDIA_NO_TYPE, "Version " VERSION,
2192 about->MakeNullParameter(0, B_MEDIA_NO_TYPE, "Revision " REVISION,
2194 about->MakeNullParameter(0, B_MEDIA_NO_TYPE, "Build " BUILD, B_GENERIC);
2196 about->MakeNullParameter(0, B_MEDIA_NO_TYPE, "", B_GENERIC);
2197 about->MakeNullParameter(0, B_MEDIA_NO_TYPE, "Driver info:", B_GENERIC);
2206 about->MakeNullParameter(0, B_MEDIA_NO_TYPE, name, B_GENERIC);
2207 about->MakeNullParameter(0, B_MEDIA_NO_TYPE, info, B_GENERIC);
2226 ctrl->MakeNullParameter(0, B_MEDIA_NO_TYPE, ctrl->Name(), B_GENERIC);
2229 pref->MakeNullParameter(
[all...]
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.cpp697 label = group->MakeNullParameter(P_LABEL + param->Index(),
703 group->MakeNullParameter(P_LABEL2 + param->Index(),
713 group->MakeNullParameter(P_LABEL3 + param->Index(),
721 label = fAboutGroup->MakeNullParameter(P_ABOUT + 0,
730 label = fAboutGroup->MakeNullParameter(P_ABOUT + 1,
739 label = fAboutGroup->MakeNullParameter(P_ABOUT + 2,
748 label = fAboutGroup->MakeNullParameter(P_ABOUT + 3,
753 label = fAboutGroup->MakeNullParameter(P_ABOUT + 4,
758 label = fAboutGroup->MakeNullParameter(P_ABOUT + 5,
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp1724 group->MakeNullParameter(PARAM_STR1(0), B_MEDIA_RAW_AUDIO,
1727 group->MakeNullParameter(PARAM_STR2(0), B_MEDIA_RAW_AUDIO,
1730 group->MakeNullParameter(PARAM_STR2(0), B_MEDIA_RAW_AUDIO,
1750 group->MakeNullParameter(PARAM_STR3(0), B_MEDIA_RAW_AUDIO,
1756 group->MakeNullParameter(PARAM_STR1(in->ID()), B_MEDIA_RAW_AUDIO,
1758 group->MakeNullParameter(PARAM_STR2(in->ID()), B_MEDIA_RAW_AUDIO,
1801 group->MakeNullParameter(PARAM_STR3(in->ID()), B_MEDIA_RAW_AUDIO,
1808 outputchannels->MakeNullParameter(PARAM_STR4(0), B_MEDIA_RAW_AUDIO,
1812 group->MakeNullParameter(PARAM_STR5(0), B_MEDIA_RAW_AUDIO,
1816 group->MakeNullParameter(PARAM_STR
[all...]
/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerNode.cpp1267 label = g->MakeNullParameter(
1283 label = g->MakeNullParameter(
1299 label = g->MakeNullParameter(
1315 label = g->MakeNullParameter(
1331 label = g->MakeNullParameter(
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumer.cpp70 BParameter* nullParam = group->MakeNullParameter(INPUT_NULL_PARAM,
78 nullParam = group->MakeNullParameter(CPU_NULL_PARAM, B_MEDIA_NO_TYPE,
87 nullParam = group->MakeNullParameter(PRIO_NULL_PARAM, B_MEDIA_NO_TYPE,
/haiku/src/add-ons/media/media-add-ons/tone_producer_demo/
H A DToneProducer.cpp997 BParameter* nullParam = group->MakeNullParameter(FREQUENCY_NULL_PARAM, B_MEDIA_NO_TYPE, "Frequency", B_GENERIC);
1003 nullParam = group->MakeNullParameter(GAIN_NULL_PARAM, B_MEDIA_NO_TYPE, "Amplitude", B_GENERIC);
1009 nullParam = group->MakeNullParameter(WAVEFORM_NULL_PARAM, B_MEDIA_NO_TYPE, "Waveform", B_GENERIC);
/haiku/headers/os/media/
H A DParameterWeb.h144 BNullParameter* MakeNullParameter(int32 id, media_type type,
/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerNode.cpp676 label = group->MakeNullParameter(P_PREAMP_LABEL, B_MEDIA_NO_TYPE, "Pre Amp",
687 label = group->MakeNullParameter(P_BAND_LABELS + i, B_MEDIA_NO_TYPE,
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp1909 child->MakeNullParameter(1, B_MEDIA_UNKNOWN_TYPE, "No Mixer",
1988 child->MakeNullParameter(i, B_MEDIA_RAW_AUDIO, childName,
/haiku/src/kits/media/
H A DParameterWeb.cpp738 BParameterGroup::MakeNullParameter(int32 id, media_type mediaType, function in class:BParameterGroup
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp1680 child->MakeNullParameter(100 + i, B_MEDIA_RAW_AUDIO, name,

Completed in 108 milliseconds