Searched refs:AMediaFormat_getDouble (Results 1 – 4 of 4) sorted by relevance
158 bool AMediaFormat_getDouble(AMediaFormat*, const char *name, double *out) __INTRODUCED_IN(28);
255 AMediaFormat_getDouble; # introduced=28
167 bool AMediaFormat_getDouble(AMediaFormat* format, const char *name, double *out) { in AMediaFormat_getDouble() function
435 return AMediaFormat_getDouble(mAMediaFormat, name, out); in getDouble()