Home
last modified time | relevance | path

Searched defs:metaOnly (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libmedia/
DIMediaMetadataRetriever.cpp150 sp<IMemory> getFrameAtTime(int64_t timeUs, int option, int colorFormat, bool metaOnly) in getFrameAtTime()
171 sp<IMemory> getImageAtIndex(int index, int colorFormat, bool metaOnly, bool thumbnail) in getImageAtIndex()
217 int index, int colorFormat, bool metaOnly) in getFrameAtIndex()
366 bool metaOnly = (data.readInt32() != 0); in onTransact() local
388 bool metaOnly = (data.readInt32() != 0); in onTransact() local
439 bool metaOnly = (data.readInt32() != 0); in onTransact() local
Dmediametadataretriever.cpp145 int64_t timeUs, int option, int colorFormat, bool metaOnly) in getFrameAtTime()
158 int index, int colorFormat, bool metaOnly, bool thumbnail) { in getImageAtIndex()
183 int index, int colorFormat, bool metaOnly) { in getFrameAtIndex()
/frameworks/av/media/libmediaplayerservice/
DStagefrightMetadataRetriever.cpp133 int index, int colorFormat, bool metaOnly, bool thumbnail) { in getImageAtIndex()
156 int index, int colorFormat, bool metaOnly, bool thumbnail, FrameRect* rect) { in getImageInternal()
258 int64_t timeUs, int option, int colorFormat, bool metaOnly) { in getFrameAtTime()
266 int frameIndex, int colorFormat, bool metaOnly) { in getFrameAtIndex()
282 int64_t timeUs, int option, int colorFormat, bool metaOnly) { in getFrameInternal()
DMetadataRetrieverClient.cpp197 int64_t timeUs, int option, int colorFormat, bool metaOnly) in getFrameAtTime()
216 int index, int colorFormat, bool metaOnly, bool thumbnail) { in getImageAtIndex()
252 int index, int colorFormat, bool metaOnly) { in getFrameAtIndex()
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp52 int32_t dstBpp, bool allocRotated, bool metaOnly) { in allocVideoFrame()