Searched defs:metaOnly (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libmedia/
H A Dmediametadataretriever.cpp145 int64_t timeUs, int option, int colorFormat, bool metaOnly)
147 ALOGV("getFrameAtTime: time(%" PRId64 " us) option(%d) colorFormat(%d) metaOnly(%d)",
148 timeUs, option, colorFormat, metaOnly);
154 return mRetriever->getFrameAtTime(timeUs, option, colorFormat, metaOnly);
158 int index, int colorFormat, bool metaOnly, bool thumbnail) {
159 ALOGV("getImageAtIndex: index(%d) colorFormat(%d) metaOnly(%d) thumbnail(%d)",
160 index, colorFormat, metaOnly, thumbnail);
166 return mRetriever->getImageAtIndex(index, colorFormat, metaOnly, thumbnail);
184 int frameIndex, int numFrames, int colorFormat, bool metaOnly) {
185 ALOGV("getFrameAtIndex: frameIndex(%d), numFrames(%d), colorFormat(%d) metaOnly(
144 getFrameAtTime( int64_t timeUs, int option, int colorFormat, bool metaOnly) argument
157 getImageAtIndex( int index, int colorFormat, bool metaOnly, bool thumbnail) argument
182 getFrameAtIndex( std::vector<sp<IMemory> > *frames, int frameIndex, int numFrames, int colorFormat, bool metaOnly) argument
[all...]
H A DIMediaMetadataRetriever.cpp149 sp<IMemory> getFrameAtTime(int64_t timeUs, int option, int colorFormat, bool metaOnly) argument
151 ALOGV("getTimeAtTime: time(%" PRId64 " us), option(%d), colorFormat(%d) metaOnly(%d)",
152 timeUs, option, colorFormat, metaOnly);
158 data.writeInt32(metaOnly);
170 sp<IMemory> getImageAtIndex(int index, int colorFormat, bool metaOnly, bool thumbnail) argument
172 ALOGV("getImageAtIndex: index %d, colorFormat(%d) metaOnly(%d) thumbnail(%d)",
173 index, colorFormat, metaOnly, thumbnail);
178 data.writeInt32(metaOnly);
216 int frameIndex, int numFrames, int colorFormat, bool metaOnly)
218 ALOGV("getFrameAtIndex: frameIndex(%d), numFrames(%d), colorFormat(%d) metaOnly(
215 getFrameAtIndex(std::vector<sp<IMemory> > *frames, int frameIndex, int numFrames, int colorFormat, bool metaOnly) argument
362 bool metaOnly = (data.readInt32() != 0); local
384 bool metaOnly = (data.readInt32() != 0); local
436 bool metaOnly = (data.readInt32() != 0); local
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.cpp196 int64_t timeUs, int option, int colorFormat, bool metaOnly)
198 ALOGV("getFrameAtTime: time(%lld us) option(%d) colorFormat(%d), metaOnly(%d)",
199 (long long)timeUs, option, colorFormat, metaOnly);
206 sp<IMemory> frame = mRetriever->getFrameAtTime(timeUs, option, colorFormat, metaOnly);
215 int index, int colorFormat, bool metaOnly, bool thumbnail) {
216 ALOGV("getImageAtIndex: index(%d) colorFormat(%d), metaOnly(%d) thumbnail(%d)",
217 index, colorFormat, metaOnly, thumbnail);
224 sp<IMemory> frame = mRetriever->getImageAtIndex(index, colorFormat, metaOnly, thumbnail);
253 int frameIndex, int numFrames, int colorFormat, bool metaOnly) {
254 ALOGV("getFrameAtIndex: frameIndex(%d), numFrames(%d), colorFormat(%d), metaOnly(
195 getFrameAtTime( int64_t timeUs, int option, int colorFormat, bool metaOnly) argument
214 getImageAtIndex( int index, int colorFormat, bool metaOnly, bool thumbnail) argument
251 getFrameAtIndex( std::vector<sp<IMemory> > *frames, int frameIndex, int numFrames, int colorFormat, bool metaOnly) argument
[all...]
/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp129 int index, int colorFormat, bool metaOnly, bool thumbnail) {
130 ALOGV("getImageAtIndex: index(%d) colorFormat(%d) metaOnly(%d) thumbnail(%d)",
131 index, colorFormat, metaOnly, thumbnail);
133 return getImageInternal(index, colorFormat, metaOnly, thumbnail, NULL);
148 index, colorFormat, false /*metaOnly*/, false /*thumbnail*/, &rect);
152 int index, int colorFormat, bool metaOnly, bool thumbnail, FrameRect* rect) {
187 if (metaOnly) {
237 int64_t timeUs, int option, int colorFormat, bool metaOnly) {
238 ALOGV("getFrameAtTime: %" PRId64 " us option: %d colorFormat: %d, metaOnly: %d",
239 timeUs, option, colorFormat, metaOnly);
128 getImageAtIndex( int index, int colorFormat, bool metaOnly, bool thumbnail) argument
151 getImageInternal( int index, int colorFormat, bool metaOnly, bool thumbnail, FrameRect* rect) argument
236 getFrameAtTime( int64_t timeUs, int option, int colorFormat, bool metaOnly) argument
247 getFrameAtIndex( std::vector<sp<IMemory> >* frames, int frameIndex, int numFrames, int colorFormat, bool metaOnly) argument
258 getFrameInternal( int64_t timeUs, int numFrames, int option, int colorFormat, bool metaOnly, sp<IMemory>* outFrame, std::vector<sp<IMemory> >* outFrames) argument
[all...]

Completed in 255 milliseconds