Home
last modified time | relevance | path

Searched refs:file_format (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/contrib/ffmpeg/
Dffmpeg_ops.py34 def decode_audio(contents, file_format=None, samples_per_second=None, argument
67 contents, file_format=file_format, samples_per_second=samples_per_second,
75 def encode_audio(audio, file_format=None, samples_per_second=None): argument
93 file_format=file_format,
Dencode_audio_op_test.py67 file_format='wav',
71 audio_op, file_format='wav', samples_per_second=10000)
80 file_format='wav',
84 audio_op, file_format='wav', samples_per_second=placeholder)
93 file_format='wav',
100 file_format='wav',
109 file_format='wav',
Ddecode_audio_op_test.py34 def _loadFileAndTest(self, filename, file_format, duration_sec, argument
67 file_format=file_format,
130 file_format='wav',
173 file_format='wav',
182 file_format='wav',
192 file_format='wav',
201 file_format='wav',
Dencode_audio_op.cc32 const string& file_format, const int32 bits_per_second, in Encode() argument
42 context, CreateAudioFile(file_format, bits_per_second, samples_per_second, in Encode()
97 const string file_format = in Compute() local
103 OP_REQUIRES(context, file_format == "wav", in Compute()
105 "file_format must be \"wav\", but got: ", file_format)); in Compute()
115 Encode(context, contents, file_format, bits_per_second, samples_per_second); in Compute()
Ddecode_audio_op.cc46 const string& file_format, const int32 samples_per_second, in Decode() argument
49 const string temp_filename = io::GetTempFilename(file_format); in Decode()
56 ffmpeg::ReadAudioFile(temp_filename, file_format, samples_per_second, in Decode()
139 const string file_format = in Compute() local
148 context, valid_file_formats.count(file_format) == 1, in Compute()
151 "}, but was: \"", file_format, "\"")); in Compute()
161 Decode(context, contents, file_format, samples_per_second, channel_count, in Compute()
/external/autotest/server/brillo/
Daudio_utils.py108 file_format='wav'): argument
123 prefix='sine-', suffix='.' + file_format, dir=temp_dir)
134 if file_format != 'wav':
136 logging.info('Converting file to %s', file_format)
138 prefix='sine-', suffix='.' + file_format, dir=temp_dir)
146 remote_filename = os.path.join(dut_tmp_dir, 'sine.' + file_format)
/external/autotest/server/site_tests/brillo_DecodingAudioTest/
Dbrillo_DecodingAudioTest.py32 def run_once(self, host, fb_client, file_format, argument
54 _DEFAULT_SINE_FREQUENCY, self.temp_dir, file_format)
Dcontrol.mp3.decode43 file_format='mp3',
/external/tensorflow/tensorflow/python/keras/preprocessing/
Dimage.py108 file_format=None, argument
130 file_format=file_format,
/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
DStandard_Suite.py256 class file_format(aetools.NProperty): class
365 'file_format' : file_format,
450 'Ifmt' : file_format,
/external/markdown/tests/misc/
Dlink-with-parenthesis.txt1 [ZIP archives](http://en.wikipedia.org/wiki/ZIP_(file_format) "ZIP (file format) - Wikipedia, the f…
/external/grpc-grpc/tools/run_tests/performance/
Drun_netperf.sh28 --file_format=netperf_latency_csv \
Dbq_upload_result.py182 if args.file_format == 'netperf_latency_csv':
/external/python/rsa/rsa/
Dkey.py121 def _assert_format_exists(file_format, methods): argument
126 return methods[file_format]
129 raise ValueError('Unsupported format: %r, try one of %s' % (file_format,
/external/sqlite/dist/
DAndroid.patch109 if( pDb->pSchema->file_format>SQLITE_MAX_FILE_FORMAT ){
Dsqlite3.c15077 u8 file_format; /* Schema format version for this file */ member
72677 const int file_format = 1;
72686 iSerial = sqlite3VdbeSerialType(argv[0], file_format, &nVal);
76185 SQLITE_PRIVATE u32 sqlite3VdbeSerialType(Mem *pMem, int file_format, u32 *pLen){
76205 if( (i&1)==i && file_format>=4 ){
82724 int file_format; /* File format to use for encoding */
82753 file_format = p->minWriteFileFormat;
82791 serial_type = sqlite3VdbeSerialType(pRec, file_format, &len);
83319 pDb->pSchema->file_format = pOp->p3;
83441 if( pDb->pSchema->file_format < p->minWriteFileFormat ){
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c15077 u8 file_format; /* Schema format version for this file */ member
72661 const int file_format = 1;
72670 iSerial = sqlite3VdbeSerialType(argv[0], file_format, &nVal);
76169 SQLITE_PRIVATE u32 sqlite3VdbeSerialType(Mem *pMem, int file_format, u32 *pLen){
76189 if( (i&1)==i && file_format>=4 ){
82708 int file_format; /* File format to use for encoding */
82737 file_format = p->minWriteFileFormat;
82775 serial_type = sqlite3VdbeSerialType(pRec, file_format, &len);
83303 pDb->pSchema->file_format = pOp->p3;
83425 if( pDb->pSchema->file_format < p->minWriteFileFormat ){
[all …]