Home
last modified time | relevance | path

Searched refs:channel_format (Results 1 – 25 of 33) sorted by relevance

12

/dports/graphics/openrm/rm160/rm/
H A Drmpipe.c466 t->channel_format = RM_MONO_CHANNEL; in rmPipeNew()
930 RMenum channel_format) in rmPipeSetChannelFormat() argument
937 switch (channel_format) in rmPipeSetChannelFormat()
943 p->channel_format = channel_format; in rmPipeSetChannelFormat()
951 p->channel_format = channel_format; in rmPipeSetChannelFormat()
997 return(p->channel_format); in rmPipeGetChannelFormat()
2029 …2->glxcontext) && (p1->xcolormap == p2->xcolormap) && (p1->channel_format == p2->channel_format) && in private_rmComparePipes()
H A Drmmtview.c222 if (p->channel_format != RM_MONO_CHANNEL) /* assume a stereo format */ in private_rmPipeDisplayListsNew()
277 if (p->channel_format != RM_MONO_CHANNEL) /* assume a stereo format */ in private_rmPipeDisplayListsDelete()
/dports/misc/libxdf/libxdf-0.991/
H A Dxdf.cpp142 streams[index].info.channel_format = info.child("channel_format").text().get(); in load_xdf()
181 if (streams[index].info.channel_format.compare("float32") == 0) in load_xdf()
217 else if (streams[index].info.channel_format.compare("double64") == 0) in load_xdf()
253 else if (streams[index].info.channel_format.compare("int8") == 0) in load_xdf()
289 else if (streams[index].info.channel_format.compare("int16") == 0) in load_xdf()
325 else if (streams[index].info.channel_format.compare("int32") == 0) in load_xdf()
361 else if (streams[index].info.channel_format.compare("int64") == 0) in load_xdf()
397 else if (streams[index].info.channel_format.compare("string") == 0) in load_xdf()
589 if (streams[k].info.channel_format.compare("string") == 0) in syncTimeStamps()
833 …nfo.nominal_srate != 0 && !stream.time_stamps.empty() && stream.info.channel_format.compare("strin… in freeUpTimeStamps()
H A Dxdf.h67 std::string channel_format;/*!< Channel format of the current stream. */ member
/dports/audio/faust/faust-2.37.3/architecture/faust/audio/
H A Desp32-dsp.h191 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT, in esp32audio()
203 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT, in esp32audio()
/dports/multimedia/gavl/gavl-1.4.0/gavl/
H A Dcolorchannel.c1476 gavl_video_format_t * channel_format, in gavl_get_color_channel_format() argument
1481 gavl_video_format_copy(channel_format, frame_format); in gavl_get_color_channel_format()
1484 &channel_format->pixelformat, in gavl_get_color_channel_format()
1488 channel_format->image_width /= d.sub_h; in gavl_get_color_channel_format()
1489 channel_format->frame_width /= d.sub_h; in gavl_get_color_channel_format()
1491 channel_format->image_height /= d.sub_v; in gavl_get_color_channel_format()
1492 channel_format->frame_height /= d.sub_v; in gavl_get_color_channel_format()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/sound/
H A Dhdspm.h170 uint8_t channel_format; /* enum hdspm_madi_channel_format */ member
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/sound/
H A Dhdspm.h170 uint8_t channel_format; /* enum hdspm_madi_channel_format */ member
/dports/audio/alsa-lib/alsa-lib-1.2.2/include/sound/uapi/
H A Dhdspm.h170 __u8 channel_format; /* enum hdspm_madi_channel_format */ member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/sound/
H A Dhdspm.h170 __u8 channel_format; /* enum hdspm_madi_channel_format */ member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/sound/
H A Dhdspm.h170 __u8 channel_format; /* enum hdspm_madi_channel_format */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/sound/
H A Dhdspm.h170 uint8_t channel_format; /* enum hdspm_madi_channel_format */ member
/dports/biology/sigviewer/sigviewer-0.6.4-13-gf62f8d9/src/gui_impl/dialogs/
H A Dresampling_dialog.cpp76 infoItem->setText(1, QString::fromStdString(XDFdata->streams[i].info.channel_format)); in ResamplingDialog()
H A Dchannel_selection_dialog.cpp56 if (XDFdata->streams[i].info.channel_format.compare("string") == 0) in ChannelSelectionDialog()
/dports/irc/epic4/epic4-2.10.9/source/
H A Dstatus.c113 static char *channel_format = (char *) 0; variable
146 { 0, 'C', status_channel, &channel_format, STATUS_CHANNEL_VAR },
1178 if (window->server == NOSERV || !channel_format) in STATUS_FUNCTION()
1195 channel_format, check_channel_type(channel)); in STATUS_FUNCTION()
/dports/irc/ircII/ircii-20210314/source/
H A Dstatus.c107 static u_char *channel_format = NULL; variable
507 new_free(&channel_format); in convert_format()
508 channel_format = in convert_format()
1161 malloc_snprintf(&ptr, CP(channel_format), channel); in status_channel()
/dports/irc/epic5/epic5-2.1.6/source/
H A Dstatus.c117 static char *channel_format = (char *) 0; variable
150 { 0, 'C', status_channel, &channel_format, &STATUS_CHANNEL_VAR },
1413 if (window->server == NOSERV || !channel_format) in STATUS_FUNCTION()
1429 PRESS(channel_format, check_channel_type(channel)) in STATUS_FUNCTION()
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dstatus.c112 static u_char *channel_format = (u_char *) 0; variable
528 new_free(&channel_format);
529 channel_format =
1249 snprintf(CP(lbuf), sizeof(lbuf)-1, CP(channel_format), channel);
/dports/biology/sigviewer/sigviewer-0.6.4-13-gf62f8d9/src/file_handling_impl/
H A Dxdf_reader.cpp321 …if (stream.info.nominal_srate != 0 && stream.info.channel_format.compare("string")) // filter the … in bufferAllChannels()
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dstatus.c171 static char *channel_format = (char *) 0; variable
661 new_free(&channel_format);
662 channel_format =
1698 snprintf(lbuf, sizeof lbuf, channel_format, channel);
/dports/graphics/openrm/rm160/include/rm/
H A Drmtypes.h776 RMenum channel_format; member
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dstatus.c152 *channel_format = NULL, variable
1152 snprintf(my_buffer, IRCD_BUFFER_SIZE, window->wset->channel_format, channel); in status_channel()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dstatus.c152 *channel_format = NULL, variable
1152 snprintf(my_buffer, IRCD_BUFFER_SIZE, window->wset->channel_format, channel); in status_channel()
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dstruct.h550 char *channel_format; member
/dports/lang/micropython/micropython-1.17/ports/esp32/
H A Dmachine_i2s.c445 i2s_config.channel_format = get_dma_format(mode, format); in machine_i2s_init_helper()

12