Searched refs:format (Results 276 - 300 of 1129) sorted by relevance

<<11121314151617181920>>

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.h103 uint32_t w, uint32_t h, PixelFormat format, uint32_t usage);
117 PixelFormat format, uint32_t usage);
126 status_t dequeueBuffer(Source source, PixelFormat format, uint32_t usage,
154 // To avoid buffer reallocations, we track the buffer usage and format
157 // different usage/format, we'll get a new buffer.
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h77 const sp<AMessage> &format,
142 status_t getOutputFormat(sp<AMessage> *format) const;
143 status_t getInputFormat(sp<AMessage> *format) const;
151 status_t getOutputFormat(size_t index, sp<AMessage> *format);
159 // an input/output buffer has become available, a format change is
359 sp<ABuffer> *buffer, sp<AMessage> *format);
365 void extractCSD(const sp<AMessage> &format);
H A DNuMediaExtractor.h58 status_t getTrackFormat(size_t index, sp<AMessage> *format) const;
60 status_t getFileFormat(sp<AMessage> *format) const;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp369 def->format.video.nStride = align(def->format.video.nStride, 16);
370 def->format.video.nSliceHeight = align(def->format.video.nSliceHeight, 16);
371 def->nBufferSize = (def->format.video.nStride * def->format.video.nSliceHeight * 3) / 2;
/frameworks/av/media/ndk/
H A DNdkMediaExtractor.cpp130 sp<AMessage> format; local
131 mData->mImpl->getTrackFormat(idx, &format);
132 return AMediaFormat_fromMsg(&format);
224 sp<AMessage> format; local
225 ex->mImpl->getFileFormat(&format);
227 if(!format->findBuffer("pssh", &buffer)) {
231 // the format of the buffer is 1 or more of:
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapClient.java170 * VCard format version 2.1
175 * VCard format version 3.0
650 * @param format vCard format of entries in the resulting list
656 public boolean pullPhoneBook(String pbName, long filter, byte format) { argument
657 return pullPhoneBook(pbName, filter, format, 0, 0);
688 * @param format vCard format of entries in the resulting list
697 public boolean pullPhoneBook(String pbName, long filter, byte format, int maxListCount, argument
699 BluetoothPbapRequest req = new BluetoothPbapRequestPullPhoneBook(pbName, filter, format,
837 pullVcardEntry(String handle, long filter, byte format) argument
[all...]
/frameworks/wilhelm/tools/permute/
H A Dpermute.c22 * The format of the .map file is a sequence of lines, each of which is:
127 sfinfo_in.format = 0;
134 // Check if it is a supported file format: must be WAV
135 unsigned type = sfinfo_in.format & SF_FORMAT_TYPEMASK;
145 unsigned subtype = sfinfo_in.format & SF_FORMAT_SUBMASK;
162 unsigned endianness = sfinfo_in.format & SF_FORMAT_ENDMASK;
261 sfinfo_out.format = sfinfo_in.format;
/frameworks/av/include/camera/
H A DCameraParameters2.h102 void setPreviewFormat(const char *format);
107 void setPictureFormat(const char *format);
/frameworks/av/media/libmedia/
H A DAudioPolicy.cpp68 mFormat.format = (audio_format_t)parcel->readInt32();
90 parcel->writeInt32(mFormat.format);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.cpp135 sp<AMessage> format = new AMessage(); local
137 format->setInt32("type", MEDIA_TRACK_TYPE_SUBTITLE);
138 format->setString("language", "und");
139 format->setString("mime", MEDIA_MIMETYPE_TEXT_CEA_608);
142 format->setInt32("auto", isDefaultAuto);
143 format->setInt32("default", isDefaultAuto);
144 format->setInt32("forced", 0);
146 return format;
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp95 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
96 def.format.audio.pNativeRender = NULL;
97 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
98 def.format.audio.eEncoding = OMX_AUDIO_CodingPCM;
113 def.format.audio.cMIMEType = const_cast<char *>("audio/aac");
114 def.format.audio.pNativeRender = NULL;
115 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
116 def.format.audio.eEncoding = OMX_AUDIO_CodingAAC;
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp88 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
89 def.format.audio.pNativeRender = NULL;
90 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
91 def.format.audio.eEncoding = OMX_AUDIO_CodingPCM;
106 def.format.audio.cMIMEType = const_cast<char *>("audio/amr-wb");
107 def.format.audio.pNativeRender = NULL;
108 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
109 def.format.audio.eEncoding = OMX_AUDIO_CodingAMR;
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp125 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
126 def.format.audio.pNativeRender = NULL;
127 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
128 def.format.audio.eEncoding = OMX_AUDIO_CodingPCM;
144 def.format.audio.cMIMEType = const_cast<char *>(MEDIA_MIMETYPE_AUDIO_FLAC);
145 def.format.audio.pNativeRender = NULL;
146 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
147 def.format.audio.eEncoding = OMX_AUDIO_CodingFLAC;
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp96 def.format.audio.cMIMEType =
99 def.format.audio.pNativeRender = NULL;
100 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
101 def.format.audio.eEncoding =
117 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
118 def.format.audio.pNativeRender = NULL;
119 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
120 def.format.audio.eEncoding = OMX_AUDIO_CodingPCM;
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp93 def.format.audio.cMIMEType =
96 def.format.audio.pNativeRender = NULL;
97 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
98 def.format.audio.eEncoding = OMX_AUDIO_CodingVORBIS;
113 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
114 def.format.audio.pNativeRender = NULL;
115 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
116 def.format.audio.eEncoding = OMX_AUDIO_CodingPCM;
/frameworks/av/services/audioflinger/
H A DRecordTracks.h28 audio_format_t format,
84 // used by the record thread to convert frames to proper destination format
95 audio_format_t format,
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPort.h68 status_t checkExactFormat(audio_format_t format) const;
70 status_t checkCompatibleFormat(audio_format_t format, audio_format_t *updatedFormat) const;
/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java52 * The DNG file format is a cross-platform file format that is used to store pixel data from
59 * For more information on the DNG file format and associated metadata, please refer to the
106 String formattedCaptureTime = sDateTimeStampFormat.format(captureTime);
188 * @param pixels an {@link android.media.Image} object with the format
200 int format = pixels.getFormat();
201 if (format != ImageFormat.YUV_420_888) {
202 throw new IllegalArgumentException("Unsupported Image format " + format);
250 String dateTag = sExifGPSDateStamp.format(tim
[all...]
H A DICameraDeviceUser.aidl74 * <p>Create an input stream of width, height, and format</p>
78 * @param format Format of the input buffers. One of HAL_PIXEL_FORMAT_*.
82 int createInputStream(int width, int height, int format);
/frameworks/base/libs/hwui/
H A DLayerRenderer.cpp372 GLenum format; local
380 format = GL_ALPHA;
384 format = GL_RGB;
388 format = GL_RGBA;
393 format = GL_RGBA;
423 glTexImage2D(GL_TEXTURE_2D, 0, format, bitmap->width(), bitmap->height(),
424 0, format, type, nullptr);
448 glReadPixels(0, 0, bitmap->width(), bitmap->height(), format,
/frameworks/base/media/java/android/media/tv/
H A DITvInputSession.aidl35 void dispatchSurfaceChanged(int format, int width, int height);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DDrawRectFilter.java28 import android.filterfw.format.ImageFormat;
29 import android.filterfw.format.ObjectFormat;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java94 File stressOutFile = new File(String.format("%s/%s",
137 fail(String.format("Camera error, code: %d", error));
143 fail(String.format("Media recorder error, code: %d\textra: %d", what, extra));
182 assertTrue(String.format("Camera doesn't support profile %d", profile),
209 String fileName = String.format("%s/temp%d%s",
264 mOutput.write(String.format(", %d", (i + 1)));
313 String fileName = String.format("%s/temp%d_%d%s",
368 mOutput.write(String.format(", %d", (j + 1)));
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DFailureDialogFragment.java85 list.append(String.format("&#8226; %s<br>", documentInfo.displayName));
88 final String message = String.format(getString(R.string.copy_failure_alert_content),
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DStatementParser.java92 throw new AssociationServiceException(String.format(
98 throw new AssociationServiceException(String.format(

Completed in 1072 milliseconds

<<11121314151617181920>>