OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getImageAtIndex
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libmedia/
mediametadataretriever.cpp
157
sp<IMemory> MediaMetadataRetriever::
getImageAtIndex
(
159
ALOGV("
getImageAtIndex
: index(%d) colorFormat(%d) metaOnly(%d) thumbnail(%d)",
166
return mRetriever->
getImageAtIndex
(index, colorFormat, metaOnly, thumbnail);
IMediaMetadataRetriever.cpp
171
sp<IMemory>
getImageAtIndex
(int index, int colorFormat, bool metaOnly, bool thumbnail)
173
ALOGV("
getImageAtIndex
: index %d, colorFormat(%d) metaOnly(%d) thumbnail(%d)",
387
ALOGV("
getImageAtIndex
: index(%d), colorFormat(%d), metaOnly(%d), thumbnail(%d)",
392
sp<IMemory> bitmap =
getImageAtIndex
(index, colorFormat, metaOnly, thumbnail);
/frameworks/av/media/libmediaplayerservice/
MetadataRetrieverClient.cpp
214
sp<IMemory> MetadataRetrieverClient::
getImageAtIndex
(
216
ALOGV("
getImageAtIndex
: index(%d) colorFormat(%d), metaOnly(%d) thumbnail(%d)",
224
sp<IMemory> frame = mRetriever->
getImageAtIndex
(index, colorFormat, metaOnly, thumbnail);
/frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp
131
sp<IMemory> StagefrightMetadataRetriever::
getImageAtIndex
(
133
ALOGV("
getImageAtIndex
: index(%d) colorFormat(%d) metaOnly(%d) thumbnail(%d)",
Completed in 4122 milliseconds