HomeSort by relevance Sort by last modified time
    Searched full:audio_channel (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
mfcc_op.cc 79 for (int audio_channel = 0; audio_channel < audio_channels;
80 ++audio_channel) {
85 (audio_channel * spectrogram_samples * spectrogram_channels) +
94 (audio_channel * spectrogram_samples * dct_coefficient_count_) +
  /packages/apps/TV/res/layout/
program_track_meta.xml 34 <TextView android:id="@+id/audio_channel"
  /external/libxaac/decoder/drc_src/
impd_drc_gain_decoder.c 318 FLOAT32* audio_channel; local
320 audio_channel = audio_in_out_buf[ch];
323 p_drc_gain_dec_structs->eq_set, ch, audio_channel, audio_channel,
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.h 192 size_t audio_channel; member in struct:webrtc::acm2::final::InputData
audio_coding_module_impl.cc 153 input_data.audio, input_data.audio_channel *
353 input_data->audio_channel = current_num_channels;
  /packages/apps/TV/src/com/android/tv/ui/
ChannelBannerView.java 248 mAudioChannelTextView = (TextView) findViewById(R.id.audio_channel);
    [all...]

Completed in 3859 milliseconds