Home
last modified time | relevance | path

Searched defs:channel_count (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/contrib/ffmpeg/default/
Dffmpeg_lib.cc47 int32 channel_count, in FfmpegAudioCommandLine()
184 string WavHeader(int32 samples_per_second, int32 channel_count, in WavHeader()
205 string BuildWavFile(int32 samples_per_second, int32 channel_count, in BuildWavFile()
316 int32 samples_per_second, int32 channel_count, in ReadAudioFile()
354 int32 samples_per_second, int32 channel_count, in CreateAudioFile()
/external/tensorflow/tensorflow/contrib/image/kernels/
Dadjust_hsv_in_yiq_op.cc44 int64 channel_count = 0; member
78 const int64 channel_count = input.NumElements() / channels; in Compute() local
104 const int64 channel_count = options.channel_count; in DoCompute() local
Dadjust_hsv_in_yiq_op_gpu.cu.cc41 void AdjustHsvInYiqGPU::operator()(OpKernelContext* ctx, int channel_count, in operator ()()
/external/tensorflow/tensorflow/core/kernels/
Dencode_wav_op.cc51 const int32 channel_count = static_cast<int32>(audio.dim_size(1)); in Compute() local
Dadjust_saturation_op.cc47 int64 channel_count; member
73 const int64 channel_count = input.NumElements() / channels; in Compute() local
186 const int64 channel_count = options.channel_count; in DoCompute() local
Dadjust_hue_op.cc48 int64 channel_count; member
74 const int64 channel_count = input.NumElements() / channels; in Compute() local
209 const int64 channel_count = options.channel_count; in DoCompute() local
Dspectrogram_op.cc53 const int64 channel_count = input.dim_size(1); in Compute() local
/external/tensorflow/tensorflow/contrib/ffmpeg/
Dffmpeg_ops.py35 channel_count=None, stream=None): argument
Ddecode_audio_op.cc47 const int32 channel_count, const string& stream) { in Decode()
143 const int32 channel_count = channel_count_tensor.scalar<int32>()(); in Compute() local
Dencode_audio_op.cc39 const int32 channel_count = contents.dim_size(1); in Encode() local
Ddecode_audio_op_test.py35 samples_per_second, channel_count, argument
/external/libxaac/decoder/drc_src/
Dimpd_drc_dec.c139 WORD32 channel_count = 0; in impd_init_selected_drc_set() local
Dimpd_drc_selection_process.c685 WORD32 i, j, err, channel_count; in impd_manage_drc_complexity() local
885 WORD32 channel_count; in impd_manage_complexity() local
Dimpd_drc_dynamic_payload.c1075 WORD32 i, k, channel_count, temp; in impd_parse_eq_instructions() local
/external/tensorflow/tensorflow/lite/kernels/
Daudio_spectrogram.cc114 const int64_t channel_count = input->dims->data[1]; in Eval() local
/external/tensorflow/tensorflow/examples/speech_commands/
Dtest_streaming_accuracy.cc219 uint16 channel_count; in main() local
/external/tensorflow/tensorflow/core/lib/wav/
Dwav_io.cc213 uint32* sample_count, uint16* channel_count, in DecodeLin16WaveAsFloatVector()
/external/vulkan-validation-layers/layers/
Dvk_format_utils.cpp31 uint32_t channel_count; member