Searched refs:Format (Results 1 - 25 of 36) sorted by relevance

12

/frameworks/compile/linkloader/utils/
H A Draw_ostream.h21 #include <llvm/Support/Format.h>
29 char const * = "", // Format string.
30 ...); // Format variable.
H A Draw_ostream.cpp20 #include <llvm/Support/Format.h>
31 char const *format_s, // Format string.
32 ...) { // Format variable.
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.h20 jstring getMimeTypeString(JNIEnv* env, SkImageDecoder::Format format);
/frameworks/compile/linkloader/include/impl/
H A DELFSectionNoBits.hxx24 #include <llvm/Support/Format.h>
H A DELFHeader.hxx23 #include <llvm/Support/Format.h>
H A DELFSectionProgBits.hxx23 #include <llvm/Support/Format.h>
H A DELFReloc.hxx22 #include <llvm/Support/Format.h>
H A DELFSectionHeader.hxx21 #include <llvm/Support/Format.h>
H A DELFSectionStrTab.hxx24 #include <llvm/Support/Format.h>
/frameworks/compile/linkloader/lib/
H A DELFTypes.cpp19 #include <llvm/Support/Format.h>
/frameworks/base/graphics/java/android/renderscript/
H A DProgramFragmentFixedFunction.java101 * Format describes the pixel format of textures in the fixed
105 public enum Format { enum in class:ProgramFragmentFixedFunction.Builder
112 Format(int id) { method in class:ProgramFragmentFixedFunction.Builder.Format
119 Format format;
120 Slot(EnvMode _env, Format _fmt) {
215 public Builder setTexture(EnvMode env, Format fmt, int slot)
/frameworks/base/media/libdrm/mobile1/include/parser/
H A Dparser_rel.h117 int32_t drm_relParser(uint8_t* buffer, int32_t bufferLen, int32_t Format, T_DRM_Rights* pRights);
/frameworks/base/media/tests/omxjpegdecoder/
H A Domx_jpeg_decoder.h40 virtual Format getFormat() const {
H A Djpeg_decoder_bench.cpp30 virtual Format getFormat() const {
/frameworks/base/media/libstagefright/codecs/common/include/
H A DvoAudio.h104 VO_AUDIO_FORMAT Format; /*!< Sample rate */ member in struct:__anon700
/frameworks/media/libvideoeditor/vss/common/inc/
H A DM4ENCODER_AudioCommon.h189 M4ENCODER_AudioFormat Format; /**< audio compression format, AMR, AAC ... */ member in struct:s_M4ENCODER_AudioParams
H A DM4ENCODER_common.h267 M4ENCODER_Format Format; /**< Video compression format, H263, MPEG4, member in struct:__anon1439
295 M4ENCODER_Format Format; member in struct:__anon1440
334 M4ENCODER_Format Format; /**< Video compression format, H263, MPEG4, member in struct:__anon1441
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioEncoder.cpp371 pParams->Format);
377 pEncoderContext->mCodecParams->Format = pParams->Format;
380 VIDEOEDITOR_CHECK(pEncoderContext->mCodecParams->Format ==
388 switch( pEncoderContext->mCodecParams->Format ) {
456 if( M4ENCODER_kAAC == pEncoderContext->mCodecParams->Format ) {
579 // Format the AU
H A DVideoEditorVideoEncoder.cpp785 pEncoderContext->mCodecParams->Format = pCodecParams->Format;
791 pEncoderContext->mCodecParams->Format == pEncoderContext->mFormat,
804 switch( pEncoderContext->mCodecParams->Format ) {
837 if (pEncoderContext->mCodecParams->Format == M4ENCODER_kH264) {
880 if (pEncoderContext->mCodecParams->Format != M4ENCODER_kH263) {
1087 // Format the AU
/frameworks/base/media/libdrm/mobile1/src/parser/
H A Dparser_rel.c507 int32_t drm_relParser(uint8_t* buffer, int32_t bufferLen, int32_t Format, T_DRM_Rights* pRights) argument
513 if (TYPE_DRM_RIGHTS_WBXML != Format && TYPE_DRM_RIGHTS_XML != Format) /* It is not the support parse format */
516 if (TYPE_DRM_RIGHTS_XML == Format) {
594 } else if (TYPE_DRM_RIGHTS_WBXML == Format) {
/frameworks/base/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c273 pOutInfo->Format.Channels = hAacEnc->config.nChannelsOut;
274 pOutInfo->Format.SampleRate = hAacEnc->config.sampleRate;
275 pOutInfo->Format.SampleBits = 16;
/frameworks/media/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c3686 * Check Video Format correctness */
4003 * Check Audio Format correctness */
4012 pC->AudioEncParams.Format = M4ENCODER_kAMRNB;
4024 pC->AudioEncParams.Format = M4ENCODER_kAAC;
4083 pC->AudioEncParams.Format = M4ENCODER_kMP3;
4138 pC->AudioEncParams.Format = M4ENCODER_kAudioNULL;
4163 pC->AudioEncParams.Format = M4ENCODER_kAMRNB;
4170 pC->AudioEncParams.Format = M4ENCODER_kAMRNB;
4184 pC->AudioEncParams.Format = M4ENCODER_kAAC;
4224 pC->AudioEncParams.Format
[all...]
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java74 private HashMap<Character,Format> formatStart;
106 this.formatStart = new HashMap<Character,Format>();
509 addToken(new Format(ch, false));
511 Format start = formatStart.get(key);
519 start = new Format(ch, true);
530 Format end = new Format(key.charValue(), false);
1177 public static class Format extends Token { class in class:AbstractMessageParser
1182 public Format(char ch, boolean start) { method in class:AbstractMessageParser.Format
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
H A DFBOSyncRS.java100 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
H A DFBOTestRS.java99 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);

Completed in 613 milliseconds

12