Searched refs:encoding (Results 26 - 41 of 41) sorted by relevance

12

/frameworks/base/tools/layoutlib/rename_font/
H A Dbuild_font.py113 tree.write(ttx_path, xml_declaration=True, encoding='utf-8')
143 # A new font should be created for each platform, encoding and language
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
H A DXmlEditor.java50 public static String strip(File f, String newTag, String encoding) throws IOException { argument
52 InputStreamReader reader = new InputStreamReader(fin, encoding);
/frameworks/base/media/java/android/media/
H A DAudioRecord.java190 * The encoding of the audio samples.
299 * configuring the audio format parameters such as encoding, channel mask and sample rate.
352 int encoding = AudioFormat.ENCODING_DEFAULT;
355 encoding = format.getEncoding();
358 audioParamCheck(attributes.getCapturePreset(), rate, encoding);
471 * {@link AudioFormat#CHANNEL_IN_MONO}, and the encoding will be
706 throw new IllegalArgumentException("Unsupported sample encoding."
779 * Returns the configured audio data encoding. See {@link AudioFormat#ENCODING_PCM_8BIT},
H A DAudioTrack.java287 * The encoding of the audio samples.
439 * configuring the audio format parameters such as encoding, channel mask and sample rate.
498 int encoding = AudioFormat.ENCODING_DEFAULT;
500 encoding = format.getEncoding();
502 audioParamCheck(rate, channelMask, channelIndexMask, encoding, mode);
623 * {@link AudioFormat#CHANNEL_OUT_STEREO} and the encoding will be
667 * as encoding, channel mask and sample rate.
879 throw new IllegalArgumentException("Unsupported audio encoding.");
1039 * Returns the configured audio data encoding. See {@link AudioFormat#ENCODING_PCM_8BIT},
1128 * <p> If the <code>AudioTrack</code> encoding indicate
[all...]
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp1297 const mkvparser::ContentEncoding *encoding = track->GetContentEncodingByIndex(i); local
1298 for(size_t j = 0; j < encoding->GetEncryptionCount(); j++) {
1300 encryption = encoding->GetEncryptionByIndex(j);
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduParser.java912 String encoding = new String(partDataEncoding);
913 if (encoding.equalsIgnoreCase(PduPart.P_BASE64)) {
916 } else if (encoding.equalsIgnoreCase(PduPart.P_QUOTED_PRINTABLE)) {
920 // "binary" is the default encoding.
1381 * type = Constrained-encoding
1382 * Constrained-encoding = Extension-Media | Short-integer
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimRecords.java293 int encoding = data[1];
309 switch (encoding) {
321 // To address issues with incorrect encoding scheme
339 log("SPN encoding not supported");
378 // C.S0065 section 5.2.2 for IMSI_M encoding
379 // C.S0005 section 2.3.1 for MIN encoding in IMSI_M.
451 // C.S0065 section 5.2.57 for EFeprl encoding
/frameworks/av/include/media/stagefright/
H A DACodec.h476 AudioEncoding encoding = kAudioEncodingPcm16bit);
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp1881 // the information about the key (size, lang, encoding)
1918 pKey->encoding = SL_CHARACTERENCODING_UTF8;
1954 // the information about the value (size, lang, encoding)
1985 pValue->encoding = SL_CHARACTERENCODING_BINARY;
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp357 // u.pcmMetaData->encoding == SL_CHARACTERENCODING_BINARY
691 printf("key[%d] size=%d, name=%s \tvalue size=%d encoding=0x%X langCountry=%s\n",
692 i, keyInfo->size, keyInfo->data, valueSize, keyInfo->encoding,
/frameworks/av/media/libstagefright/
H A DACodec.cpp2021 (void)msg->findInt32("pcm-encoding", (int32_t*)&pcmEncoding);
2308 (void)mInputFormat->findInt32("pcm-encoding", (int32_t*)&codecPcmEncoding);
2311 mInputFormat->setInt32("pcm-encoding", pcmEncoding);
2314 (void)mOutputFormat->findInt32("pcm-encoding", (int32_t*)&codecPcmEncoding);
2317 mOutputFormat->setInt32("pcm-encoding", pcmEncoding);
2695 ALOGW("AC3 encoding is not supported.");
2733 ALOGW("EAC3 encoding is not supported.");
2872 OMX_U32 portIndex, int32_t sampleRate, int32_t numChannels, AudioEncoding encoding) {
2905 switch (encoding) {
2933 if (err != OK && encoding !
2871 setupRawAudioFormat( OMX_U32 portIndex, int32_t sampleRate, int32_t numChannels, AudioEncoding encoding) argument
4906 AudioEncoding encoding = kAudioEncodingPcm16bit; local
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1300 XAuint32 encoding; member in struct:XAMetadataInfo_
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h754 SLuint32 encoding; member in struct:SLMetadataInfo_
2329 /* Structure used when setting audio encoding parameters */
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 468 milliseconds

12