Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DIMediaMetadataRetriever.cpp116 sp<IMemory> getFrameAtTime(int64_t timeUs, int option, int colorFormat, bool metaOnly) in getFrameAtTime()
134 sp<IMemory> getImageAtIndex(int index, int colorFormat, bool metaOnly, bool thumbnail) in getImageAtIndex()
174 int index, int colorFormat, bool metaOnly) in getFrameAtIndex()
314 bool metaOnly = (data.readInt32() != 0); in onTransact() local
330 bool metaOnly = (data.readInt32() != 0); in onTransact() local
369 bool metaOnly = (data.readInt32() != 0); in onTransact() local
Dmediametadataretriever.cpp141 int64_t timeUs, int option, int colorFormat, bool metaOnly) in getFrameAtTime()
154 int index, int colorFormat, bool metaOnly, bool thumbnail) { in getImageAtIndex()
179 int index, int colorFormat, bool metaOnly) { in getFrameAtIndex()
/frameworks/av/media/libmediaplayerservice/
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()
DStagefrightMetadataRetriever.cpp134 int index, int colorFormat, bool metaOnly, bool thumbnail) { in getImageAtIndex()
157 int index, int colorFormat, bool metaOnly, bool thumbnail, FrameRect* rect) { in getImageInternal()
309 int64_t timeUs, int option, int colorFormat, bool metaOnly) { in getFrameAtTime()
317 int frameIndex, int colorFormat, bool metaOnly) { in getFrameAtIndex()
333 int64_t timeUs, int option, int colorFormat, bool metaOnly) { in getFrameInternal()
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp57 int32_t dstBpp, uint32_t bitDepth, bool allocRotated, bool metaOnly) { in allocVideoFrame()