Home
last modified time | relevance | path

Searched defs:samples_per_second (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/ffmpeg/
Dffmpeg_ops.py34 def decode_audio(contents, file_format=None, samples_per_second=None, argument
75 def encode_audio(audio, file_format=None, samples_per_second=None): argument
Dencode_audio_op.cc33 const int32 samples_per_second) { in Encode()
99 const int32 samples_per_second = in Compute() local
Ddecode_audio_op.cc46 const string& file_format, const int32 samples_per_second, in Decode()
141 const int32 samples_per_second = in Compute() local
Ddecode_audio_op_test.py35 samples_per_second, channel_count, argument
/external/tensorflow/tensorflow/contrib/ffmpeg/default/
Dffmpeg_lib.cc46 int32 samples_per_second, 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()