Home
last modified time | relevance | path

Searched refs:AMediaFormat_getDouble (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/ndk/include/media/
DNdkMediaFormat.h158 bool AMediaFormat_getDouble(AMediaFormat*, const char *name, double *out) __INTRODUCED_IN(28);
/frameworks/av/media/ndk/
Dlibmediandk.map.txt255 AMediaFormat_getDouble; # introduced=28
DNdkMediaFormat.cpp167 bool AMediaFormat_getDouble(AMediaFormat* format, const char *name, double *out) { in AMediaFormat_getDouble() function
/frameworks/av/media/libmedia/
DNdkWrapper.cpp435 return AMediaFormat_getDouble(mAMediaFormat, name, out); in getDouble()