Searched defs:format (Results 176 - 200 of 248) sorted by relevance

12345678910

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_s.h809 ;// M_PRINTF $format, $val0, $val1, $val2
819 M_PRINTF $format, $val0, $val1, $val2
866 DCB "$format", 0
/frameworks/av/media/mtp/
H A DMtpServer.cpp275 uint64_t size, MtpObjectFormat format, int fd) {
276 ObjectEdit* edit = new ObjectEdit(handle, path, size, format, fd);
537 MtpObjectFormat format = mRequest.getParameter(1);
538 MtpObjectPropertyList* properties = mDatabase->getSupportedObjectProperties(format);
548 MtpObjectFormat format = mRequest.getParameter(2); // 0 for all formats local
555 MtpObjectHandleList* handles = mDatabase->getObjectList(storageID, format, parent);
565 MtpObjectFormat format = mRequest.getParameter(2); // 0 for all formats local
571 int count = mDatabase->getNumObjects(storageID, format, parent);
664 uint32_t format = mRequest.getParameter(2); local
668 ALOGV("GetObjectPropList %d format
274 addEditObject(MtpObjectHandle handle, MtpString& path, uint64_t size, MtpObjectFormat format, int fd) argument
721 MtpObjectFormat format; local
784 MtpObjectFormat format; local
830 MtpObjectFormat format; local
840 MtpObjectFormat format = mData.getUInt16(); local
1047 MtpObjectFormat format = mRequest.getParameter(2); local
1068 MtpObjectFormat format = mRequest.getParameter(2); local
1182 MtpObjectFormat format; local
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Client.cpp104 threadName = String8::format("C2-%d-FrameProc",
109 threadName = String8::format("C2-%d-CaptureSeq",
114 threadName = String8::format("C2-%d-JpegProc",
119 threadName = String8::format("C2-%d-ZslProc",
124 threadName = String8::format("C2-%d-CallbkProc",
165 result.appendFormat(" Preview HAL pixel format: 0x%x\n",
359 result = String8::format(" Error dumping device: %s (%d)",
1590 int format, int stride) {
1591 switch (format) {
1611 ALOGE("%s: Unknown preview format
1589 calculateBufferSize(int width, int height, int format, int stride) argument
[all...]
H A DCameraHardwareInterface.h616 int width, int height, int format)
620 width, height, format);
615 __set_buffers_geometry(struct preview_stream_ops* w, int width, int height, int format) argument
/frameworks/base/core/java/android/os/
H A DProcess.java502 * Presently the wire format to the zygote process is:
977 public static final native boolean readProcFile(String file, int[] format, argument
982 int endIndex, int[] format, String[] outStrings, long[] outLongs, float[] outFloats);
981 parseProcLine(byte[] buffer, int startIndex, int endIndex, int[] format, String[] outStrings, long[] outLongs, float[] outFloats) argument
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java479 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { argument
581 + " format=" + formatChanged + " size=" + sizeChanged);
594 mLayout.format = mFormat;
/frameworks/base/core/java/android/view/
H A DSurface.java141 * even if its pixel format is set to translucent. This can be useful if an
232 int w, int h, int format, int flags)
315 String name, int w, int h, int format, int flags)
338 nativeCreate(session, name, w, h, format, flags);
231 nativeCreate(SurfaceSession session, String name, int w, int h, int format, int flags) argument
314 Surface(SurfaceSession session, String name, int w, int h, int format, int flags) argument
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp314 static void runtime_vfprintf(FILE* fp, const char* format, va_list ap) argument
316 LOG_PRI_VA(ANDROID_LOG_INFO, "vm-printf", format, ap);
H A Dandroid_media_AudioTrack.cpp50 int PCM16; //... format constants
51 int PCM8; //... format constants
250 // check the format.
251 // This function was called from Java, so we compare the format against the Java constants
253 ALOGE("Error creating AudioTrack: unsupported audio format.");
272 audio_format_t format = audioFormat == javaAudioTrackFields.PCM16 ? local
318 format,// word length, PCM
339 format,// word length, PCM
954 // Get the format constants from the AudioFormat class
H A Dandroid_util_Process.cpp673 char* buffer, jint startIndex, jint endIndex, jintArray format,
677 const jsize NF = env->GetArrayLength(format);
682 jint* formatData = env->GetIntArrayElements(format, 0);
690 env->ReleaseIntArrayElements(format, formatData, 0);
765 env->ReleaseIntArrayElements(format, formatData, 0);
777 jbyteArray buffer, jint startIndex, jint endIndex, jintArray format,
783 (char*) bufferArray, startIndex, endIndex, format, outStrings,
792 jstring file, jintArray format, jobjectArray outStrings,
795 if (file == NULL || format == NULL) {
824 format, outString
672 android_os_Process_parseProcLineArray(JNIEnv* env, jobject clazz, char* buffer, jint startIndex, jint endIndex, jintArray format, jobjectArray outStrings, jlongArray outLongs, jfloatArray outFloats) argument
776 android_os_Process_parseProcLine(JNIEnv* env, jobject clazz, jbyteArray buffer, jint startIndex, jint endIndex, jintArray format, jobjectArray outStrings, jlongArray outLongs, jfloatArray outFloats) argument
791 android_os_Process_readProcFile(JNIEnv* env, jobject clazz, jstring file, jintArray format, jobjectArray outStrings, jlongArray outLongs, jfloatArray outFloats) argument
[all...]
H A Dandroid_view_Surface.cpp276 jstring nameStr, jint w, jint h, jint format, jint flags) {
281 String8(name.c_str()), w, h, format, flags);
361 static inline SkBitmap::Config convertPixelFormat(PixelFormat format) { argument
366 switch (format) {
410 env->SetIntField(canvasObj, gCanvasClassInfo.mSurfaceFormat, info.format);
415 ssize_t bpr = info.s * bytesPerPixel(info.format);
416 bitmap.setConfig(convertPixelFormat(info.format), info.w, info.h, bpr);
417 if (info.format == PIXEL_FORMAT_RGBX_8888) {
275 nativeCreate(JNIEnv* env, jobject surfaceObj, jobject sessionObj, jstring nameStr, jint w, jint h, jint format, jint flags) argument
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp54 jstring getMimeTypeString(JNIEnv* env, SkImageDecoder::Format format) { argument
69 if (gMimeTypes[i].fFormat == format) {
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java396 * to whatever the bitmap's native format is.</p>
858 * @param format The format of the compressed image
866 public boolean compress(CompressFormat format, int quality, OutputStream stream) { argument
875 return nativeCompress(mNativeBitmap, format.nativeInt, quality,
1401 private static native boolean nativeCompress(int nativeBitmap, int format, argument
/frameworks/base/libs/androidfw/
H A DKeyCharacterMap.cpp108 Format format, sp<KeyCharacterMap>* outMap) {
116 status = load(tokenizer, format, outMap);
123 Format format, sp<KeyCharacterMap>* outMap) {
131 status = load(tokenizer, format, outMap);
138 Format format, sp<KeyCharacterMap>* outMap) {
148 Parser parser(map.get(), tokenizer, format);
668 KeyCharacterMap::Parser::Parser(KeyCharacterMap* map, Tokenizer* tokenizer, Format format) : argument
669 mMap(map), mTokenizer(tokenizer), mFormat(format), mState(STATE_TOP) {
107 load(const String8& filename, Format format, sp<KeyCharacterMap>* outMap) argument
122 loadContents(const String8& filename, const char* contents, Format format, sp<KeyCharacterMap>* outMap) argument
137 load(Tokenizer* tokenizer, Format format, sp<KeyCharacterMap>* outMap) argument
/frameworks/base/media/java/android/media/
H A DAudioTrack.java251 * @param audioFormat the format in which the audio data is represented.
291 * @param audioFormat the format in which the audio data is represented.
417 // audio format
548 * Returns the configured audio data format. See {@link AudioFormat#ENCODING_PCM_16BIT}
652 * @param audioFormat the format in which the audio data is represented.
683 loge("getMinBufferSize(): Invalid audio format.");
1223 int offsetInBytes, int sizeInBytes, int format);
1226 int offsetInShorts, int sizeInShorts, int format);
1222 native_write_byte(byte[] audioData, int offsetInBytes, int sizeInBytes, int format) argument
1225 native_write_short(short[] audioData, int offsetInShorts, int sizeInShorts, int format) argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.cpp153 status_t JMediaExtractor::getTrackFormat(size_t index, jobject *format) const {
162 return ConvertMessageToMap(env, msg, format);
331 jobject format; local
332 status_t err = extractor->getTrackFormat(index, &format);
339 return format;
H A Dandroid_mtp_MtpDatabase.cpp97 MtpObjectFormat format,
105 MtpObjectFormat format,
109 MtpObjectFormat format,
113 MtpObjectFormat format,
120 virtual MtpObjectPropertyList* getSupportedObjectProperties(MtpObjectFormat format);
140 uint32_t format, uint32_t property,
164 MtpObjectFormat format);
221 MtpObjectFormat format,
229 pathStr, (jint)format, (jint)parent, (jint)storage,
239 MtpObjectFormat format, boo
220 beginSendObject(const char* path, MtpObjectFormat format, MtpObjectHandle parent, MtpStorageID storage, uint64_t size, time_t modified) argument
238 endSendObject(const char* path, MtpObjectHandle handle, MtpObjectFormat format, bool succeeded) argument
250 getObjectList(MtpStorageID storageID, MtpObjectFormat format, MtpObjectHandle parent) argument
270 getNumObjects(MtpStorageID storageID, MtpObjectFormat format, MtpObjectHandle parent) argument
317 getSupportedObjectProperties(MtpObjectFormat format) argument
651 getObjectPropertyList(MtpObjectHandle handle, uint32_t format, uint32_t property, int groupCode, int depth, MtpDataPacket& packet) argument
757 MtpObjectFormat format; local
819 MtpObjectFormat format; local
977 getObjectPropertyDesc(MtpObjectProperty property, MtpObjectFormat format) argument
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilter.java25 import android.filterfw.format.ObjectFormat;
308 * filter has input ports. When type-checking is performed, the input format is
309 * checked against the provided format mask. An exception is thrown in case of a conflict.
312 * @param formatMask a format mask, which filters the allowable input types
322 * Adds an output port to the filter with a fixed output format. You should call this from
324 * output format depends on the input format (e.g. in a pass-through filter). In this case, use
328 * @param format the fixed output format of this port
330 protected void addOutputPort(String name, FrameFormat format) { argument
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowStateAnimator.java492 String name, int w, int h, int format, int flags)
494 super(s, name, w, h, format, flags);
645 + " h=" + mWin.mCompatFrame.height() + " format="
646 + attrs.format + " flags=" + flags);
673 final int format = isHwAccelerated ? PixelFormat.TRANSLUCENT : attrs.format;
674 if (!PixelFormat.formatHasAlpha(attrs.format)) {
681 w, h, format, flags);
686 w, h, format, flags);
693 + ": pid=" + mSession.mPid + " format
491 SurfaceTrace(SurfaceSession s, String name, int w, int h, int format, int flags) argument
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.h128 const int32_t format = ResTable_map::TYPE_ANY,
152 const int32_t format = ResTable_map::TYPE_ANY);
257 Item() : isId(false), format(ResTable_map::TYPE_ANY), bagKeyId(0), evaluating(false)
263 int32_t format = ResTable_map::TYPE_ANY);
266 format(o.format), bagKeyId(o.bagKeyId), evaluating(false) {
276 format = o.format;
286 int32_t format; member in class:ResourceTable::Item
319 int32_t format
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1597 ELFFileFormat* format = getOutputFormat(pOutput); local
1600 format->getEhFrame(),
1601 format->getEhFrameHdr());
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java170 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { argument
171 super.surfaceChanged(holder, format, w, h);
/frameworks/native/include/media/openmax/
H A DOMX_Component.h100 } format; member in struct:OMX_PARAM_PORTDEFINITIONTYPE
/frameworks/native/libs/gui/
H A DSurfaceTexture.cpp529 bool SurfaceTexture::isExternalFormat(uint32_t format) argument
531 switch (format) {
541 // Any OEM format needs to be considered
542 if (format>=0x100 && format<=0x1FF)
637 // If we don't recognize the format, we must assume the
H A DSurfaceTextureClient.cpp621 int SurfaceTextureClient::setBuffersFormat(int format) argument
625 if (format<0)
629 mReqFormat = format;
684 // src and dst with, height and format must be identical. no verification
698 const size_t bpp = bytesPerPixel(src->format);
779 backBuffer->format == frontBuffer->format);
828 outBuffer->format = backBuffer->format;

Completed in 802 milliseconds

12345678910