Searched defs:metaOnly (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/frameworks/av/media/libmedia/ |
H A D | IMediaMetadataRetriever.cpp | 115 sp<IMemory> getFrameAtTime(int64_t timeUs, int option, int colorFormat, bool metaOnly) in getFrameAtTime() 133 sp<IMemory> getImageAtIndex(int index, int colorFormat, bool metaOnly, bool thumbnail) in getImageAtIndex() 173 int index, int colorFormat, bool metaOnly) in getFrameAtIndex() 313 bool metaOnly = (data.readInt32() != 0); in onTransact() local 329 bool metaOnly = (data.readInt32() != 0); in onTransact() local 368 bool metaOnly = (data.readInt32() != 0); in onTransact() local
|
H A D | mediametadataretriever.cpp | 143 int64_t timeUs, int option, int colorFormat, bool metaOnly) in getFrameAtTime() 157 int index, int colorFormat, bool metaOnly, bool thumbnail) { in getImageAtIndex() 184 int index, int colorFormat, bool metaOnly) { in getFrameAtIndex()
|
/aosp_15_r20/frameworks/av/media/libmediaplayerservice/ |
H A D | StagefrightMetadataRetriever.cpp | 134 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()
|
H A D | MetadataRetrieverClient.cpp | 197 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()
|
/aosp_15_r20/frameworks/av/media/libstagefright/ |
H A D | FrameDecoder.cpp | 63 int32_t dstBpp, uint32_t bitDepth, bool allocRotated, bool metaOnly) { in allocVideoFrame()
|