Searched refs:Format (Results 1 - 25 of 48) 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.h21 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 DELFReloc.hxx22 #include <llvm/Support/Format.h>
H A DELFSectionHeader.hxx21 #include <llvm/Support/Format.h>
H A DELFSectionProgBits.hxx23 #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/include/androidfw/
H A DKeyCharacterMap.h55 enum Format { enum in class:android::KeyCharacterMap
72 static status_t load(const String8& filename, Format format, sp<KeyCharacterMap>* outMap);
76 const char* contents, Format format, sp<KeyCharacterMap>* outMap);
194 Format mFormat;
199 Parser(KeyCharacterMap* map, Tokenizer* tokenizer, Format format);
232 static status_t load(Tokenizer* tokenizer, Format format, sp<KeyCharacterMap>* outMap);
/frameworks/base/graphics/java/android/renderscript/
H A DProgramFragmentFixedFunction.java125 * Format describes the pixel format of textures in the fixed
129 public enum Format { enum in class:ProgramFragmentFixedFunction.Builder
148 Format(int id) { method in class:ProgramFragmentFixedFunction.Builder.Format
155 Format format;
156 Slot(EnvMode _env, Format _fmt) {
253 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/av/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:__anon150
295 M4ENCODER_Format Format; member in struct:__anon151
334 M4ENCODER_Format Format; /**< Video compression format, H263, MPEG4, member in struct:__anon152
/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoAudio.h104 VO_AUDIO_FORMAT Format; /*!< Sample rate */ member in struct:__anon689
/frameworks/base/tests/RenderScriptTests/SurfaceTexture/src/com/example/android/rs/sto/
H A DSurfaceTextureOpaqueRS.java58 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
/frameworks/av/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 ) {
463 if( M4ENCODER_kAAC == pEncoderContext->mCodecParams->Format ) {
586 // Format the AU
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
H A DFountainFboRS.java62 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestAppLoadingScreen.java84 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
/frameworks/compile/mclinker/utils/gtest/src/
H A Dgtest-all.cpp1780 const String& full_name = String::Format("%s.%s",
2132 return c_str ? String::Format("\"%s\"", c_str) : String("(null)");
2656 const DWORD kBufSize = 4096; // String::Format can't exceed this length.
2674 const String error_hex(String::Format("0x%08X ", hr));
2759 // The longest string String::Format can produce when invoked
2765 str, String::Format("(Invalid Unicode 0x%X)", code_point).c_str(), 32);
2845 return String::Format("L\"%s\"",
3004 String String::Format(const char * format, ...) { function in class:testing::internal::String
3786 return internal::String::Format("%d %s", count,
4458 m << String::Format("
[all...]
/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/av/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;

Completed in 1755 milliseconds

12