Loading media/libmedia/include/media/mediametadataretriever.h +3 −3 Original line number Diff line number Diff line Loading @@ -96,13 +96,13 @@ public: status_t setDataSource( const sp<IDataSource>& dataSource, const char *mime = NULL); sp<IMemory> getFrameAtTime(int64_t timeUs, int option, int colorFormat = HAL_PIXEL_FORMAT_RGB_565, bool metaOnly = false); int colorFormat, bool metaOnly = false); sp<IMemory> getImageAtIndex(int index, int colorFormat = HAL_PIXEL_FORMAT_RGB_565, bool metaOnly = false, bool thumbnail = false); int colorFormat, bool metaOnly = false, bool thumbnail = false); sp<IMemory> getImageRectAtIndex( int index, int colorFormat, int left, int top, int right, int bottom); sp<IMemory> getFrameAtIndex( int index, int colorFormat = HAL_PIXEL_FORMAT_RGB_565, bool metaOnly = false); int index, int colorFormat, bool metaOnly = false); sp<IMemory> extractAlbumArt(); const char* extractMetadata(int keyCode); Loading Loading
media/libmedia/include/media/mediametadataretriever.h +3 −3 Original line number Diff line number Diff line Loading @@ -96,13 +96,13 @@ public: status_t setDataSource( const sp<IDataSource>& dataSource, const char *mime = NULL); sp<IMemory> getFrameAtTime(int64_t timeUs, int option, int colorFormat = HAL_PIXEL_FORMAT_RGB_565, bool metaOnly = false); int colorFormat, bool metaOnly = false); sp<IMemory> getImageAtIndex(int index, int colorFormat = HAL_PIXEL_FORMAT_RGB_565, bool metaOnly = false, bool thumbnail = false); int colorFormat, bool metaOnly = false, bool thumbnail = false); sp<IMemory> getImageRectAtIndex( int index, int colorFormat, int left, int top, int right, int bottom); sp<IMemory> getFrameAtIndex( int index, int colorFormat = HAL_PIXEL_FORMAT_RGB_565, bool metaOnly = false); int index, int colorFormat, bool metaOnly = false); sp<IMemory> extractAlbumArt(); const char* extractMetadata(int keyCode); Loading