| /third_party/ffmpeg/libavfilter/ |
| H A D | af_afftdn.c | 122 int channels; member
|
| /third_party/ffmpeg/libavformat/ |
| H A D | sbgdec.c | 147 uint32_t channels; member 1025 add_interval(struct ws_intervals *inter, enum ws_interval_type type, uint32_t channels, int ref, int64_t ts1, int32_t f1, int32_t a1, int64_t ts2, int32_t f2, int32_t a2) add_interval() argument
|
| /third_party/ffmpeg/libavutil/ |
| H A D | hwcontext_opencl.c | 1382 int channels = 0, order = 0, depth = 0, step = 0; in opencl_get_plane_format() local
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_direct.c | 1682 unsigned int chn, channels; global() local [all...] |
| H A D | pcm_hw.c | 114 int channels; member 1886 int min_rate = 0, max_rate = 0, channels = 0, drain_silence = -1; _snd_pcm_hw_open() local [all...] |
| H A D | pcm_ladspa.c | 63 unsigned int channels; /* forced input channels, 0 = auto */ member 74 snd_pcm_ladspa_array_t channels; member 410 unsigned int port, channels, idx, idx1; snd_pcm_ladspa_connect_plugin1() local 690 unsigned int channels = 16, nchannels; snd_pcm_ladspa_allocate_memory() local 1586 snd_pcm_ladspa_open(snd_pcm_t **pcmp, const char *name, const char *ladspa_path, unsigned int channels, snd_config_t *ladspa_pplugins, snd_config_t *ladspa_cplugins, snd_pcm_t *slave, int close_slave) snd_pcm_ladspa_open() argument 1742 long channels = 0; _snd_pcm_ladspa_open() local [all...] |
| H A D | pcm_rate.c | 356 unsigned int channels, acc; in snd_pcm_rate_hw_params() local 84 rate_alloc_tmp_buf(snd_pcm_format_t format, unsigned int channels, unsigned int frames) rate_alloc_tmp_buf() argument 568 do_convert(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, unsigned int dst_frames, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int src_frames, unsigned int channels, snd_pcm_rate_t *rate) do_convert() argument [all...] |
| /third_party/alsa-utils/amixer/ |
| H A D | amixer.c | 1330 unsigned int channels = ~0U; in sset_channels() local
|
| /third_party/backends/backend/ |
| H A D | coolscan.c | 1011 { int channels; in coolscan_start_scanLS30() local
|
| H A D | mustek_usb_high.h | 327 SANE_Int channels; member
|
| H A D | pieusb_specific.c | 1398 pieusb_write_pnm_file(char *filename, SANE_Uint *data, int depth, int channels, int pixels_per_line, int lines) pieusb_write_pnm_file() argument
|
| /third_party/alsa-lib/include/sound/uapi/ |
| H A D | asoc.h | 331 __le32 channels; /* channels */ member
|
| /third_party/libsnd/src/ |
| H A D | wavlike.h | 198 unsigned short channels ; member 207 unsigned short channels ; member 218 unsigned short channels ; member 234 unsigned short channels ; member 245 unsigned short channels ; member 257 unsigned short channels ; member 268 unsigned short channels ; member 290 unsigned short channels ; member
|
| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | agx_compile.c | 87 agx_index *channels = ralloc_array(b->shader, agx_index, 4); in agx_cache_combine() local 922 agx_index channels[4] = {}; in agx_emit_tex() local 1582 unsigned channels = comps[loc]; agx_remap_varyings_fs() local [all...] |
| H A D | agx_compiler.h | 302 uint32_t channels; member
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_nir.c | 2130 nir_ssa_def *channels[4] = { NULL, NULL, NULL, NULL }; in update_writes() local
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | sink-input.c | 138 static void volume_factor_from_hashmap(pa_cvolume *v, pa_hashmap *items, uint8_t channels) { in volume_factor_from_hashmap() argument [all...] |
| /third_party/pulseaudio/src/modules/dbus/ |
| H A D | iface-device.c | 379 dbus_uint32_t channels[PA_CHANNELS_MAX]; in handle_get_channels() local 809 dbus_uint32_t channels[PA_CHANNELS_MAX]; handle_get_all() local [all...] |
| /third_party/pulseaudio/src/modules/bluetooth/ |
| H A D | a2dp-codecs.h | 338 uint8_t channels:2; member 396 uint8_t channels:2; member
|
| /third_party/pulseaudio/src/modules/alsa/ |
| H A D | alsa-ucm.c | 1518 uint32_t channels = 0; in alsa_mapping_add_ucm_modifier() local 1594 unsigned priority, rate, channels; ucm_create_mapping_direction() local [all...] |
| /third_party/skia/third_party/externals/libpng/ |
| H A D | pngread.c | 3546 unsigned int channels = png_image_read_composite() local 4372 unsigned int channels = PNG_IMAGE_PIXEL_CHANNELS(image->format); png_image_finish_read() local [all...] |
| H A D | pngrtran.c | 2263 int channels = 0; png_do_unshift() local [all...] |
| H A D | pngstruct.h | 265 png_byte channels; /* number of channels in file */ member
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_read_image.cpp | 47 DecodeDelta8(uint8 *dPtr, uint32 rows, uint32 cols, uint32 channels) DecodeDelta8() argument 78 DecodeDelta16(uint16 *dPtr, uint32 rows, uint32 cols, uint32 channels) DecodeDelta16() argument 109 DecodeDelta32(uint32 *dPtr, uint32 rows, uint32 cols, uint32 channels) DecodeDelta32() argument 140 DecodeDeltaBytes(uint8 *bytePtr, int32 cols, int32 channels) DecodeDeltaBytes() argument 241 DecodeFPDelta(uint8 *input, uint8 *output, int32 cols, int32 channels, int32 bytesPerSample) DecodeFPDelta() argument [all...] |
| /third_party/python/Modules/ |
| H A D | _xxsubinterpretersmodule.c | 939 _channels_init(_channels *channels) in _channels_init() argument 956 _channels_next_id(_channels *channels) // need argument 970 _channels_lookup(_channels *channels, int64_t id, PyThread_type_lock *pmutex) _channels_lookup() argument 1002 _channels_add(_channels *channels, _PyChannelState *chan) _channels_add() argument 1033 _channels_close(_channels *channels, int64_t cid, _PyChannelState **pchan, int end, int force) _channels_close() argument 1094 _channels_remove_ref(_channels *channels, _channelref *ref, _channelref *prev, _PyChannelState **pchan) _channels_remove_ref() argument 1112 _channels_remove(_channels *channels, int64_t id, _PyChannelState **pchan) _channels_remove() argument 1137 _channels_add_id_object(_channels *channels, int64_t id) _channels_add_id_object() argument 1156 _channels_drop_id_object(_channels *channels, int64_t id) _channels_drop_id_object() argument 1182 _channels_list_all(_channels *channels, int64_t *count) _channels_list_all() argument 1259 _channel_create(_channels *channels) _channel_create() argument 1274 _channel_destroy(_channels *channels, int64_t id) _channel_destroy() argument 1287 _channel_send(_channels *channels, int64_t id, PyObject *obj) _channel_send() argument 1333 _channel_recv(_channels *channels, int64_t id) _channel_recv() argument 1367 _channel_drop(_channels *channels, int64_t id, int send, int recv) _channel_drop() argument 1389 _channel_close(_channels *channels, int64_t id, int end, int force) _channel_close() argument 1395 _channel_is_associated(_channels *channels, int64_t cid, int64_t interp, int send) _channel_is_associated() argument 1421 _channels *channels; global() member 1453 newchannelid(PyTypeObject *cls, int64_t cid, int end, _channels *channels, int force, int resolve) newchannelid() argument 1519 _channels *channels = ((channelid *)v)->channels; channelid_dealloc() local 1976 _channels channels; global() member [all...] |