HomeSort by relevance Sort by last modified time
    Searched refs:decoded_channel_count (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
decode_wav_op.cc 50 uint16 decoded_channel_count; variable
55 &decoded_channel_count, &decoded_sample_rate));
65 output_channel_count = decoded_channel_count;
85 if (channel < decoded_channel_count) {
88 source_channel = decoded_channel_count - 1;
91 (sample * decoded_channel_count) + source_channel;
spectrogram_test_utils.cc 39 uint16 decoded_channel_count; local
43 &decoded_channel_count, &decoded_sample_rate)
  /external/tensorflow/tensorflow/core/lib/wav/
wav_io_test.cc 87 uint16 decoded_channel_count; local
90 wav_data, &decoded_audio, &decoded_sample_count, &decoded_channel_count,
92 EXPECT_EQ(2, decoded_channel_count);

Completed in 198 milliseconds