Home
last modified time | relevance | path

Searched refs:metaOnly (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libmedia/
Dmediametadataretriever.cpp145 int64_t timeUs, int option, int colorFormat, bool metaOnly) in getFrameAtTime() argument
148 timeUs, option, colorFormat, metaOnly); in getFrameAtTime()
154 return mRetriever->getFrameAtTime(timeUs, option, colorFormat, metaOnly); in getFrameAtTime()
158 int index, int colorFormat, bool metaOnly, bool thumbnail) { in getImageAtIndex() argument
160 index, colorFormat, metaOnly, thumbnail); in getImageAtIndex()
166 return mRetriever->getImageAtIndex(index, colorFormat, metaOnly, thumbnail); in getImageAtIndex()
183 int index, int colorFormat, bool metaOnly) { in getFrameAtIndex() argument
185 index, colorFormat, metaOnly); in getFrameAtIndex()
191 return mRetriever->getFrameAtIndex(index, colorFormat, metaOnly); in getFrameAtIndex()
DIMediaMetadataRetriever.cpp150 sp<IMemory> getFrameAtTime(int64_t timeUs, int option, int colorFormat, bool metaOnly) in getFrameAtTime() argument
153 timeUs, option, colorFormat, metaOnly); in getFrameAtTime()
159 data.writeInt32(metaOnly); in getFrameAtTime()
171 sp<IMemory> getImageAtIndex(int index, int colorFormat, bool metaOnly, bool thumbnail) in getImageAtIndex() argument
174 index, colorFormat, metaOnly, thumbnail); in getImageAtIndex()
179 data.writeInt32(metaOnly); in getImageAtIndex()
217 int index, int colorFormat, bool metaOnly) in getFrameAtIndex() argument
220 index, colorFormat, metaOnly); in getFrameAtIndex()
225 data.writeInt32(metaOnly); in getFrameAtIndex()
366 bool metaOnly = (data.readInt32() != 0); in onTransact() local
[all …]
/frameworks/av/media/libmediaplayerservice/
DStagefrightMetadataRetriever.h45 int64_t timeUs, int option, int colorFormat, bool metaOnly);
47 int index, int colorFormat, bool metaOnly, bool thumbnail);
51 int index, int colorFormat, bool metaOnly);
72 int64_t timeUs, int option, int colorFormat, bool metaOnly);
75 int index, int colorFormat, bool metaOnly, bool thumbnail, FrameRect* rect);
DMetadataRetrieverClient.cpp197 int64_t timeUs, int option, int colorFormat, bool metaOnly) in getFrameAtTime() argument
200 (long long)timeUs, option, colorFormat, metaOnly); in getFrameAtTime()
207 sp<IMemory> frame = mRetriever->getFrameAtTime(timeUs, option, colorFormat, metaOnly); in getFrameAtTime()
216 int index, int colorFormat, bool metaOnly, bool thumbnail) { in getImageAtIndex() argument
218 index, colorFormat, metaOnly, thumbnail); in getImageAtIndex()
225 sp<IMemory> frame = mRetriever->getImageAtIndex(index, colorFormat, metaOnly, thumbnail); in getImageAtIndex()
252 int index, int colorFormat, bool metaOnly) { in getFrameAtIndex() argument
254 index, colorFormat, metaOnly); in getFrameAtIndex()
262 sp<IMemory> frame = mRetriever->getFrameAtIndex(index, colorFormat, metaOnly); in getFrameAtIndex()
DStagefrightMetadataRetriever.cpp133 int index, int colorFormat, bool metaOnly, bool thumbnail) { in getImageAtIndex() argument
135 index, colorFormat, metaOnly, thumbnail); in getImageAtIndex()
137 return getImageInternal(index, colorFormat, metaOnly, thumbnail, NULL); in getImageAtIndex()
156 int index, int colorFormat, bool metaOnly, bool thumbnail, FrameRect* rect) { in getImageInternal() argument
199 if (metaOnly) { in getImageInternal()
253 int64_t timeUs, int option, int colorFormat, bool metaOnly) { in getFrameAtTime() argument
255 timeUs, option, colorFormat, metaOnly); in getFrameAtTime()
257 return getFrameInternal(timeUs, option, colorFormat, metaOnly); in getFrameAtTime()
261 int frameIndex, int colorFormat, bool metaOnly) { in getFrameAtIndex() argument
263 frameIndex, colorFormat, metaOnly); in getFrameAtIndex()
[all …]
DMetadataRetrieverClient.h54 int64_t timeUs, int option, int colorFormat, bool metaOnly);
56 int index, int colorFormat, bool metaOnly, bool thumbnail);
60 int index, int colorFormat, bool metaOnly);
/frameworks/av/media/libmedia/include/media/
DMediaMetadataRetrieverInterface.h47 int64_t timeUs, int option, int colorFormat, bool metaOnly) = 0;
49 int index, int colorFormat, bool metaOnly, bool thumbnail) = 0;
53 int frameIndex, int colorFormat, bool metaOnly) = 0;
DIMediaMetadataRetriever.h46 int64_t timeUs, int option, int colorFormat, bool metaOnly) = 0;
48 int index, int colorFormat, bool metaOnly, bool thumbnail) = 0;
52 int index, int colorFormat, bool metaOnly) = 0;
Dmediametadataretriever.h96 int colorFormat = HAL_PIXEL_FORMAT_RGB_565, bool metaOnly = false);
98 … int colorFormat = HAL_PIXEL_FORMAT_RGB_565, bool metaOnly = false, bool thumbnail = false);
102 int index, int colorFormat = HAL_PIXEL_FORMAT_RGB_565, bool metaOnly = false);
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp51 int32_t dstBpp, bool allocRotated, bool metaOnly) { in allocVideoFrame() argument
90 tileWidth, tileHeight, rotationAngle, dstBpp, !metaOnly, iccSize); in allocVideoFrame()