Home
last modified time | relevance | path

Searched defs:channels (Results 51 - 75 of 608) sorted by relevance

12345678910>>...25

/third_party/ffmpeg/libswresample/
H A Daudioconvert.h39 int channels; member
H A Dswresample_frame.c172 int channels; in available_samples() local
175 channels = av_get_channel_layout_nb_channels(out->channel_layout); in available_samples() local
179 channels = out->ch_layout.nb_channels; in available_samples() local
/third_party/ffmpeg/tests/checkasm/
H A Dalacdsp.c94 static const char * const channels[2] = { "mono", "stereo" }; in check_append_extra_bits() local
H A Dflacdsp.c44 check_decorrelate(uint8_t **ref_dst, uint8_t **ref_src, uint8_t **new_dst, uint8_t **new_src, int channels, int bits) check_decorrelate() argument
/third_party/libsnd/examples/
H A Dsfprocess.c128 process_data (double *data, int count, int channels) in process_data() argument
[all...]
/third_party/libsnd/src/
H A Dpvf.c137 int marker, channels, samplerate, bitwidth ; in pvf_read_header() local
/third_party/lame/ACM/
H A DACM.h54 unsigned int channels; member in bitrate_item
/third_party/mesa3d/src/intel/isl/
H A Dgen_format_layout.py220 def channels(self): member in Format
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dcvtcolor.c53 int channels = 0; in main() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dsvolume_mmx.c93 static void pa_volume_s16ne_mmx(int16_t *samples, const int32_t *volumes, unsigned channels, unsigned length) { in pa_volume_s16ne_mmx() argument
162 static void pa_volume_s16re_mmx(int16_t *samples, const int32_t *volumes, unsigned channels, unsigned length) { in pa_volume_s16re_mmx() argument
[all...]
H A Dsvolume_sse.c76 static void pa_volume_s16ne_sse2(int16_t *samples, const int32_t *volumes, unsigned channels, unsigned length) { in pa_volume_s16ne_sse2() argument
160 static void pa_volume_s16re_sse2(int16_t *samples, const int32_t *volumes, unsigned channels, unsigned length) { in pa_volume_s16re_sse2() argument
[all...]
H A Dsvolume_arm.c43 static void pa_volume_s16ne_arm(int16_t *samples, const int32_t *volumes, unsigned channels, unsigned length) { in pa_volume_s16ne_arm() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Danon_enum_trait.hpp12 channels = 1, enumerator
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
H A Daudio_effect_chain_adapter.h40 const uint32_t channels; member
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/common/
H A Daudio_ec_info.h44 std::string channels; member in OHOS::AudioStandard::AudioEcInfo
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_resample.cpp32 AudioResample::AudioResample(uint32_t channels, uint32_t inRate, uint32_t outRate, int32_t quantity) : speex_(nullptr) in AudioResample() argument
/foundation/multimedia/av_codec/services/engine/codec/include/audio/encoder/
H A Daudio_opus_encoder_plugin.h67 int32_t channels; member in OHOS::MediaAVCodec::AudioOpusEncoderPlugin
/foundation/multimedia/av_codec/test/moduletest/muxer/Common/include/
H A DAVMuxerDemo.h35 int channels; member
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use_test.cpp83 std::vector<int> channels = m_apConfigUse->GetChannelFromDrvOrXmlByBand(BandType::BAND_2GHZ); in HWTEST_F() local
133 std::vector<int> channels = {36, 40, 44, 48, 52, 56}; in HWTEST_F() local
143 std::vector<int> channels = {36, 165}; in HWTEST_F() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Ds302menc.c80 int ret, c, channels; in s302m_encode2_frame() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dxa.c45 int channels, srate, bits_per_sample; in xa_probe() local
H A Dwestwood_aud.c88 int sample_rate, channels, codec; in wsaud_read_header() local
H A Doggparsespeex.c58 int channels; in speex_header() local
/third_party/ffmpeg/libavresample/
H A Daudio_data.h45 int channels; /**< channel count */ member
/third_party/alsa-utils/bat/
H A Dconvert.c60 void convert_float_to_uint8(float *val, void *buf, int samples, int channels) in convert_float_to_uint8() argument
72 void convert_float_to_int16(float *val, void *buf, int samples, int channels) in convert_float_to_int16() argument
84 void convert_float_to_int24(float *val, void *buf, int samples, int channels) in convert_float_to_int24() argument
104 void convert_float_to_int32(float *val, void *buf, int samples, int channels) in convert_float_to_int32() argument
[all...]

Completed in 8 milliseconds

12345678910>>...25