Searched refs:AMediaFormat_getInt32 (Results 1 – 4 of 4) sorted by relevance
53 bool AMediaFormat_getInt32(AMediaFormat*, const char *name, int32_t *out);
131 AMediaFormat_getInt32;
153 bool AMediaFormat_getInt32(AMediaFormat* format, const char *name, int32_t *out) { in AMediaFormat_getInt32() function
651 if (!AMediaFormat_getInt32(format, AMEDIAFORMAT_KEY_SAMPLE_RATE, (int32_t*) rate) || in decode()652 !AMediaFormat_getInt32(format, AMEDIAFORMAT_KEY_CHANNEL_COUNT, numChannels)) { in decode()