/external/tensorflow/tensorflow/contrib/ffmpeg/ |
D | ffmpeg_ops.py | 34 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,
|
D | encode_audio_op_test.py | 67 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',
|
D | decode_audio_op_test.py | 34 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',
|
D | encode_audio_op.cc | 32 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()
|
D | decode_audio_op.cc | 46 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/ |
D | audio_utils.py | 108 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/ |
D | brillo_DecodingAudioTest.py | 32 def run_once(self, host, fb_client, file_format, argument 54 _DEFAULT_SINE_FREQUENCY, self.temp_dir, file_format)
|
D | control.mp3.decode | 43 file_format='mp3',
|
/external/tensorflow/tensorflow/python/keras/preprocessing/ |
D | image.py | 108 file_format=None, argument 130 file_format=file_format,
|
/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/ |
D | Standard_Suite.py | 256 class file_format(aetools.NProperty): class 365 'file_format' : file_format, 450 'Ifmt' : file_format,
|
/external/markdown/tests/misc/ |
D | link-with-parenthesis.txt | 1 [ZIP archives](http://en.wikipedia.org/wiki/ZIP_(file_format) "ZIP (file format) - Wikipedia, the f…
|
/external/grpc-grpc/tools/run_tests/performance/ |
D | run_netperf.sh | 28 --file_format=netperf_latency_csv \
|
D | bq_upload_result.py | 182 if args.file_format == 'netperf_latency_csv':
|
/external/python/rsa/rsa/ |
D | key.py | 121 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/ |
D | Android.patch | 109 if( pDb->pSchema->file_format>SQLITE_MAX_FILE_FORMAT ){
|
D | sqlite3.c | 15077 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/ |
D | sqlite3.c | 15077 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 …]
|