/frameworks/av/media/libmedia/ |
D | mediametadataretriever.cpp | 141 int64_t timeUs, int option, int colorFormat, bool metaOnly) in getFrameAtTime() argument 144 timeUs, option, colorFormat, metaOnly); in getFrameAtTime() 150 return mRetriever->getFrameAtTime(timeUs, option, colorFormat, metaOnly); in getFrameAtTime() 154 int index, int colorFormat, bool metaOnly, bool thumbnail) { in getImageAtIndex() argument 156 index, colorFormat, metaOnly, thumbnail); in getImageAtIndex() 162 return mRetriever->getImageAtIndex(index, colorFormat, metaOnly, thumbnail); in getImageAtIndex() 179 int index, int colorFormat, bool metaOnly) { in getFrameAtIndex() argument 181 index, colorFormat, metaOnly); in getFrameAtIndex() 187 return mRetriever->getFrameAtIndex(index, colorFormat, metaOnly); in getFrameAtIndex()
|
D | IMediaMetadataRetriever.cpp | 116 sp<IMemory> getFrameAtTime(int64_t timeUs, int option, int colorFormat, bool metaOnly) in getFrameAtTime() argument 119 timeUs, option, colorFormat, metaOnly); in getFrameAtTime() 125 data.writeInt32(metaOnly); in getFrameAtTime() 134 sp<IMemory> getImageAtIndex(int index, int colorFormat, bool metaOnly, bool thumbnail) in getImageAtIndex() argument 137 index, colorFormat, metaOnly, thumbnail); in getImageAtIndex() 142 data.writeInt32(metaOnly); in getImageAtIndex() 174 int index, int colorFormat, bool metaOnly) in getFrameAtIndex() argument 177 index, colorFormat, metaOnly); in getFrameAtIndex() 182 data.writeInt32(metaOnly); in getFrameAtIndex() 314 bool metaOnly = (data.readInt32() != 0); in onTransact() local [all …]
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightMetadataRetriever.h | 45 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);
|
D | MetadataRetrieverClient.cpp | 197 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()
|
D | MetadataRetrieverClient.h | 54 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);
|
D | StagefrightMetadataRetriever.cpp | 134 int index, int colorFormat, bool metaOnly, bool thumbnail) { in getImageAtIndex() argument 136 index, colorFormat, metaOnly, thumbnail); in getImageAtIndex() 138 return getImageInternal(index, colorFormat, metaOnly, thumbnail, NULL); in getImageAtIndex() 157 int index, int colorFormat, bool metaOnly, bool thumbnail, FrameRect* rect) { in getImageInternal() argument 243 if (metaOnly) { in getImageInternal() 309 int64_t timeUs, int option, int colorFormat, bool metaOnly) { in getFrameAtTime() argument 311 timeUs, option, colorFormat, metaOnly); in getFrameAtTime() 313 return getFrameInternal(timeUs, option, colorFormat, metaOnly); in getFrameAtTime() 317 int frameIndex, int colorFormat, bool metaOnly) { in getFrameAtIndex() argument 319 frameIndex, colorFormat, metaOnly); in getFrameAtIndex() [all …]
|
/frameworks/av/media/libmedia/include/media/ |
D | MediaMetadataRetrieverInterface.h | 47 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;
|
D | IMediaMetadataRetriever.h | 46 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;
|
D | mediametadataretriever.h | 99 int colorFormat, bool metaOnly = false); 101 int colorFormat, bool metaOnly = false, bool thumbnail = false); 105 int index, int colorFormat, bool metaOnly = false);
|
/frameworks/av/media/libstagefright/ |
D | FrameDecoder.cpp | 57 int32_t dstBpp, uint32_t bitDepth, bool allocRotated, bool metaOnly) { in allocVideoFrame() argument 120 if (!metaOnly) { in allocVideoFrame() 131 tileHeight, rotationAngle, dstBpp, bitDepth, !metaOnly, iccSize); in allocVideoFrame()
|