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

12

/frameworks/rs/cpu_ref/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.h22 jstring getMimeTypeString(JNIEnv* env, SkImageDecoder::Format format);
/frameworks/rs/cpu_ref/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/rs/cpu_ref/linkloader/lib/
H A DELFTypes.cpp19 #include <llvm/Support/Format.h>
/frameworks/native/include/input/
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.java126 * Format describes the pixel format of textures in the fixed
130 public enum Format { enum in class:ProgramFragmentFixedFunction.Builder
149 Format(int id) { method in class:ProgramFragmentFixedFunction.Builder.Format
156 Format format;
157 Slot(EnvMode _env, Format _fmt) {
254 public Builder setTexture(EnvMode env, Format fmt, int slot)
/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:__anon168
295 M4ENCODER_Format Format; member in struct:__anon169
334 M4ENCODER_Format Format; /**< Video compression format, H263, MPEG4, member in struct:__anon170
/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoAudio.h104 VO_AUDIO_FORMAT Format; /*!< Sample rate */ member in struct:__anon663
/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
H A DVideoEditorVideoEncoder.cpp599 pEncoderContext->mCodecParams->Format = pCodecParams->Format;
605 pEncoderContext->mCodecParams->Format == pEncoderContext->mFormat,
618 switch( pEncoderContext->mCodecParams->Format ) {
651 if (pEncoderContext->mCodecParams->Format == M4ENCODER_kH264) {
694 if (pEncoderContext->mCodecParams->Format != M4ENCODER_kH263) {
901 // 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/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;
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DUiTest.java215 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
248 ProgramFragmentFixedFunction.Builder.Format.RGB, 0);
256 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java93 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c3679 * Check Video Format correctness */
3996 * Check Audio Format correctness */
4005 pC->AudioEncParams.Format = M4ENCODER_kAMRNB;
4017 pC->AudioEncParams.Format = M4ENCODER_kAAC;
4076 pC->AudioEncParams.Format = M4ENCODER_kMP3;
4131 pC->AudioEncParams.Format = M4ENCODER_kAudioNULL;
4156 pC->AudioEncParams.Format = M4ENCODER_kAMRNB;
4163 pC->AudioEncParams.Format = M4ENCODER_kAMRNB;
4177 pC->AudioEncParams.Format = M4ENCODER_kAAC;
4217 pC->AudioEncParams.Format
[all...]

Completed in 958 milliseconds

12