/third_party/ffmpeg/libswresample/ |
H A D | audioconvert.h | 39 int channels; member
|
H A D | swresample_frame.c | 172 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 D | alacdsp.c | 94 static const char * const channels[2] = { "mono", "stereo" }; in check_append_extra_bits() local
|
H A D | flacdsp.c | 44 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 D | sfprocess.c | 128 process_data (double *data, int count, int channels) in process_data() argument [all...] |
/third_party/libsnd/src/ |
H A D | pvf.c | 137 int marker, channels, samplerate, bitwidth ; in pvf_read_header() local
|
/third_party/lame/ACM/ |
H A D | ACM.h | 54 unsigned int channels; member in bitrate_item
|
/third_party/mesa3d/src/intel/isl/ |
H A D | gen_format_layout.py | 220 def channels(self): member in Format
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | cvtcolor.c | 53 int channels = 0; in main() local [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | svolume_mmx.c | 93 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 D | svolume_sse.c | 76 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 D | svolume_arm.c | 43 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 D | anon_enum_trait.hpp | 12 channels = 1, enumerator
|
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/ |
H A D | audio_effect_chain_adapter.h | 40 const uint32_t channels; member
|
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/common/ |
H A D | audio_ec_info.h | 44 std::string channels; member in OHOS::AudioStandard::AudioEcInfo
|
/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | audio_resample.cpp | 32 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 D | audio_opus_encoder_plugin.h | 67 int32_t channels; member in OHOS::MediaAVCodec::AudioOpusEncoderPlugin
|
/foundation/multimedia/av_codec/test/moduletest/muxer/Common/include/ |
H A D | AVMuxerDemo.h | 35 int channels; member
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_config_use_test.cpp | 83 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 D | s302menc.c | 80 int ret, c, channels; in s302m_encode2_frame() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | xa.c | 45 int channels, srate, bits_per_sample; in xa_probe() local
|
H A D | westwood_aud.c | 88 int sample_rate, channels, codec; in wsaud_read_header() local
|
H A D | oggparsespeex.c | 58 int channels; in speex_header() local
|
/third_party/ffmpeg/libavresample/ |
H A D | audio_data.h | 45 int channels; /**< channel count */ member
|
/third_party/alsa-utils/bat/ |
H A D | convert.c | 60 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...] |